Hi, I have tried the code at I found on the website you gave but unfornately I couldn't change the submit url. I have decided to use the Aspose.Pdf.Kit instead.
If you want to view the original pdf so that you can find out why the submit url won't change just let me know and I'll send you the pdf by mail. Thanks for your time, Martyn Hiemstra 1T3XT info schreef: > Martyn Hiemstra wrote: > >> I have saved the file as a Dynamic PDF and not as a xdp file. I can load >> the pdf and then say pdfStamper.getAcroForm() and read all the >> components and set their values. The thing is, I can set the values of >> the all the text fields so it has to be a acroform. If it wasn't a >> acroform pdf then shouldn't pdfStamper.getAcroFields() return null? >> > > No, those forms contain both XML describing the form and PDF annotations > (AcroForm fields) at the same time. Maybe if you throw away the XFA, it > will work: http://1t3xt.info/examples/browse/?page=example&id=391 > but I'm not sure. It's difficult to assess without seeing the form. > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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
