I scan to a pdf and ocr it. The resulting pdf is searchable. In vb.net I load the pdf to gdViewer and user the following statement:
gdviewer is my AxGdViewer control
filename contains the path and filename of the pdf
frmDocumentScanner.GdViewer.DisplayFromPdfFile(Filename)
dim myKeywords as string
myKeywords = me.gdviewer.pdfgetkeywords
The result is always blank. Is there sometine else I need to do.
Any suggestions Will be appreciated.
TheBob
