Hi,
From a vb script, opening any pdf file with DisplayFromFile or DisplayFromPdfFile *end* the script with no error.
Tracing with vbsEdit show same result.
Script end on the DisplayFromFile call.
gdPicture pro v 5.10.0.11 (downloaded 02/23/2009)
Script vbs to try :
Set oGdViewer = CreateObject("gdpicturepro5.GdViewer")
ok = oGDViewer.SetLicenseNumber("----")
oGdViewer.LockControl = true
filePath = "d:\ocr.pdf"
status = oGdViewer.DisplayFromFile(filePath) ' script end here, no error !
MsgBox "after DisplayFromFile"
n = oGdViewer.PageCount
We need to make OCR on pdf file created by scanner or fax system, or received by email from different sources.
Thanks,
Regards,
Thierry Hauchard
Gesteam
