We are encountering PDF files that are fillable dynamic PDF forms containing user-supplied data. Forms are prepared with Adobe Live Cycle Designer modified with iText
PDF file consists of objects like this: "132 0 obj
((Filter/FlateDecode/First 99/Length 2814/N 13/Type/ObjStm))stream ......"
We'd like to extract the data the the user filled into the form
I have found xfa worker library based on itext (converting xfaform pdf + data.xml into flattened xfa pdf) How can I flatten a XFA PDF Form using iTextSharp? Can i with this library perform the reverse operation (extract pdf form data to xml file)?