Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.TXT | 2019-10-07 | 1.0 kB | |
pdfsummary-0.0.5.tar.gz | 2019-10-07 | 43.1 kB | |
Totals: 2 Items | 44.1 kB | 0 |
Uses a modified form of Didier Stevens PDF parser to get object descriptions by page and then summarizes them. This is useful for showing what objects in a PDF document or page is using a lot of space. Example: pdf-parser.py -b name.pdf | pdfsummary.pl >name_summary.txt Original version of pdfy-parser.py is from http://didierstevens.com/files/software/pdf-parser_V0_7_2.zip Files: README.TXT this file LICENSE GPL v2 for pdfsummary.pl pdfsummary.pl Summarize output of pdf-parser.py pdf-parser.py Parse pdf file, modified to provide -b flag pdf-parser.py.dist Parse pdf file, original pdf-parser.patch Convert original to modified Version numbers and dates: pdf-parser.py 0.7.2.1 10/7/2019 pdfsummary.pl 0.0.5 10/3/2019 Changes: 10/7/2019 Upgraded pdf-parser.py from 0.3.2 to 0.7.2. Found that some PDF files have odd spacing between keys and values and modified -b mode in pdf-parser.py to account for that, otherwise some description fields are empty.