I have a Scenario where I run a batch job in our accounting software that prints a large financial report of several hundred pages. The report actually consists of 50-70 individual print jobs printed in order.
What I would like to do is print these to PDF, compiling all jobs into one large PDF
AND/OR
Print each job to PDF unattended with auto naming each job with the header in the lines in the document its self.
Also, I am not stuck with the PDF format, anything would work as long as the output was a readable file DOC, XPS…..
Does anyone have suggestions for this kind of functionality?