Tagged Questions
XFA stands for XML Forms Architecture, a family of proprietary XML specifications that was suggested and developed by JetForm to enhance the processing of web forms. It can be also used in PDF files starting with PDF 1.5 specification. XML Forms Architecture was not standardized as an ISO standard
5
votes
3answers
5k views
Using iText (iTextSharp) to populate XFA form fields in PDF?
I need to populate XFA form fields in a PDF (created with Adobe LiveCycle Designer). We're attempting to use iText (actually iTextSharp with C#) to parse the PDF, populate the XFA fields and then ...
1
vote
1answer
19 views
C# to read XFA form data
I am trying to programmatically read the field values from a Livecycle created form. I have beed researching days now and it seems impossible to find a solution. I tried opening the document using the ...
1
vote
0answers
41 views
Convert XFA based forms to HTML
Is there a tool or converter available that can transform my XFA based forms/documents over to HTML (preserving the look and feel of the form)?
I'm looking to provide the capability to render such ...
1
vote
1answer
1k views
List attributes of an XFA Object using Javascript in a PDF
I'm trying to create a PDF document with several text fields that can grow in height up to some maximum value. Due to the constraints of the project, I'm using Adobe Designer 7, which happily allows ...
0
votes
0answers
94 views
Adobe Livecycle forms - Automatically building a PDF file from XFA (XML form definition)
I'm building a form in Adobe LiveCycle designer and have several drop-down fields. Currently I have populated the option lists for these fields manually but in future would like to automate it ...
0
votes
1answer
182 views
Fill xfa pdf form using itext in java
I have to fill a pdf form (used to submit data online) which is having xfa fields and using iText for this. I am able to generate the reader-enabled pdf document but fields are not filled.
Please ...
0
votes
1answer
176 views
How To programmatically detect XFA (Adobe XML Forms Architecture) dynamic PDF
I have a system that converts pdf to tif. Basically it's a program written in csharp that uses iTextSharp to get metadata about the pdf and pdf2tif (http://pdftotif.sourceforge.net/) to convert to the ...
0
votes
1answer
372 views
How to load XML into datasets on load in a dynamic PDF form (LiveCycle)?
I need to pre-fill a dynamic PDF's fields so my users can edit it and submit back.
I am using Adobe ColdFusion CFPDFFORM tag that can load XML data into a PDF and make a new populated PDF. ...
0
votes
0answers
112 views
Trouble with using XFA Form and FDF Merge
I am new to Adobe acroforms,XFa forms and FDFmerge so my question could be naive.
I am working on legacy application in Java which used FDFMerge utility and java wrapper to it.
We have PDF forms ...
0
votes
4answers
628 views
How to parse a .xfa file
Hoping that someone has some info on how to parse a xfa file. I can parse csv or xml files just fine, but an xfa one has come along and I'm not familar with the format. Looks like tab delimited body ...