1
0
Fork
You've already forked splitPDF
0
PDF book splitter driven by CSV index.
Perl 100%
2024年07月12日 23:35:05 +02:00
LICENSE Initial commit 2024年07月12日 20:43:07 +00:00
README.md Add requirements section in README 2024年07月12日 23:35:05 +02:00
splitPDF Fix handling of quoted titles and quoted comments 2024年07月12日 23:19:06 +02:00

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>