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 but they do not work in Acrobat. But it doesn't matter, we don't need GET.
ciao frank On Thursday, April 18, 2002, at 03:20 PM, Bruno Lowagie wrote: >> --- 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 I got a hint from Philip Pan > on how to do it. (Didn't find the time yet to test it). > > Anyway: it's possible, BUT VERY DIFFICULT. > I will try to make an example that works as soon > as I find the time. > > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions > _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
