logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

readpdf - Read a PDF document

Author

       See CAM::PDF

perl v5.36.0                                       2022-12-08                                        READPDF(1p)

Description

       Read a PDF document into memory and, optionally, output it's internal representation.  This is primarily
       useful for debugging, but it can also be a way to validate a PDF document.

Name

       readpdf - Read a PDF document

See Also

       CAM::PDF

       rewritepdf

Synopsis

        readpdf [options] file.pdf

        Options:
          -d --decode         uncompress internal PDF components
          -p --pass           prompt for a user password if needed
          -v --verbose        print the internal representation of the PDF
          -h --help           verbose help message
          -V --version        print CAM::PDF version

See Also