I am using Ghostscript to print a PDF by command line arguments. But it shows the printed document's name as Ghostscript output in printer spooler. I want to change it to a custom name (as input file name).
Asked
Active
Viewed 764 times
1 Answers
0
man gs
-sOutputFile=filename
Selects an alternate output file (or pipe) for the initial output device,
as described above.
quanta
- 52,423