pdf-checker
NAME
pdf-checker.raku - Check PDF structure and values
SYNOPSIS
pdf-checker.raku [options] file.pdf
Options:
--password password for an encrypted PDF
--trace trace PDF navigation
--render check the contents streams of pages, forms, patterns and type3 fonts
--strict enable some additional warnings:
-- unknown entries in dictionarys
-- additional graphics checks (when --render is enabled)
--class <name> checking class (default PDF::Class)
--exclude <key>,.. restrict checking
--repair Repair PDF before Checking
DESCRIPTION
Checks a PDF class structure. Traverses all objects in the PDF that are accessable from the root, reporting any errors or warnings that were encountered.
SEE ALSO
AUTHOR
See PDF