Conversion-FAQ
More comfortable split of PDF files | More comfortable split of PDF files |
|
|
|
| Wednesday, 12 July 2006 | |
|
To split a PDF document into one file per page you can go a more comfortable wy with pdftk: pdftk multipage.pdf burst This produces files like pg_0001.pdf, pg_0002.pdf, ... If you want to name the output files like myfile0001.pdf, myfile0002.pdf you shoud use pdftk like: pdftk multipage.pdf burst output myfile%04d.pdf |
|
| Last Updated ( Wednesday, 12 July 2006 ) |
| Next > |
|---|