red6 / pdfcompare

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

Adding CLI-Support for comparing files and writing results #53

Closed tpiekarski closed 5 years ago

tpiekarski commented 5 years ago

One downside is that Apache Commons CLI and as well as the other mentioned CLI parsing libraries do not support parameter values without arguments like we chose to use for the expected and actual filenames. But a solution is also for those two parameter values included and open for discussion.

finsterwalder commented 5 years ago

Thanks for the merge request. It looks mostly ok. You removed the class DisplayMain. Could you please readd that class? I still need it in the project, even though it's not the Main-Class in the manifest anymore. Then I will merge your request.

finsterwalder commented 5 years ago

I fixed this myself and merged your request.

tpiekarski commented 5 years ago

Thanks, I'll be watching out for more things I could help with :)