I have a Nintex Workflow Cloud form that generates a PDF. This form allows users to upload multiple pictures. I am looking for a way to embedded the pictures into the PDF that is generated.
Does anyone have a solution for this?
I have a Nintex Workflow Cloud form that generates a PDF. This form allows users to upload multiple pictures. I am looking for a way to embedded the pictures into the PDF that is generated.
Does anyone have a solution for this?
Best answer by butlerj
@JonMiller724 as you probably know, the File Attachment control in NWC forms stores the content as a collection of references to where the files are stored in our blog storage:

You can actually access and use these files in your DocGen action by using the Collection Operations actions. For example, in my workflow I used the Get Item from Collection with an index of 0 and stored the value in a File variable:

And then could use that Image file variable within my Document Generation action:

Hope that helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.