Avatar

Level 10

It depends upon your requirements and considerations such as print volume and skill sets. Here are two ideas:

1) Use the Common convertPDFService toPS to convert a PDF to PS. Use a custom script (or better, a custom DSC) and the Java Print Service APIs (StreamPrintService or PrintService class) to print to a printer that supports PS.

2) Write the PDF documents to the file system and use Acrobat to print. This could be automated to batch print as well.

Steve