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
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
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
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
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
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
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