Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Automatically print

Avatar

Level 2

Hello-

Is there a way to automatically print a pdf to a specified printer in the Workbench? I am not seeing a module to do this. Do you need anything special?

4 Replies

Avatar

Former Community Member

If you have a license for Output there is a service called sendToPrinter which allows the selection of a printer protocol, the server URI and the printer name.

Steve

Avatar

Level 2

I don't believe we have Output. Is there another way?

Avatar

Former Community Member

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