PDF book splitter driven by CSV index.
| LICENSE | Initial commit | |
| README.md | Add requirements section in README | |
| splitPDF | Fix handling of quoted titles and quoted comments | |
splitPDF
PDF book splitter driven by CSV index.
See https://github.com/aspiers/book-indices for an example of how to write the CSV index files.
Requirements
The script is written in Perl and uses the PDF::API2 module.
on APT distros: apt install libpdf-api2-perl
on RPM distros: yum install perl-PDF-API2
Usage
./splitPDF <pdf_input> <cvs_index> <output_dir>