[EMAIL PROTECTED] wrote:
>
> 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.
I don't understand your remark.
Why would you need to manually convert every field?
What you need is somebody to write some code that converts
an XFDF file into an FDF file (easy! the SimpleXmlParser
and FdfWriter are already there) and vice-versa (iText has
an FdfReader, it's fairly easy to write an XFdfWriter).
If this code is posted as a patch on SourceForge, we can
integrate it in the next iText release.
You can ask the iText developers to do it, but for the
moment, we're busy doing other stuff.
best regards,
Bruno
-------------------------------------------------------------------------
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/