Skip to content

xenDev/pdfsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pdfsplit

Since pdftk did not support easy way to generate multiple pdfs with ranges

Usage Examples

###Generates four pdfs with ranges 1-2, 3-5, 6-7, 8-endpage with given suffix pdfsplit -i input.pdf -l 1,3,6,8 -s chapter

###Split each page with 'page' as the suffix of the output filename pdfsplit -i input.pdf

About

Pdf split script using PyPdf2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages