Quoting Jason Essington <[EMAIL PROTECTED]>: > 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?
Remark: the discussion is about AcroForms. You don't want to send the complete PDF file, just some fields. Anyway, this was the hint Phillip Pan sent me (but I didn't try it yet): Quoting [EMAIL PROTECTED]: > Bruno: > > I read your posting in comp.text.pdf regarding SubmitForm action. > I think it is you, so I am replying to this address. If I am wrong, > please discard the message. > > I suggest setting the /V and /T value in FormField since I had lots of > problem by not setting the /V in the dictionary while I was initially > working on the FormField in iText. If you do not set /V or /T, the > GET method actually will look like something: > "http://www.money.com/points.php?=..." > > Of course, the server side will not be able to read the QUERY_STRING. > > If that still not working, you could check your weblog to see what request > actually was made. > > Another question, when will you expect to release the new iText with > AcroForm support? Have a nice holiday! As for his last question: I don't know. There is form support, but you need to be a hell of a programmer to generate a nice form. _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
