11-17-2011, 07:13 AM
How to show the difference on pdf file after comparing 2 pdf files, if they are different.. i'm using the below code
your response is much appreciated
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