red6 / pdfcompare

A simple Java library to compare two PDF files
Apache License 2.0
220 stars 66 forks source link

Implementation of DiskUsingCompareResult is missing #48

Closed bruecp closed 5 years ago

bruecp commented 5 years ago

Hi, in the readme.md the possibility of using the DiskUsingCompareResult ist mentioned, which comes into play in memory comsumption issues. Unfortanutelly, this class is not available in the current master distribution.

Can you please re-provide this CompareResult Strategie back again, as it is very useful when memory comsumption is an issue.

Thanks & BR, Peter

finsterwalder commented 5 years ago

I updated the README. There are two CompareResults, that store to disk now: CompareResultWithPageOverflow and CompareResultWithMemoryOverflow. The old DiskUsingCompareResult no longer exists.