Re: [iText-questions] Change submit url of button

2008-10-30 Thread Martyn Hiemstra
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 >> component

Re: [iText-questions] Change submit url of button

2008-10-29 Thread Martyn Hiemstra
then shouldn't pdfStamper.getAcroForm() return null? Martyn > Martyn Hiemstra wrote: > >> Hi, >> >> Unfornately this doesn't work. I tried the code but the submit button >> url doesn't change. >> >> I created the pdf using adobe lifecy

Re: [iText-questions] Change submit url of button

2008-10-29 Thread Martyn Hiemstra
I meant stamper.getAcroFields() instead of stamper.getAcroForm() Martyn > Martyn Hiemstra wrote: > >> Hi, >> >> Unfornately this doesn't work. I tried the code but the submit button >> url doesn't change. >> >> I created the pdf using a

Re: [iText-questions] Change submit url of button

2008-10-27 Thread Martyn Hiemstra
e pdf I am using. Martyn Hiemstra 1T3XT info schreef: > Martyn Hiemstra wrote: > >> Hi Everybody, >> >> Does anybody know how to change the url of a submit button. If tried >> everything. I have even debugged my application and by doing so I tried >> to a

[iText-questions] Change submit url of button

2008-10-20 Thread Martyn Hiemstra
submit url is and how it can be changed. Thanks, Martyn Hiemstra - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win gre

Re: [iText-questions] setField only works when form is flattend

2008-10-16 Thread Martyn Hiemstra
field and see if that works. Martyn Martyn Hiemstra schreef: > Hi everybody, > > I have created a pdf using adobe lifecycle designer and saved it as a > interactive pdf (Not as xdp but as pdf). I then use iText to load the > pdf and I go along all the fields and call setField

[iText-questions] setField only works when form is flattend

2008-10-16 Thread Martyn Hiemstra
Hi everybody, I have created a pdf using adobe lifecycle designer and saved it as a interactive pdf (Not as xdp but as pdf). I then use iText to load the pdf and I go along all the fields and call setField(String, String), like this: AcroFields acroFields = pdfStamper.getAcroFields(); if (acro