Sunday, July 18, 2010

Comparing two pdf documents


If oPDF.ComparePdfFiles ("D:\first.pdf","D:\second.pdf","D:\executionresult.txt") =Truethen
reporter.ReportEvent micPass ," diff between two pdf files ""File as same"
Else
reporter.ReportEvent micFail ,"diff between two pdf files ""Files are not same"
End IF

No comments:

Post a Comment