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 PDF needs to be opened in the Adobe Reader browser plug-in.
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 PDF needs to be opened in the Adobe Reader browser plug-in.
IT WON'T WORK if the end-user opens t
In your servlet, set the response type to PDF with the following code:
response.setContentType("application/pdf");
Ämne:
[iText-questions] Pushbutton submit fails to open in a browser.
Från:
> 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
ons] Pushbutton submit fails to open in a browser.
shri2010 wrote:
> 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 h
shri2010 wrote:
> 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 "
Your server returns content in the HTML form
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