pdf-burst
NAME
pdf-burst.raku - Burst a PDF into individual pages
SYNOPSIS
pdf-burst.raku [options] --save-as=outspec.pdf infile.pdf
Options:
--save-as=outspec.pdf # e.g. --save-as=myout-%02d.pdf
--pasword=str # provide a password for an encrypted PDF
--batch-size=n # number of pages per burst (1)
DESCRIPTION
This program bursts a large input PDF into single or multi-page output PDF files.
By default, the output pdf will be named infile001.pdf infile002.pdf ...
The save-as argument, if present, will be used as a 'sprintf' template for generation of the individual output files.
SEE ALSO
AUTHOR
See PDF