zippy1978 / ghost4j

Java wrapper for Ghostscript C API + PS/PDF document handling API
http://www.ghost4j.org
GNU Lesser General Public License v3.0
64 stars 38 forks source link

PDF to PS Duplex #35

Closed jtyreman closed 8 years ago

jtyreman commented 10 years ago

Hi, converting PDF to PS how would i add duplex to the generated PS?

zippy1978 commented 10 years ago

Hi,

I think you need to inject PS instructions as described in the Adobe Document Structuring Convention (http://en.wikipedia.org/wiki/Document_Structuring_Conventions). Duplex instructions may be specific to your PS printer.

Regards, Gilles