Forrest logo
back to context overview

pdf-parser

List of commands for pdf-parser:

  • pdf-parser:tldr:26f55 pdf-parser: Display statistics for a PDF file.
    $ pdf-parser --stats ${filename-pdf}
    try on your machine
    explain this command
  • pdf-parser:tldr:d4442 pdf-parser: Search for strings in indirect objects.
    $ pdf-parser --search=${search_string} ${filename-pdf}
    try on your machine
    explain this command
  • pdf-parser:tldr:f63d1 pdf-parser: Display objects of type `/Font` in a PDF file.
    $ pdf-parser --type=${-Font} ${filename-pdf}
    try on your machine
    explain this command
back to context overview