I have a form (version 10.3) where the user can upload two attachments (PDF, Word, Image, etc). I would like to combine the form with the two attachments appended at the end.
1) I've tried using download electronic document/attach electronic document, but that just replaces the existing document;
2) I've tried using Move Pages, but it requires that pages be generated when the forms and attachments are saved. Right now, pages don't get generated, even though I have "Generate Pages" set for all new documents under the user that is saving the documents.
I'm thinking about writing a SDK script in C# that combines the files together, but I'm not sure if that's the right solution because it requires installing additional PDF tools. Looking for other ideas.
Thanks.