Re: [iText-questions] submitting forms

2002-04-18 Thread Frank Caputo
no, in pdf. On Thursday, April 18, 2002, at 02:31 PM, Matt Benson wrote: > in HTML? > > --- Frank Caputo <[EMAIL PROTECTED]> wrote: >> hi, >> >> does anyone know how to submit a form to a webserver >> with either get or >> post? >> >> thanks >> >> --- >> Frank M. Capu

Re: [iText-questions] submitting forms

2002-04-18 Thread Jason Essington
Just a thought, but if you send a pdf file via get, wouldn't the whole file(binary file mind you) need to be urlencoded and sent like get form data? I don't belive that is reasonable (or possible for that matter) as the file would be too long (It would be handy to buffer overflow IIS servers t

Re: [iText-questions] submitting forms

2002-04-18 Thread Frank Caputo
Hi, I also got POST working. And not GET. I guess it is no bug in iText, because PdfAction.SUBMIT_HTML_GET has the correct value, so that the following flags should be ok according to the spec: PdfAction.SUBMIT_HTML_GET + PdfAction.SUBMIT_HTML_FORMAT + PdfAction.SUBMIT_INCLUDE_NO_VALUE_FIELDS

Re: [iText-questions] submitting forms

2002-04-18 Thread David Gilbert
On Thursday 18 April 2002 16:07, Paulo Soares wrote: > > As for Graphic2D: > > I didn't integrate you free_chart example, but I took > > an example from the Graphics2D-tutorial by SUN. I think > > it would be better if David Gilbert puts your example > > on his site to demonstrate how iText could

RE: [iText-questions] submitting forms

2002-04-18 Thread Paulo Soares
> -Original Message- > From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 15:49 > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions] submitting forms > > Quoting Paulo Soares <[EMAIL PROTECTED]>: > > > Now yo

RE: [iText-questions] submitting forms

2002-04-18 Thread Bruno Lowagie
Quoting Paulo Soares <[EMAIL PROTECTED]>: > Now you know why I don't like forms in PDF. ;-) By the way: when I refered to 'people who don't read the tutorial (or FAQ)'. I meant the kind of people who keep on asking: what does this error mean "the image separator '0x2c' is not found after readin

RE: [iText-questions] submitting forms

2002-04-18 Thread Paulo Soares
Now you know why I don't like forms in PDF. Best Regards, Paulo Soares > -Original Message- > From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 14:21 > To: Matt Benson > Cc: Frank Caputo; [EMAIL PROTECTED] > Subject: Re: [iTex

Re: [iText-questions] submitting forms

2002-04-18 Thread Bruno Lowagie
> --- Frank Caputo <[EMAIL PROTECTED]> wrote: > > hi, > > > > does anyone know how to submit a form to a webserver > > with either get or > > post? Quoting Matt Benson <[EMAIL PROTECTED]>: > in HTML? Of course not, in PDF! I tried it and succeeded to get the POST working. GET didn't work, but

Re: [iText-questions] submitting forms

2002-04-18 Thread Matt Benson
in HTML? --- Frank Caputo <[EMAIL PROTECTED]> wrote: > hi, > > does anyone know how to submit a form to a webserver > with either get or > post? > > thanks > > --- > Frank M. Caputo > cluster9 > > Juedenstrasse 13 > 37073 Goettingen > Germany > > Tel.: +49 (0) 55

[iText-questions] submitting forms

2002-04-18 Thread Frank Caputo
hi, does anyone know how to submit a form to a webserver with either get or post? thanks --- Frank M. Caputo cluster9 Juedenstrasse 13 37073 Goettingen Germany Tel.: +49 (0) 551 4883077 Fax.: +49 (0) 551 4883079 Email: [EMAIL PROTECTED]