vinsguru / pdf-util

PDF Compare Utility
98 stars 69 forks source link

Added functions to compare pdf in visual mode whether pdf page count matches or not #17

Open ghost opened 6 years ago

ghost commented 6 years ago

In my case expectation was

  1. User is expecting the difference file in case of mismatch but as page counts were not matching , user was unable to receive difference file.
  2. User was able to see that only one page at last is appended and reason was due to format changes in previous pages, resulted in one more additional page.

Added just few basic functions. Please review and add more relevant functions for similar use case.