I am able to open a PDF file (C:\TEMP\PDFS\TEST.PDF) with Acrobat but when I try to call this code:
Dim MyPdf As New PdfDocument("C:\TEMP\PDFS\TEST.PDF")
I get the error message:
Invalid PDF File. Cross-reference table not found.
Runtime Version: v2.0.50727
Version: 5.1.0.35
Not sure why... Any Ideas?
Thanks,
Gene Santomartino