mato7d5 / QPDFWalker

Tool for browsing hierarchy of low level objects in a PDF file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QPDFWalker

QPDFWalker is tool for browsing hierarchy of low level objects in a PDF file. It was inspired by Enfocus browser. Currently the QPDFWalker runs on GNU Linux and MS Windows. It should not be a problem to build it for other platforms (FreeBSD, NetBSD, MacOS,...).

Based on

QPDFWalker uses:

Build

GNU Linux

Install all required dependencies (Qt 5 and PoDoFo) by using your package manager of your Linux distribution. You can build it by Qt Creator (open qpdfwalker.pro file) or by shell:

qmake-qt5 qpdfwalker.pro
make

MS Windows

The best way is usage of Cygwin environment. Don't forget to install PoDoFo and Qt 5 packages for Cygwin. Open bash and enter:

qmake-qt5 qpdfwalker.pro
make

Launching qpdfwalker.exe:

XWin.exe --multiwindow
export DISPLAY=:0.0
qpdfwalker.exe

Screenshots

Main window

Walker window

Stream data window

License

GNU GPL v3.

About

Tool for browsing hierarchy of low level objects in a PDF file.


Languages

Language:C++ 94.1%Language:Shell 3.0%Language:QMake 2.9%