I have a pdf of 470 pages and I want split that into smaller pdfs using a command in Linux. I have hundreds of such pdfs and I want to automate the process. Is there a way to do it.
Asked
Active
Viewed 125 times
0
-
Possible duplicate of [Split a PDF in two](http://stackoverflow.com/questions/17776582/split-a-pdf-in-two) – Martin Schröder Oct 24 '16 at 12:58
1 Answers
2
One way is pdfseparate
:
http://manpages.ubuntu.com/manpages/xenial/man1/pdfseparate.1.html
You can call it from a shell script to automate the splitting.

davejagoda
- 2,420
- 1
- 20
- 27