Martin Leboeuf wrote: > Hi ! > > the form is attached. It was developped with LiveCycle Designer 8.
The example I mentioned only works with AcroForms, you have XFA forms! Please don't mix both. Try this example: http://1t3xt.be/?X000478 Use it to extract the XFA stream from your PDF. Have a look at the XML that is returned. Look for: <submit format="pdf" target="https://genomequebec.mcgill.ca/nanuqAdministration/nanuq-administration/requestForm.go?action=send" textEncoding="UTF-16" xdpContent="pdf datasets xfdf"> </submit> That's the part that should be replaced. There is no official support for XFA forms, but it can be achieved if you have a good XML library and if you replace the correct XFA part in your PDF as is done in this example: http://1t3xt.be/?X000488 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
