Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adobe FDF Toolkit
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00792248
Message ID:
00792403
Vues:
27
>Update: Does this require the Adobe Standard version or Professional Version?
>
>Using Adobe 5.0, I clicked on File, Export, and then Form Data. There were no special choices. I can tell by looking at the .fdf file that it is a fdf not xfdf file but even so, it does not give me any field names.
>
>Assuming that I am using Adobe 5.0 and I can create the xfdf file, should the xfdf file display all of the fields (that can be filled on the .pdf form) in xml format so I know what the structure of the xml xfdf file I need to create in VFP should look like?
>

Hmm...It at least requires the "full" version of Acrobat, not just the freebie reader version. When it prompts you to export the file, it defaults to a filetype of "FDF". You can select "XFDF" from this list.

Here's a sample of what it looks like:
<?xml version="1.0" encoding="UTF-8"?>
<xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
<fields>
<field name="cCopy">
<value>Copyright © 2002</value>
</field>
<field name="cDirections">
<value>Do something.</value>
</field>
</fields>
<f href="/PDFs/MyPDF.pdf"/>
</xfdf>
In the PDF, I've got a field named "cCopy" and a field name "cDirections". Pretty straightforward.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform