Forum Discussion
rraghvani
Champion Level 3
3 years agoSee this post, https://community.smartbear.com/t5/TestComplete-Questions/Comparison-of-two-PDF-files/td-p/81715 which suggests to use third party software.
There's PDF Checkpoints, but that's for 14.20 or later
- tristaanogre3 years agoEsteemed Contributor
We're using PDF box which works very well for comparing text to test or image to image.
- lalit_singh3 years agoContributor
I have using python as scripting language in test complete
I believe PDF box is a third party have supported library
Should I use it separately in java project then?- tristaanogre3 years agoEsteemed Contributor
Scripting language isn't important with regards to PDFBox. You import the classes via Java Bridge in your project and then you can use them no matter your automation scripting language.