If oPDF.ComparePdfFiles ( "D:\first.pdf" , "D:\second.pdf" , "D:\executionresult.txt" ) = True then |
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