Difference between revisions of "PDF Tools (by Didier Stevens)"
Jump to navigation
Jump to search
(Updating to use format template.) |
Ania Molenda (talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{Infobox tool |
|purpose=Tools for parsing and analysing PDF documents | |purpose=Tools for parsing and analysing PDF documents | ||
− | |||
|homepage=http://blog.didierstevens.com/programs/pdf-tools/ | |homepage=http://blog.didierstevens.com/programs/pdf-tools/ | ||
|license=Not specified, public domain | |license=Not specified, public domain | ||
− | |||
|formats_in={{Format|PDF}} | |formats_in={{Format|PDF}} | ||
+ | |function=Metadata Extraction, Dependency Analysis, Validation | ||
+ | |content=Document | ||
+ | }} | ||
+ | {{Infobox tool details | ||
+ | |ohloh_id=PDF Tools (by Didier Stevens) | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Description == | == Description == | ||
This is a set of Python scripts for anaysing PDF documents. The main ones are: | This is a set of Python scripts for anaysing PDF documents. The main ones are: | ||
Line 29: | Line 25: | ||
== Development Activity == | == Development Activity == | ||
− | |||
− | |||
− | |||
− |
Revision as of 14:59, 26 April 2021
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt673fbfcd603f37_29501559
Description
This is a set of Python scripts for anaysing PDF documents. The main ones are:
pdf-parser.py
This tool will parse a PDF document to identify the fundamental elements used in the analyzed file. A command line option exists to search for specific text strings within indirect objects.
pdfid.py
Scans a file to look for certain PDF keywords, allowing you to identify PDF documents that contain (for example) JavaScript or execute an action when opened.