02-10-2017, 10:59 AM
This is my code
Set oPDF=createobject("LearnQuickTest.ManipulatePDF")
msgbox oPDF.GetPdfText ("C:\veda project\Verify-2-10-2017-4-08-52-PM\Compares\Acrobat-Compare-UFTSW_OTC_Res15_SD_Results.pdf")
or this
Set oPDF=createobject("LearnQuickTest.ManipulatePDF")
pdftext=oPDF.GetPdfText ("C:\veda project\Verify-2-10-2017-4-08-52-PM\Compares\Acrobat-Compare-UFTSW_OTC_Res15_SD_Results.pdf")
pdftext is empty
does non even recognise msgbox
tried print as in the doco and it didn't print
What am I doing wrong?
Joe
Set oPDF=createobject("LearnQuickTest.ManipulatePDF")
msgbox oPDF.GetPdfText ("C:\veda project\Verify-2-10-2017-4-08-52-PM\Compares\Acrobat-Compare-UFTSW_OTC_Res15_SD_Results.pdf")
or this
Set oPDF=createobject("LearnQuickTest.ManipulatePDF")
pdftext=oPDF.GetPdfText ("C:\veda project\Verify-2-10-2017-4-08-52-PM\Compares\Acrobat-Compare-UFTSW_OTC_Res15_SD_Results.pdf")
pdftext is empty
does non even recognise msgbox
tried print as in the doco and it didn't print
What am I doing wrong?
Joe