Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to parse a PDF document?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00468693
Message ID:
00468749
Views:
26
>Hi,
>
>I want to automate the loading of information contained in a PDF document to a database. Any easy ways to do this?
>
>Best Regards,
>
>J Miller
This will give an access to document's fields collection:
AcroExchAVDoc = CreateObject("AcroExch.AVDoc")
AcroExchAVDoc.Open("pdfform.pdf", "")
AFormAut = CreateObject("AFormAut.App")
Fields = AFormAut.Fields

You need a full version of Acrobat or Acrobat Business Tools.
Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform