I have a requirement to create a process that will print a specific batch of .pdf documents stored in Content Server in a specific sequence. The number of documents can be more than several hundred. Using C# and CWS, I can download the content and print the documents, but the performance of printing the document using Adobe is very slow . . . upwards of 10 seconds for Adobe to successfully open/spool/print each document.
Is there a means of speeding up the process?
I can download the content/documents into a folder and name them in the desired sequence, does anyone know of a means of batch printing the entire folder in that sequence or possibly merging all the content into a single document for printing?
Any thoughts/suggestions would be appreciated.