Creating PDF output with multiple pages out of XML input with multiple XML files in it

Options

I am trying to use an XML with multiple XMLs in it to create one single PDF output with multiple pages (one page for each XML in the file). Can someone help me with this?

Comments

  • In this case you should use an XMLIN event with a pattern set to identify each "envelope" of a communication instance. Then you can use StoryTeller to create paginated output sent to a file connector with a PDF driver. The connector should be set to JOB mode.

    Good luck!