Re: [iText-questions] PDF Forms on Google App Engine

2012-09-25 Thread 1T3XT BVBA
On 25/09/2012 11:03, mima wrote: > Hi! I am trying to create a pdf with google app engine and it isn't work yet. > I would to know what itext library version are yo using? If you want to deploy on GAE, you need the GAE version of iText. See http://lowagie.com/iPadSchools for a GAE implementation by

Re: [iText-questions] PDF Forms on Google App Engine

2011-04-08 Thread Nitin Tomer
Ok sirs. I am at it :-) Regards Nitin -Original Message- From: Balder Sent: 08/04/2011, 7:13 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF Forms on Google App Engine We also took a look at your PDF and when looking at the form, we noticed there are

Re: [iText-questions] PDF Forms on Google App Engine

2011-04-08 Thread Nitin Tomer
Ok sirs. I am at it :-) Regards Nitin -Original Message- From: Balder Sent: 08/04/2011, 7:13 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF Forms on Google App Engine We also took a look at your PDF and when looking at the form, we noticed there are

Re: [iText-questions] PDF Forms on Google App Engine

2011-04-08 Thread Balder
We also took a look at your PDF and when looking at the form, we noticed there are no fields attached to the submit button of the form. (We used Rups for that ) I advise to read Chapter 9 of "iText in Action - Second Edition". Kind Regards Balder ( & Emiel a co-worker) On 8/04/2011 14:33,

Re: [iText-questions] PDF Forms on Google App Engine

2011-04-08 Thread 1T3XT BVBA
Op 8/04/2011 14:33, Nitin Tomer schreef: > I printed a statement at the beginning of processRequest and then > submitted the form and that statement wasn't printed. But the servlet > was called, as I was able to check from Google App Engine's logs. > > Do you need to specify something specific in

Re: [iText-questions] PDF Forms on Google App Engine

2011-04-08 Thread Balder
On 8/04/2011 14:33, Nitin Tomer wrote: Hi Balder, Thanks for your reply. I printed a statement at the beginning of processRequest and then submitted the form and that statement wasn't printed. But the servlet was called, as I was able to check from Google App Engine's logs. Do you need to

Re: [iText-questions] PDF Forms on Google App Engine

2011-04-08 Thread Nitin Tomer
Hi Balder, Thanks for your reply. I printed a statement at the beginning of processRequest and then submitted the form and that statement wasn't printed. But the servlet was called, as I was able to check from Google App Engine's logs. Do you need to specify something specific in the Form's

Re: [iText-questions] PDF Forms on Google App Engine

2011-04-08 Thread 1T3XT BVBA
Op 8/04/2011 13:29, Nitin Tomer schreef: > On Fri, 08 Apr 2011 13:13:11 +0200, 1T3XT BVBA wrote: > Thanks for your reply. > > OK, I got it. But in that case, how can I display the confirmation > message on Acrobat Reader - something like "Your form has been submitted > and action will be

Re: [iText-questions] PDF Forms on Google App Engine

2011-04-08 Thread Balder
On 8/04/2011 13:29, Nitin Tomer wrote: On Fri, 08 Apr 2011 13:13:11 +0200, 1T3XT BVBA wrote: Thanks for your reply. OK, I got it. But in that case, how can I display the confirmation message on Acrobat Reader - something like "Your form has been submitted and action will be taken soon

Re: [iText-questions] PDF Forms on Google App Engine

2011-04-08 Thread Nitin Tomer
On Fri, 08 Apr 2011 13:13:11 +0200, 1T3XT BVBA wrote: Thanks for your reply. OK, I got it. But in that case, how can I display the confirmation message on Acrobat Reader - something like "Your form has been submitted and action will be taken soon."? And any pointers on why I am not able

Re: [iText-questions] PDF Forms on Google App Engine

2011-04-08 Thread 1T3XT BVBA
Op 8/04/2011 13:03, ntomer schreef: > When I submit the form, I get this message - "An error occured during the > submit process. Cannot process content of type text/html;charset=utf-8." You are submitting a form from the standalone PDF Viewer (e.g. Adobe Reader), and you're sending HTML to that v