0% found this document useful (0 votes)
80 views

tsp301.xml: Working With The Sample Files

1. The document discusses how to export XML data from an Adobe PDF form using the instructions provided. Exporting the XML data will create an .xml file containing the data entered in the form. 2. It explains that the XML data can then be viewed and edited using a text editor or XML editor. The XML data conforms to a schema that could come from various sources like a database or industry standard. 3. Adobe's PDF forms technology allows importing arbitrary XML schemas and binding the schema elements to form fields. PDF forms can integrate with enterprise data systems to both collect and distribute data using the XML data.

Uploaded by

DelicateDog
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views

tsp301.xml: Working With The Sample Files

1. The document discusses how to export XML data from an Adobe PDF form using the instructions provided. Exporting the XML data will create an .xml file containing the data entered in the form. 2. It explains that the XML data can then be viewed and edited using a text editor or XML editor. The XML data conforms to a schema that could come from various sources like a database or industry standard. 3. Adobe's PDF forms technology allows importing arbitrary XML schemas and binding the schema elements to form fields. PDF forms can integrate with enterprise data systems to both collect and distribute data using the XML data.

Uploaded by

DelicateDog
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Working with the Sample Files

Sample Set: TSP

tsp301.xml
Now it is time to see the XML form data representation that is produced by the form. To
export the XML form data yourself, follow the instructions below:
1. Select Advanced > Forms > Export Forms Data. In the Export Forms Data As dialog
box, select XML files (.xml) in the Save as type: pull-down menu.
The result of this operation will be an .xml file like the sample file tsp301.xml, but
containing the data that you typed into the form.
2. View the xml data file. You can use any simple text editor, or your browser, or a
specialized XML editor, like XML Spy.
The schema representation for the form data is merely a simple one that was developed to
show the XML output from Adobe PDF/XML forms. The schema to which the data conforms
could come from a database, a web service, or from an external industry standard
vocabulary such as ACORD (Insurance), eGrants (Government Grants), HL7 (Healthcare),
RosettaNet/OASIS EPS (Manufacturing), HR-XML (Human Resources), TaxML (Financial
Services), XBRL (Financial Statement Reporting), UBL (eCommerce), or any other one.
Adobe's technology for XML support arbitrary customer defined XML data sources. Using
the new Adobe design tool, the form designer imports the XML schema and binds the
elements of the schema to the form fields. The form can even be created automatically be
dragging the XML from the schema onto the Form design canvas.
By combining XML with PDF in this manner, PDF/XML documents become the vehicle for
integrating human interaction into enterprise data systems. Furthermore, PDF/XML
documents can be used both to collect and distribute data.
Next step - import XML data into a PDF template. However, let's modify the data first.
1. Edit the XML file using an XML Editor or a simple text editor. Try changing the name or
social security number. Save the XML data file.
2. Select Advanced > Forms > Import Forms Data. Select your edited XML file.
Notice the changes are reflected in the PDF form
This illustrates the ability to use PDF/XML documents both for round tripping data or for
one way distribution of data from an enterprise system. The PDF/XML document can act as
a presentation template which is then merged with the xml instance data to make a
complete document. Furthermore, the XML data continues to move with the PDF/XML
document and can be exported later if needed. PDF/XML documents can also contain XML
data that is not part of the form but is used for other aspects of the business process of
which the form is a part. Consequently, the PDF document can act as a data container.

tsp301.xdp
As part of the new Adobe XML architecture, Adobe is also introducing an XML packaging
mechanism for PDF called XML Data Package (XDP). This sample (tSP301.xdp) is an example
of the XDP file for the tsp301.pdf sample file. To create and XDP from the PDF, follow the
instructions below:

Adobe PDF/XML Architecture -Working Samples

You might also like