xfa Questions

2

I created a PDF form with Adobe LiveCycle Designer. I'm now struggling to extract the data programmatically from the PDF after it's been filled out. I tried to do this using poppler (the qt4 bindi...
Fulbert asked 3/9, 2013 at 8:50

1

I have a PDF which doesn't contain XFA data. What I want to do is, create a XFA Form template programmatically (not by using Adobe LiveCycle or similar program) and then embed it to the PDF, then f...
Confidence asked 15/12, 2014 at 13:5

3

Solved

I created a form in livecycle es 2 and i am trying to use pdftk to fill out the form but it doesn't work. It says it fills it out successfully but when i try to open the pdf it just gives me an err...
Bookcase asked 20/6, 2014 at 20:35

1

I´m searching for a way to convert PDF XFA files to normal PDF files which could be than processed and / or compressed via Imagemagick or ghostscript for example. All options I found are just remov...
Tenderloin asked 31/1, 2014 at 14:9

0

When you save an XFA form (XFA = XML Forms Architecture) using Adobe software, a checksum attribute is added to the form element. This checksum appears to be a SHA-1 digest, but it's unclear as to ...
Alienee asked 14/12, 2014 at 14:46

1

I assume I need to flatten a XFA form in order to display properly on the UI of an application that uses Nuance's CSDK. When I process it now I get a generic message "Please Wait.... If this messag...
Barring asked 21/11, 2014 at 17:44

1

Solved

Code: using (FileStream pdf = new FileStream("C:/test.pdf", FileMode.Open)) using (FileStream xml = new FileStream("C:/test.xml", FileMode.Open)) using (FileStream filledPdf = new FileStream("C:/t...
Otero asked 29/10, 2014 at 11:45

5

Solved

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 s...
Balthasar asked 25/6, 2009 at 0:40

2

I'm having a very strange issue with XFA Forms in iText / iTextSharp (iTextSharp 5.3.3 via NuGet). I am trying to fill out a static XFA styled form, however my changes are not taking. I have both ...
Substratosphere asked 11/5, 2013 at 22:47

1

I am trying to get a simple list of all the fields in my XFA form. I am using this code: private void ListFieldNames() { string pdfTemplate = @"C:\Projects\iTextSharp\SReport.pdf"; MemoryStream ...
Hatbox asked 13/2, 2013 at 22:43
1

© 2022 - 2024 — McMap. All rights reserved.