Tuesday, June 1, 2010

How you can integrate data in PDF files?

Interactive elements :- PDF now supports two methods to integrating data.
1. Acro Forms:- It is also called acrobat forms introduced pdf 1.2 format specification.
2. Adobe XML forms architecture included pdf 1.5 format specification. It is not compatible with acro forms .
1. Acro forms:- Acro forms pdf 1.2 format. It permits Object (textboxes, radio, buttons ) and some codes in java scripts. Acro forms uses submitting, resetting and importing data. Here submit action transmit user name and value of selected form field to specification URL. Interactive forms fields are submitted through these formats depending upon the settings.
1.HTML form format
2.Forms data format:- It is based on pdf but difference is that it use only a single object. It is much simpler than pdf. Form data format is used when it transmit form data to the server then receiving the response.
3.XML Form data format:- It is the xml version of the forms data format. It also used the same way like forms data format is used to transmit and submit the forms. The data can be sent to the server, modifications sent and back the view forms.
4.PDF:- The all data may be submitted rather than individual fields and values. PDF files can be created here with PDF-File pdf converter with so ease.

No comments:

Post a Comment