I have converted PDF to Postscript using ghostscript. The output generated is in encrypted format. I want to add Tray Switch and Duplex Printing command inside the Postscript so that printer is able to follow those. Is there any way to achieve?
Following is the command i am using to convert PS C:\Program Files\gs\gs9.22\bin\gswin64 -sDEVICE=pdfwrite -dCompressFonts=true -o D:\output\OutputFile.ps D:\output\InputFile.pdf