Conversion FAQ and Howtos
How to split a PDF into one file per page | How to split a PDF into one file per page |
|
|
|
| Monday, 10 July 2006 | |
|
When a PDF file has for example 40 pages you have to call Ghostscript for each page like this: gswin32c -sDEVICE=pdfwrite -dNOPAUSE -dQUIET -dBATCH -dFirstPage=1 -dLastPage=1 -sOutputFile=out.pdf in.pdf You have to do this 40 times, or call Ghostscript in a loop by a script or program |
|
| Last Updated ( Wednesday, 12 July 2006 ) |
| < Prev | Next > |
|---|