Package Details: peepdf 1:0.3-2

Git Clone URL: https://aur.archlinux.org/peepdf.git (read-only, click to copy)
Package Base: peepdf
Description: A python tool to explore PDF files in order to find out if the file can be harmful or not
Upstream URL: https://github.com/jesparza/peepdf
Licenses: GPL3
Submitter: codemunkii
Maintainer: None
Last Packager: haawda
Votes: 7
Popularity: 0.000474
First Submitted: 2013-07-03 03:24 (UTC)
Last Updated: 2020-12-16 07:25 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

jjbeard commented on 2020-12-15 14:10 (UTC)

Getting this:

python: can't open file '/usr/share/peepdf/peepdf.py': [Errno 2] No such file or directory

There is indeed no such file in usr/share.

abruegmann commented on 2020-10-19 13:52 (UTC)

Great! You missed a python2 in line 27 of the PKGBUILD, I'm afraid.

haawda commented on 2020-10-19 13:01 (UTC)

Good idea, done.

abruegmann commented on 2020-10-19 09:57 (UTC)

How about using jbremer's fork instead (https://github.com/jbremer/peepdf)? It is Python 3-compatible, so we could drop the python2 dep entirely?

jjbeard commented on 2020-10-18 15:16 (UTC) (edited on 2020-10-18 15:16 (UTC) by jjbeard)

The python2-simplejson dep should be removed - peepdf now uses the built-in json package.

It should also depend on python2

hollunder commented on 2017-05-16 10:09 (UTC)

Please update it properly, there are multiple problems. The URL should not be an array it still using SVN, the dependencies are wrong and so on.

codemunkii commented on 2015-09-22 12:22 (UTC)

Updating to point to github

codemunkii commented on 2015-08-28 12:09 (UTC)

Thanks for the comment, a fix is posted

olejorgenb commented on 2015-08-25 22:57 (UTC)

FYI: :) This cd /usr/share/peepdf python2 peepdf.py "\$@" Makes the tool fail when using relative paths: $ peepdf my.pdf Error: The file "my.pdf" does not exist!! The code is also moved to github now