ghostscript: numbering pages via command line - Stack Overflow most recent 30 from stackoverflow.com 2010-03-21T14:53:13Z http://stackoverflow.com/feeds/question/855504 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/855504/ghostscript-numbering-pages-via-command-line 0 ghostscript: numbering pages via command line Dingo http://stackoverflow.com/users/0 2009-05-13T00:20:02Z 2009-09-10T13:28:36Z <p>Hi!</p> <p>a question (maybe silly, maybe not)</p> <p>In windows, used a grafical frontend to ghostscript</p> <p><em>free pdf fill tools</em> - www.freepdffill.com</p> <p>one tools of this frontend, makes you able to <em>stamp</em> numbers on pages of</p> <p>a pdf, choosing size, position, font... and so on...</p> <p>Now I switched to linux, I have ghostscript, so, I think, I'm able to do the same thing from command-line, but I can't find or understand how command line options to numbering pages</p> <p>can anyone help me?</p> <p>thanks in advance</p> http://stackoverflow.com/questions/855504/ghostscript-numbering-pages-via-command-line/1405315#1405315 0 Answer by Bob for ghostscript: numbering pages via command line Bob http://stackoverflow.com/users/165991 2009-09-10T13:28:36Z 2009-09-10T13:28:36Z <p>When I convert using ghostscript I use:</p> <p>-sOutputFile=exprtedfilename-%d.jpg</p> <p>and the -%d gets replaced with the page number.</p>