[iText-questions] PdfFormField on each page

2014-08-04 Thread Richard Scherer
Hello, I have an application that contains a lot of interactive fields inside a table, the problem is that on page breaks, the PdfFormField is all messed up. In fact, if I create a PdfForm before all the fields are created, and add the annotation after, all the events will be placed on the last pa

Re: [iText-questions] PdfFormfield textfield background color

2008-10-01 Thread itextaccel
Hi Razvanb Did you get a answer for how to have background color set w/o the field being in focus. I am facing a similar problem and I am actually facing it with both PdfFormField as well as TextField 1st way to create a textfield PdfFormField field = acroForm.addSingleLineTextField(name, text,

Re: [iText-questions] PdfFormfield textfield background color

2008-09-30 Thread itextaccel
Hi Razvanb Did you get a answer for how to have background color set w/o the field being in focus. I am facing a similar problem and I am actually facing it with both PdfFormField as well as TextField 1st way to create a textfield PdfFormField field = acroForm.addSingleLineTextField(name, te

Re: [iText-questions] PdfFormfield textfield background color

2008-04-15 Thread razvanb
Thank you for the answer...it is a good idea...! I don't know why i didn't think on it before! If I have questions, I know where to ask...you are very prompt...TY! 1T3XT info wrote: > > razvanb wrote: >> using >> TextField(that has no setWidget method). > > As explained in the book TextField

Re: [iText-questions] PdfFormfield textfield background color

2008-04-14 Thread 1T3XT info
razvanb wrote: > using > TextField(that has no setWidget method). As explained in the book TextField is a convenience class that helps you create a PdfFormField without having to think about all those dictionary keys and values. A PdfFormField is created behind the scenes. However, if you need stu

Re: [iText-questions] PdfFormfield textfield background color

2008-04-14 Thread razvanb
Ok, first, I am sorry for using "urgent", and thanks for replies. My problem is that i used setCellEvent to place all my textfields, but from what i've seen from the book examples...they used setWidget method to specify the position of the textfield. And because TextField class doesn't have this

Re: [iText-questions] PdfFormfield textfield background color

2008-04-14 Thread Paulo Soares
AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PdfFormfield textfield background color > > > Man, your reply was to no use...if you can give a pertinent > answer ok...if > not... > > razvanb wrote: > > > > Hi! > > I have an urgent

Re: [iText-questions] PdfFormfield textfield background color

2008-04-14 Thread 1T3XT info
razvanb wrote: > Man, your reply was to no use...if you can give a pertinent answer ok...if > not... You broke an important rule: you used the forbidden word 'URGENT'. Many people on this list are allergic to it. And for good reasons: we aren't paid by you, so what is urgent to you, isn't urgent f

Re: [iText-questions] PdfFormfield textfield background color

2008-04-14 Thread razvanb
Man, your reply was to no use...if you can give a pertinent answer ok...if not... razvanb wrote: > > Hi! > I have an urgent problem! > > I made a form that has many textfields created with the method > PdfFormField.createTextField(PdfWriter writer, boolean multiline, boolean > password, int ma

Re: [iText-questions] PdfFormfield textfield background color

2008-04-11 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of razvanb > Sent: Friday, April 11, 2008 10:20 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PdfFormfield textfield background color > >

[iText-questions] PdfFormfield textfield background color

2008-04-11 Thread razvanb
Hi! I have an urgent problem! I made a form that has many textfields created with the method PdfFormField.createTextField(PdfWriter writer, boolean multiline, boolean password, int maxLen), and that because my textfields are in PdfPCell(table cells). My problem is that i want these textfields to

Re: [iText-questions] PdfFormField expands across entire cell

2006-09-20 Thread Paulo Soares
20, 2006 7:51 PM Subject: [iText-questions] PdfFormField expands across entire cell I performed a search in the archives for this topic however I was unable to find a solution that fits my needs. I apologize if this has already been covered. My problem is when attempting to add a PdfFormField obje

[iText-questions] PdfFormField expands across entire cell

2006-09-20 Thread Jon Galentine
I performed a search in the archives for this topic however I was unable to find a solution that fits my needs.  I apologize if this has already been covered.  My problem is when attempting to add a PdfFormField object to a PdfPcell much like the following snippet the form field expands to

[iText-questions] PdfFormField inside a PdfPCell

2005-12-07 Thread Ary Junior
Is there any way to put a PdfFormField inside a PdfPCell? []s Ary Junior --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log

Re: [iText-questions] PdfFormField inside PdfPTable

2005-03-15 Thread Bruno Lowagie
Anders Brøndum wrote: Hello Is it somehow possible to make a pdfformfield inside a PdfPTable?? if so, how?? Hope someone can help me, been googling all day finding absolutely nothing. I tried to answer on your sf address, but it bounced. This was my answer: I started some tutorial chapters, but

[iText-questions] PdfFormField inside PdfPTable

2005-03-15 Thread Anders Brøndum
Hello Is it somehow possible to make a pdfformfield inside a PdfPTable?? if so, how?? Hope someone can help me, been googling all day finding absolutely nothing. /Anders _ Del din verden med MSN Spaces http://spaces.msn.com ---

Re: [iText-questions] PdfFormField adding an Image.

2005-03-14 Thread Paulo Soares
See the class PdfPushbuttonField in the new release at http://itextpdf.sf.net. --- Christopher Parkins <[EMAIL PROTECTED]> wrote: > Hey all, > > I am trying to use the PdfFormField to make a > FormField with an image. I have found some > examples, > that seem to be working, but the image is not

[iText-questions] PdfFormField adding an Image.

2005-03-14 Thread Christopher Parkins
Hey all, I am trying to use the PdfFormField to make a FormField with an image. I have found some examples, that seem to be working, but the image is not showing up when I open the form. Also when I look at the properties of the Field the Layout Option is set to "Label Only", I can go in and man

RE: [iText-questions] PdfFormField

2004-12-29 Thread Paulo Soares
That's what a form action does. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of vadim zabejinsky > Sent: Wednesday, December 29, 2004 2:06 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions]

[iText-questions] PdfFormField

2004-12-29 Thread vadim zabejinsky
Is there any possibility to send back via pdfAction values of PdfFormFields (like form action with post method) ? __ Do you Yahoo!? Jazz up your holiday email with celebrity designs. Learn more. http://celebrity.mail.yahoo.com ---

RE: [iText-questions] PdfFormField and Copy

2003-11-26 Thread Paulo Soares
Use the class TextField. The method setFontSize(0) will give you the auto sizing. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, November 26, 2003 9:18 > To: [EMAIL PROTECTED] > Subject: [

[iText-questions] PdfFormField and Copy

2003-11-26 Thread kl . becker
Hello I have some questions about the PdfFormField-Object: Is it possible to create a TextField without a fix font size or can a FLAG be set or any adobe script to get this featue like directly in the Adobe Acrobat. => Font => Selectbox => AUTO. Another way would be to create a PDF-File with this