ghostscript: numbering pages via command line - Stack Overflow most recent 30 from stackoverflow.com2010-03-21T14:53:13Zhttp://stackoverflow.com/feeds/question/855504http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/855504/ghostscript-numbering-pages-via-command-line0ghostscript: numbering pages via command lineDingohttp://stackoverflow.com/users/02009-05-13T00:20:02Z2009-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#14053150Answer by Bob for ghostscript: numbering pages via command lineBobhttp://stackoverflow.com/users/1659912009-09-10T13:28:36Z2009-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>