vinsguru / pdf-util

PDF Compare Utility
98 stars 69 forks source link

There are no outputs after using the feature of comparing PDF files in Visual mode with storing the results #27

Open LinhNguyenCMD opened 2 years ago

LinhNguyenCMD commented 2 years ago

Hi there! First of all, I would like to say thanks for your sharing. It's beneficial for us to verify PDF files' content.

Besides that, the most insight in your library is the feature of comparing PDF files in Visual mode. I followed the scripts you showed us below

`pdfUtil.setCompareMode(CompareMode.VISUAL_MODE) pdfUtil.compare(file1, file2)

    // compare the 3rd page alone
    pdfUtil.compare(file1, file2, startPage, endPage)

    //if you need to store the result
    pdfUtil.highlightPdfDifference(true)
    pdfUtil.setImageDestinationPath(destinationPath)
    pdfUtil.compare(file1, file2)`

However, there is no output in the destination folder after calling those scripts. Could you please help to clarify the output we should expect with those scripts?

Thanks and Regards,

hadrianjmnz90 commented 2 years ago

I have same issue here, can somebody help?