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 658 times
1 Answers
0
man gs
-sOutputFile=filename
Selects an alternate output file (or pipe) for the initial output device,
as described above.

quanta
- 51,413
- 19
- 159
- 217
-
i mean to say when i print a pdf using Ghostscript then that file goes in printer spooler with name "ghostscript output" . that thing i want to change – golf89 Sep 11 '12 at 07:26