How can I get XML from FDF form and how can I populate FDF from XML ?
There is no such constructor like shown in below example. 

   XfdfReader fdfReader = null;
        try {
            fdfReader = new XfdfReader( request.getInputStream() ); // 
this constuctor doesn't exist.
        } catch (IOException e) {
            e.printStackTrace();
        }
Without manually converting each and every field of form, I need to 
convert to FPF to XML or vise verse.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to