Re: [iText-questions] On click of Image submit acrofrom with Method post

2009-07-31 Thread shri2010
Hi, I did form submit in HTML with hidden fields on click of anchor link, using javascript method. I want to achieve the same here in Itext. I am trying the same thing here, Somehow my acroform is not submitting. If someone have code snippet,Please post it. Thanks, Shrikant wasegraves wrot

[iText-questions] On click of Image submit acrofrom with Method post

2009-07-30 Thread shri2010
Hi For one of my requirement, On click of Image, I want to open URL with posting two hidden parameters. Currently I am able to open url with GET method, I need to Hide the parameters (param1 & Param2 in the below url ). Image testImg= Image.getInstance("test.jpg"

Re: [iText-questions] Encrypt PDF with case insensitive letters

2009-07-17 Thread shri2010
Thanks Paulo. Paulo Soares-3 wrote: > > Not possible. > > Paulo > >> -Original Message----- >> From: shri2010 [mailto:shrikan...@gmail.com] >> Sent: Friday, July 17, 2009 7:54 PM >> To: itext-questions@lists.sourceforge.net >> Sub

[iText-questions] Encrypt PDF with case insensitive letters

2009-07-17 Thread shri2010
Hi, In one of my assignment I am generating PDF using IText. I want to encrypt PDF with Case insensitive letters means, If PDf is encrypted with password "Hello", I want unlock pdf by entering "hello", "HELLO" OR "HeLLo". Please let me know how to do this ? Thanks in advance. Thanks, Shri -

Re: [iText-questions] Pushbutton submit fails to open in a browser.

2009-04-07 Thread shri2010
1T3XT info wrote: > > shri2010 wrote: >> Leonard, Thanks for your quick & accurate response. >> >> Please clarify me. >> >> 1) I am designing itext form with 3 input fields to collect information >> from >> the user. > > OK, then the

Re: [iText-questions] Pushbutton submit fails to open in a browser.

2009-04-07 Thread shri2010
> Leonard > > -Original Message- > From: 1T3XT info [mailto:i...@1t3xt.info] > Sent: Tuesday, April 07, 2009 7:15 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Pushbutton submit fails to open in a > browser. > > shri2010 wrot

[iText-questions] Pushbutton submit fails to open in a browser.

2009-04-07 Thread shri2010
Hi , I am using Itext to generate pdf. I am using below code snippet to submit myform to servlet hosted locally. I am facing two issues. 1) On click of submit it shows pop up "cannot handle content type text / html " 2) It won't shows any error message & won't open browser too. PushbuttonFiel

[iText-questions] Customizing Authentication alert window.

2009-04-03 Thread shri2010
Hi , I am using Itext to generate pdf with password secured. I want to display customized message in the authentication pop up window instead of " this document is password protected. Enter a password to open the document". Thanks in advance for you suggestions & code snippet. Thanks, Shri