vinsguru / pdf-util

PDF Compare Utility
98 stars 69 forks source link

Compare in visual mode not working #29

Open hadrianjmnz90 opened 2 years ago

hadrianjmnz90 commented 2 years ago

pdfUtil.setCompareMode(CompareMode.VISUAL_MODE); pdfUtil.highlightPdfDifference(true); pdfUtil.setImageDestinationPath(resultFileDestFolder); pdfUtil.compare(file1, file2);

 Does not produce any output file, can somebody help?