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
On 23/01/12 17:38, namrata.s...@us.sogeti.com wrote:
> Hello All,
>
> I have a predefined pdf fillable form which has text boxes and some
> other controls on it.
>
> When the user opens the pdf I need to show a popup containing a list of
> some custom values when a user selects and right clicks
Write the appropriate JavaScript.
From: namrata.s...@us.sogeti.com [mailto:namrata.s...@us.sogeti.com]
Sent: Monday, January 23, 2012 11:39 AM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] PDF forms display popup with custom data.
Hello All,
I have a predefined pdf
Hello All,
I have a predefined pdf fillable form which has text boxes and some other
controls on it.
When the user opens the pdf I need to show a popup containing a list of some
custom values when a user selects and right clicks the text box \ control.
Regards,
Namrata.
--
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
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
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,
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
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
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
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
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
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
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
Hi,
I have created a PDF form and on it's submission, I am calling a servlet.
The form is attached with this post.
http://itext-general.2136553.n4.nabble.com/file/n3435890/TestForm.pdf
TestForm.pdf
When I submit the form, I get this message - "An error occured during the
submit process. Cannot
Michael Marcavage wrote:
>
> Is there a was, given any PDF Form, to get a list of fields via code?
> Meaing, If I ran some code, that code would go to any PDF Form that I
> tell it and return to me a list of all the fields on the PDF Form.
>
> I am trying to intregrate a given PDF form into a Lot
t: Thursday, May 15, 2008 8:23:48 AM
Subject: [iText-questions] PDF Forms
Is there a was, given any PDF Form,
to get a list of fields via code?
Meaing, If I ran some code, that code
would go to any PDF Form that I
tell it and return to me a list of all
the fields on the PDF Form.
I a
Is there a was, given any PDF Form, to get a list of fields via code?
Meaing, If I ran some code, that code would go to any PDF Form that I
tell it and return to me a list of all the fields on the PDF Form.
I am trying to intregrate a given PDF form into a Lotus Notes database.
So a user will subm
o: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] PDF forms and low bandwith
>
> Hello,
>
> We're using PDF forms (AcroForms) as a template for
> generating document and we're facing a problem. The document
> generated with the form is much bigg
Hello,
We're using PDF forms (AcroForms) as a template for generating document
and we're facing a problem. The document generated with the form is much
bigger than the same document created from scratch using the iText API.
We share an ADSL connection and most of the time the generated PDF is >
40
This was an error on my part, but in my code I did stumble across
another problem. I'm a little confused about the String.split
function. For example, consider the following code:
fruits = apple~banana~orange~~~
fruitsArray = fruits.split("~")
Apparently, trailing empty strings are discarded,
Sean Mills wrote:
> Hello,
>
> I'm trying to take data from a FileMaker database and populate a PDF
> form, and everything is working well, except when I try to set fields
> that have empty values. An "N" placeholder character is inserted, and
> I don't know what that means.
I'm not sure wh
Hello,
I'm trying to take data from a FileMaker database and populate a PDF
form, and everything is working well, except when I try to set fields
that have empty values. An "N" placeholder character is inserted, and
I don't know what that means.
There's nothing complex about my code. I adap
eff
> Subject: [iText-questions] PDF Forms
>
> Hi -
>
>
>
> Is it possible to create dynamic PDF forms with iText that
> can be filled out and saved locally using Acrobat reader? We
> would like to generate editable PDF forms and email them
> individually to o
Hi -
Is it possible to create dynamic PDF forms with iText that can be filled
out and saved locally using Acrobat reader? We would like to generate
editable PDF forms and email them individually to our clients to fill
out using just Acrobat Reader (not standard or professional). Once they
are f
data as FDF? Or do I need to do
something else?
Regards
Nitin
- Original Message -
From: "Bruno Lowagie (iText)" <[EMAIL PROTECTED]>
To: "Post all your questions about iText here"
Sent: Thursday, February 22, 2007 7:25 PM
Subject: Re: [iText-questions] PDF
Nitin Tomer wrote:
> So I want to ask whether iText 2.0 supports Acrobat 8.0 PDF forms?
Yes, iText 2.0 supports AcroForms.
It even supports XFA Forms.
Do you know the difference between an AcroForm
and an XFA form. Because that may be the cause
of your problem/confusion.
> And if it does,
Hi,
I had been using iText to read FDF data from PDF Forms created using
Acrobat 6.0; and it works fine with that.
But now we have migrated to Acrobat 8.0; and when I tried to read
the data submitted from a PDF Form cretaed with Acrobat 8.0 i.e. wehn I
tried to create an object
You can't add content with PdfCopy use a regular PdfWriter.
Best Regards,
Paulo Soares
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, August 16, 2004 1:52
Subject: Re: [iText-questions] pdf forms subm
to be
implemented.
Best Regards,
Paulo Soares
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 15, 2004 14:31
Subject: [iText-questions] pdf forms submit action field
>
> I want to add a submit action field to a pdf form. Ho
, August 15, 2004 14:31
Subject: [iText-questions] pdf forms submit action field
>
> I want to add a submit action field to a pdf form. How can I superimpose
the field on the form. Someone suggested loading a template with the submit
field first and then loading the real form as a backgr
I want to add a submit action field to a pdf form. How can I superimpose the field on
the form. Someone suggested loading a template with the submit field first and then
loading the real form as a background. The data will be captured by a cgi program on
webserver and "stamped" on the original
ECTED]Subject: [iText-questions] PDF
Forms
Hi,
How can you add form fields to a
PDF relatively (without specifying an X, Y position). It seems that the
only way to add a field to a pdf is through the PdfWriter with an X, Y
coordinate.
Thanks in advance, please rep
Hi,
How can you add form fields to a PDF relatively (without
specifying an X, Y position). It seems that the only way to add a field
to a pdf is through the PdfWriter with an X, Y coordinate.
Thanks in advance, please reply to my email address as Iâm
not subscribed to the list.
You can do it with PdfStamper and
AcroFields.
Best Regards,
Paulo Soares
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nitin
TomerSent: Wednesday, March 31, 2004 3:24 PMTo:
[EMAIL PROTECTED]Subject: [iText-questions] PDF
forms
Hi
Hi,
Is there any
way to set/get field values in PDF forms, and flatten PDF forms using iText? Is
there any other open source API available for this purpose?
Thanx and Regards
Nitin
Use PdfStamper.getAcroFields() to fill the fields.
Best Regards,
Paulo Soares
- Original Message -
From: "webguy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 29, 2004 16:30
Subject: [iText-questions] pdf forms - itext newbie
> Hi,
&g
Hi,
iText newbie for about 20 minutes :-) be kind.
If I have a pdf form with one field called "myfield" and I have a hashmap
like so
Map myMap = new HashMap();
myMap.put( "myfield", "Web Guy" );
myMap.put( "address", "1 Main St." );
and I want to loop over my hashmap and fill th
24, 2003 6:53
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] PDF Forms Support
>
> Hello,
>
> Are there currently any intentions to add PDF forms support to iText?
> I've been interested in learning about PDF forms and have time to
> contribute if the au
Hello,
Are there currently any intentions to add PDF forms
support to iText? I've been interested in learning about PDF forms and
have time to contribute if the authors feel that there is a need/possibility for
supporting forms functionality in iText.
40 matches
Mail list logo