pdf-diff icon indicating copy to clipboard operation
pdf-diff copied to clipboard

A PDF comparison utility in Python.

Results 25 pdf-diff issues
Sort by recently updated
recently updated
newest added

Hi, Atfer posting an issue on the original repo, I went ahead and actually implemented the feature, which proved quite easy. This pull request is the basic functionality. I tested...

We ran the setup and example exactly as outlined by the readme but the output .png file was blank.

no word list no word list Traceback (most recent call last): File "/opt/conda/bin/pdf-diff", line 8, in sys.exit(main()) File "/opt/conda/lib/python3.6/site-packages/pdf_diff/command_line.py", line 498, in main img = render_changes(changes, style, args.result_width) File "/opt/conda/lib/python3.6/site-packages/pdf_diff/command_line.py",...

``` $ pdf-diff journal.pdf journal_v3.pdf > comparison.png Traceback (most recent call last): File "/usr/local/bin/pdf-diff", line 10, in sys.exit(main()) File "/usr/local/lib/python3.6/dist-packages/pdf_diff/command_line.py", line 497, in main changes = compute_changes(args.files[0], args.files[1], top_margin=float(args.top_margin), bottom_margin=float(args.bottom_margin))...

Thank you for the project. Stable and fast. The only problem is, I needed to have pdf, not png. So, I came to this solution. ``` pdf-diff before.pdf after.pdf |...

I tried this tool in several ways like: python3, 2, anaconda dist python3. All has some issue or the other. Even I tried manually cloning the repo and taking the...

Hi, currently when we do large document comparision, for example, 150 pages and above it is taking lot of time or it does not generate any output, any idea or...

Hello, Thanks for this tool, I'm trying to process diff on a PDF of 250 pages plus and getting this error. It works with 'png' format but it barely readable...

[Maybe useful](https://hub.docker.com/r/forflo/ubuntu-pdf-diff)