Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pdfinfo_service/DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
PDFInfo leverages the work of Didier Stevens and his pdf-parser. That script
requires Numpy to run.

PDFInfo also requires jsbeautifier:
pip install jsbeautifier
4 changes: 4 additions & 0 deletions pdfinfo_service/README
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ How to upgrade PDF tools:
- self.infile = open(file, 'rb')
+ import StringIO
+ self.infile = StringIO.StringIO(file)

TODO:
- Handle encrypted PDF objects
- Example sample: 1e46c60e65ae9f9c9c8850372d8da491
Loading