Search

Splitting a pdf file into seperate pdfs in linux

The pdftk tool can be used to split a given pdf document into separate individual pdf pages. The option to be used with pdftk to achieve this is "burst" i.e.



The pages are created with the names as pg_0001.pdf for first page,pg_0002.pdf for the second page etc. Example : Let us say we have a pdf file named "temp.pdf" with 10 pages.



Thus we can see the temp.pdf has been split into 10 pdf files. The file doc_data.txt has the information of the document.

No comments:

Post a Comment