0

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.

Martin Schröder
  • 4,176
  • 7
  • 47
  • 81
dheeraj Vadlani
  • 377
  • 2
  • 13

1 Answers1

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