I have a new version of PDFiD. One with plugins and selections.
Here’s a preview:
I have a new version of PDFiD. One with plugins and selections.
Here’s a preview:
RSS feed for comments on this post. TrackBack URI
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Have you released this version yet?
Comment by kurt — Tuesday 14 October 2014 @ 20:42
@Kurt Almost, something unexpected delayed my blogpost.
Comment by Didier Stevens — Wednesday 15 October 2014 @ 22:23
@kurt You can already download pdfid with plugins here http://didierstevens.com/files/software/pdfid_v0_2_0.zip
Comment by Didier Stevens — Thursday 16 October 2014 @ 14:07
In Python 3 “exec” is a function (same as “print”). Your code (pdfid.py) will raise an exception on line 853.
Try “exec(open(plugin, ‘r’).read())” instead.
Comment by Filip — Saturday 18 October 2014 @ 11:05
@Filip Thanks
Comment by Didier Stevens — Saturday 18 October 2014 @ 11:48