Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to parse a PDF document?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00468693
Message ID:
00468749
Vues:
25
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform