PDF-parser - parse PDF to identify fundamental elements
9.2K
PDF-parser tool will parse a PDF document to identify the fundamental elements used in the analyzed file
PDF
PDF-parser report
Dockerfile linkslatest (pdf-parser/Dockerfile)1. Clone the repository
git clone https://gitlab.com/CinCan/tools
cd tools/pdf-parser/
2. Build OR pull the docker image
docker build . -t cincan/pdf-parser
docker pull cincan/pdf-parser
3. Run the docker container
Example 1. Analyze a file:
$ docker run --rm -v $(pwd):/input cincan/pdf-parser /input/samples/testfile.pdf -a
Example 2. Analyze a file through filters, and display content for objects without streams:
$ docker run --rm -v $(pwd):/input cincan/pdf-parser /input/samples/testfile.pdf -c --filter
Example 3. Run with the cincan command line tool, using &Hex decoder:
cincan run cincan/pdf-parser samples/testfile.pdf -c --filter --decoders=decoder_ah.py
Content type
Image
Digest
Size
27.3 MB
Last updated
about 4 years ago
docker pull cincan/pdf-parser