Questions tagged [xfdf]

XFDF is the XML version of the "Forms Data Format (FDF)" specification. It is designed to representing form data and annotations that are contained in a PDF form.

XFDF is the XML version of the "Forms Data Format (FDF)" specification. It is designed to representing form data and annotations that are contained in a PDF form.

XFDF stands for "XML Forms Data Format". Where the original FDF uses syntax and file structure similar to a PDF document, XFDF uses XML. This makes it easier to build many XFDF structures than their FDF counterparts. However, XFDF does not implement most features of the original FDF, including: Status, Encoding, JavaScript, Pages keys, EmbeddedFDFs, Differences and Target.

The correct MIME Type to use for .xfdf files is application/vnd.adobe.xfdf.

XFDF was introduced in 2003 in PDF version 1.5, the full XFDF 2.0 specification is available from Adobe as a separate document.

54 questions
0
votes
0 answers

PHP save a completed form pdf (using xfdf) to the server rather than displaying pdf to user

I have successfully created the xfdf output and correctly filled out the pdf. Currently I am using the following code: header ("Content-Type: application/vnd.adobe.xfdf"); print createXFDF($url, $values) What I want to do is to save the pdf to the…
0
votes
1 answer

Fill a pdf and save as xfdf

For customised forms , instead of creating html forms and using that to get input from user , how can we use PDF to get input from user and when posting how to store all input in xfdf . Can any one please help me to solve this issue and v r using…
0
votes
2 answers

Issue with opening XFDF PDf's from PGP program

I have a system that prepopulates PDF fields via XFDF. THe XFDF code seems fine, but when I try to open it with the header() in PHP, PDF fires an error. If I ignore it and refresh the page, it works fine and poplulates the form correctly. Below is…
0
votes
1 answer

How to read xfdf fields in PHP - from submitted PDF

I am submiting a PDF form (xfdf format) to a php script. Then php saves the file (xfdf) & emails (as an attachment) to some email. I would like to be able to extract two fields from xfdf file (sender name & email), to use as "from:" on the email…
Carlos
  • 1
  • 1
0
votes
2 answers

Fill pdf with xfdf data

I have some xfdf data as shown here and i need to fill an editable pdf in PHP. Can anyone give me a solution ?
tis mon
  • 91
  • 2
  • 4
0
votes
1 answer

How do I get IDs "original" and "modified" for XFDF using iText?

The last tag in an XFDF file looks something like this: I can get these values by exporting PDF form data from Acrobat using this method:…
David Carboni
  • 1,556
  • 23
  • 24
0
votes
1 answer

acrobat pdf - characters UTF8 encoding in xfdf data

The solution looks like this: There is a submit button below the form in PDF file. Submit button is sending XFDF form data through POST. When I generate (in PHP) XFDF file from POST data polish characters encoded in UTF8 are messed up. When you…
met
  • 23
  • 4
-1
votes
1 answer

Is it possible to generate an XFDF file from a Word document?

I have tried finding a way to generate an XFDF file from a Word document, because I have some important information in my Word document which I need to use in my PDF. So I wanna get the XFDF and merge it with my PDF.
Thaer91
  • 1
  • 1
-1
votes
1 answer

XFDF - How to open XFDF file in Illustrator

How to open or view xfdf files in Illustrator. I know it can viewed in PDF but how to view it in Illustrator. Any advice or references is highly appreciated.
chinna_82
  • 6,353
  • 17
  • 79
  • 134
1 2 3
4