Password protecting PDF to email - Create PDF error

Hi,

Currently creating a workflow to email passworded pdf documents created by planetpress to an email address and password that is looked up through the excel connector.

I currently have: File arrives, goes through datamapper, goes through excel connector (to look reference number against email and password) sets password and email as Job Info then creates the print content, job and output before then going through Create PDF to password the file before sending via email.

When I so this I am getting a ‘W3001: Error while executing plugin: Obsolete metadata format, please regenerate’ on the Create PDF. Tried with using the Image and Digital action, but they give me an ‘I1007: Error while converting to PDF: Error converting file: undefined’.

Any ideas as to what I am doing wrong, or how to refresh the metadata?

I would recommend using a Control Script in Connect Designer to create Password protected PDF. The same template can then be used to create a Email context.

http://help.objectiflune.com/en/planetpress-connect-user-guide/1.7/#designer/Scripting/Scripting_Email_PDF_Password.htm

Your worklow process will actually become much simpler.

Thank you very much… That is so much simpler than the what I had planned.