python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Send postscript file to 4 tray of printer
I have code for sending ps file to printer but I need to sent ps file to tray 4. How can i do it ?
My code:
c:\Program Files\gs\gs9.27\bin>gsprint "c:\1\1.ps" -printer "RICOH Pro C53...
Marek Brigada
Votes: 0
Answers: 0
Postscript: know what I need, no clue how to do it
We create printfiles by gluing ps and eps files together and overlay data to print customer forms.. and then send those files to the printer.
As printers have changed we have had to adjust the scripts...
Brian Stephens
Votes: 0
Answers: 1
Convert all text's color in PDF to black while ensuring text is selectable
Looking for ways to change the color of all text in a PDF to black using an open-source command-line tool (or package) while ensuring that text is rendered as text.
Thanks to some answers on SO, found...
qwertynik
Votes: 0
Answers: 1
How can PostScript find its full windows filename?
I'm looking for a workaround to PostScript's apparent inability to use relative windows filenames. Is there some PS command sequence to find the current windows diretory in use?
Don Lancaster
Votes: 0
Answers: 1