Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luke-cha/diff-pdf

Compare PDF documents using PDF Miner and print out the differences as HTML documents
https://github.com/luke-cha/diff-pdf

compare-pdf-documents diff-pdf html-documents pdf-diff pdf-miner python3

Last synced: 10 days ago
JSON representation

Compare PDF documents using PDF Miner and print out the differences as HTML documents

Awesome Lists containing this project

README

        

# diff-pdf
Compare PDF documents using PDF Miner and print out the differences as HTML documents

# install
```pip install pdfminer```

# usage
```
python diff-pdf.py before.pdf after.pdf
python diff-pdf.py before.pdf after.pdf -o output.html
python diff-pdf.py before.pdf after.pdf -m 0.1
```

# output
![image.png](https://github.com/jjunghyup/diff-pdf/blob/master/result.JPG)