Micro Focus QTP (UFT) Forums

Full Version: compare 2 pdf files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to show the difference on pdf file after comparing 2 pdf files, if they are different.. i'm using the below code
Code:
Set oPDF=createobject("LearnQuickTest.ManipulatePDF")

'If oPDF.ComparePdfFiles("C:\Users\sarishr\Desktop\CDO\sum by sales.pdf", "C:\Users\sarishr\Desktop\CDN\sum by sales.pdf ", "C:\Users\sarishr\Desktop\oone.txt",1,1) = true  Then
Then so and so..........

your response is much appreciated