pdf-previews
NAME
pdf-previews.pl - Scan a directory for PDF files. Create PNG previews
SYNOPSIS
pdf-previews.pl [directory] --previews=directory
Options:
--password=str # provide default password for encrypted PDF files
DESCRIPTION
This program scans a directory of PDF files and generates previews.
The preciew files are of type PNG and are placed into a subdiretory named .previews. They are named .previews/<base-name>-<nnn>.png, where <nnn> is the page number.
** This is neither fast, or complete ** It exists to exercise other components in the Perl 6 ecosystem, including PDF::Content and Cairo.
SEE ALSO
PDF::Class PDF::Content PDF::To::Cairo
AUTHOR
See PDF