Re: [iText-questions] URL of submit button

2009-04-16 Thread Martin Leboeuf
inters/documentation/examples. Thanks for all the help ! Martin. -Message d'origine- De : Bruno Lowagie [mailto:br...@lowagie.com] Envoyé : Thursday, April 16, 2009 10:10 AM À : Post all your questions about iText here Objet : Re: [iText-questions] URL of submit button Martin Leboeuf wro

Re: [iText-questions] URL of submit button

2009-04-16 Thread Bruno Lowagie
Martin Leboeuf wrote: > Then, using Acrobat, I open the file and "enable usage rights", > so that end users can save filled versions of the pdf form. > Finally, I modify the file using the code above. After that, you CAN'T change objects in the document without breaking Reader Enabling, unless y

Re: [iText-questions] URL of submit button

2009-04-16 Thread Martin Leboeuf
Thanks, Martin. -Message d'origine- De : Leonard Rosenthol [mailto:lrose...@adobe.com] Envoyé : Thursday, April 16, 2009 9:24 AM À : Post all your questions about iText here Objet : Re: [iText-questions] URL of submit button Unless you have a copy of Adobe Acrobat Professio

Re: [iText-questions] URL of submit button

2009-04-16 Thread Bruno Lowagie
Martin Leboeuf wrote: > Hi again ! > > Thanks for the help. I did manage to modify my form. The problem now is that > when I open the resulting file with Acrobat Reader, I get the following > message: > > "This document contained certain rights to enable special features in Adobe > Reader. The

Re: [iText-questions] URL of submit button

2009-04-16 Thread Leonard Rosenthol
.ca] Sent: Thursday, April 16, 2009 9:07 AM To: Post all your questions about iText here Subject: Re: [iText-questions] URL of submit button Hi again ! Thanks for the help. I did manage to modify my form. The problem now is that when I open the resulting file with Acrobat Reader, I get the followi

Re: [iText-questions] URL of submit button

2009-04-16 Thread Martin Leboeuf
; ? Thanks, Martin. -Message d'origine- De : Leonard Rosenthol [mailto:lrose...@adobe.com] Envoyé : Wednesday, April 15, 2009 8:55 AM À : Post all your questions about iText here Objet : Re: [iText-questions] URL of submit button > It was developped with LiveCycle Designer 8 L

Re: [iText-questions] URL of submit button

2009-04-15 Thread Leonard Rosenthol
standard XML tools and then put it back. There are samples online. Leonard -Original Message- From: Martin Leboeuf [mailto:martin.lebo...@mail.mcgill.ca] Sent: Wednesday, April 15, 2009 8:29 AM To: Post all your questions about iText here Subject: Re: [iText-questions] URL of submit butt

Re: [iText-questions] URL of submit button

2009-04-15 Thread 1T3XT info
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 loo

Re: [iText-questions] URL of submit button

2009-04-14 Thread 1T3XT info
Martin Leboeuf wrote: > Hi ! > > Thanks for the quick reply. However, the object "action", retrieved with the > line : > > PdfDictionary action = (PdfDictionary) object.get(PdfName.A); > > is null. Is this normal ? What kind of form do you have? (AcroForm or XFA?) Is the button you're inspecti

Re: [iText-questions] URL of submit button

2009-04-14 Thread Martin Leboeuf
April 14, 2009 9:27 AM À : Post all your questions about iText here Objet : Re: [iText-questions] URL of submit button Martin Leboeuf wrote: > Hi ! > > How can I use iText to modify the URL of Submit button ? I have a pdf > form, which can be retrieved through a servlet, but I wa

Re: [iText-questions] URL of submit button

2009-04-14 Thread 1T3XT info
Martin Leboeuf wrote: > Hi ! > > How can I use iText to modify the URL of Submit button ? I have a pdf > form, which can be retrieved through a servlet, but I want to set the > URL of the form's submit button in the servlet before sending the form. > I searched on the web for help, but could fi

[iText-questions] URL of submit button

2009-04-14 Thread Martin Leboeuf
Hi ! How can I use iText to modify the URL of Submit button ? I have a pdf form, which can be retrieved through a servlet, but I want to set the URL of the form's submit button in the servlet before sending the form. I searched on the web for help, but could find nothing. Thanks, Martin