Page 1 of 1

Download multiple pdf files from one XML

Posted: Mon Oct 10, 2016 11:43 am
by Qpdv
I receive an XML file from my client and within that xml file there can be multiple items like business cards, letterheads but also items with a separate inside and cover pdf file.

I currently have a flow where i can only download one of the files.
How can i download all these files and process them?

Thanks in advance!

Peter

Re: Download multiple pdf files from one XML

Posted: Mon Oct 10, 2016 3:21 pm
by gabrielp
You could run this through a script to do so, but if all of the order components are broken out on the same child node, then you could use XML Repeater to create multiple XML files from each child node. Then you could pick them each up and assemble the entire job back together.