XFDF
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Serialization |extensions={{ext|xfdf}} |mimetypes={{mimetype|image/application/vnd.adobe.xfdf}} }} XFDF ('''XML Forms Data Form...") |
(Updated PRONOM) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Serialization | |subcat=Serialization | ||
|extensions={{ext|xfdf}} | |extensions={{ext|xfdf}} | ||
− | |mimetypes={{mimetype| | + | |mimetypes={{mimetype|application/vnd.adobe.xfdf}} |
+ | |pronom={{PRONOM|fmt/1501}} | ||
}} | }} | ||
[[XFDF]] ('''XML Forms Data Format''') is a format for storing and transferring data entered into a form in a [[PDF]] file. It is an [[XML]]-based alternative to [[FDF]]. | [[XFDF]] ('''XML Forms Data Format''') is a format for storing and transferring data entered into a form in a [[PDF]] file. It is an [[XML]]-based alternative to [[FDF]]. | ||
== Specifications == | == Specifications == | ||
− | * [https://partners.adobe.com/public/developer/en/xml/XFDF_Spec_3.0.pdf XML Forms Data Format Specification, Version 3.0] | + | * [https://web.archive.org/web/20160408204348if_/https://partners.adobe.com/public/developer/en/xml/XFDF_Spec_3.0.pdf XML Forms Data Format Specification, Version 3.0 (2009-08)] |
+ | * [https://web.archive.org/web/20160303233354if_/http://partners.adobe.com/public/developer/en/xml/xfdf_2.0.pdf XML Forms Data Format Specification, Version 2.0 (2007-09)] | ||
+ | * [https://web.archive.org/web/20091007170953if_/http://partners.adobe.com:80/public/developer/en/xml/xfdf_2.0_draft.pdf XML Forms Data Format Specification Version 2.0 draft (2003-07)] | ||
+ | * [https://web.archive.org/web/20120422084810if_/http://partners.adobe.com:80/public/developer/en/xml/xfdf.xsd XML schema] | ||
[[Category:XML based file formats]] | [[Category:XML based file formats]] | ||
[[Category:Adobe]] | [[Category:Adobe]] |
Latest revision as of 18:59, 10 November 2021
XFDF (XML Forms Data Format) is a format for storing and transferring data entered into a form in a PDF file. It is an XML-based alternative to FDF.