Avatar

Not applicable

It depends on your PDF. Is the PDF a static XFA or a dynamic XFA?

You can check to see if the PDF is static/dynamic by clicking File=>Save As, and it should say static or dynamic PDF as file type.

iText will work with Static XFA forms created in LiveCycle. Dynamic XFA forms are not supported.

You can also submit XML data to a server side script and parse the XML data using C# system.xml.xmlreader.

Another tool that may speed the development of the project is:

http://www.fdftoolkit.net/

Note: FDFToolkit.net utilizes iText Technologies.