Re: [iText-questions] form fields not showing up

2011-03-29 Thread 1T3XT BVBA
Hello, you have posted a mail to [email protected] but you weren't subscribed. You are receiving this answer because I've added your mail address in Bcc: I will do this only once! Further answers will be sent to the mailing-list only (you won't receive them if you don't subscr

[iText-questions] form fields not showing up

2011-03-29 Thread Eli Yasnyi
I have a pdf form which i prepopulate with data then email it. But the form fields dont seem to be in the new pdf the fields are filled out with the data but I cant access them when i try to get the fields from the new pdf the AcroFields.getFields() is empty. This is the loop where everything ha

Re: [iText-questions] Form fields via ColumnText and getFieldPositions()

2010-01-27 Thread 1T3XT info
hansgeerdink wrote: > Sorry, that was a leftover from a test I did to find out where the data > went... :confused: Does changing the sign solve the problem? Or is there still another problem unrelated to the sign? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.i

Re: [iText-questions] Form fields via ColumnText and getFieldPositions()

2010-01-27 Thread hansgeerdink
Sorry, that was a leftover from a test I did to find out where the data went... :confused: 1T3XT info wrote: > > hansgeerdink wrote: >> ct.setSimpleColumn(position[1],-position[2],position[3],-position[4]); >> System.out.println(position[1]+"\t"+position[2]+"\t"+position[3]+"\t"+position[4]+"\t

Re: [iText-questions] Form fields via ColumnText and getFieldPositions()

2010-01-26 Thread 1T3XT info
hansgeerdink wrote: > ct.setSimpleColumn(position[1],-position[2],position[3],-position[4]); > System.out.println(position[1]+"\t"+position[2]+"\t"+position[3]+"\t"+position[4]+"\t"+veld); Why are you using a negative value for the y-coordinates? -- This answer is provided by 1T3XT BVBA http://ww

[iText-questions] Form fields via ColumnText and getFieldPositions()

2010-01-26 Thread hansgeerdink
Hi all, I am trying very hard to get text from a data base to be inserted into formfields. Somehow (I do not understand how to fix this) the text is not shown, however if I enlarge the fields of my template pdf I do see the text was written, but not where I would expect it to be written. Here i

RE: [iText-questions] form fields and tables

2005-05-25 Thread Paulo Soares
ts.sourceforge.net > Subject: [iText-questions] form fields and tables > > > Hello i am new. Please help me. > How can i put acroform fileds into a table like in html > forms. i use itextdotnet version. > i couldnt find an appropiriate way. > So i tried first creating table and the

[iText-questions] form fields and tables

2005-05-25 Thread Oğuz Kamer Doğan
Hello i am new. Please help me. How can i put acroform fileds into a table like in html forms. i use itextdotnet version. i couldnt find an appropiriate way. So i tried first creating table and then putting form fileds over them . But i couldnt find the way of getting the rectangle(borders) or pos

RE: [iText-questions] Form fields shifting when inserting new page (was Interleaving 2 PDF's together)

2005-05-12 Thread Dante Notari
Thursday, May 12, 2005 11:07 AM > > To: Paulo Soares; [email protected] > > Subject: RE: [iText-questions] Form fields shifting when > > inserting new page (was Interleaving 2 PDF's together) > > > > Paulo, > > yep .. sure can .. how

RE: [iText-questions] Form fields shifting when inserting new page (was Interleaving 2 PDF's together)

2005-05-12 Thread Paulo Soares
om: Dante Notari [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 12, 2005 11:07 AM > To: Paulo Soares; [email protected] > Subject: RE: [iText-questions] Form fields shifting when > inserting new page (was Interleaving 2 PDF's together) > > Paulo, > yep

RE: [iText-questions] Form Fields

2005-03-09 Thread Paulo Soares
Use PdfStamper and AcroFields. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Matthew Lunger > Sent: Wednesday, March 09, 2005 4:14 PM > To: [email protected] > Subject: [iText-questions] Form Fields &

[iText-questions] Form Fields

2005-03-09 Thread Matthew Lunger
To Anyone who can help me out: We wish to take a pdf form that was created by a user and in java fill out some of the fields before sending it off to another user. I have been unable to find any examples of this, and was wondering if it was possible, and if so how? Matthew Lunger Trifecta Techno

Re: [iText-questions] Form fields disappear when using PdfStamper & ByteArrayOutputStream

2004-08-22 Thread Paulo Soares
- Original Message - From: "mark evertz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 22, 2004 13:12 Subject: [iText-questions] Form fields disappear when using PdfStamper & ByteArrayOutputStream > Hello everybody, > I got the foll

[iText-questions] Form fields disappear when using PdfStamper & ByteArrayOutputStream

2004-08-22 Thread mark evertz
Hello everybody, I got the following problem and maybe somebody with deeper understanding has any idea what I'm doing wrong. I need to read a pdf file, change the values of form fields and send them via email. I'm using the PdfStamper as well as a ByteArrayOutputStream therefore. Everything seems t

[iText-questions] Form fields disappear when using PdfStamper & ByteArrayOutputStream

2004-08-22 Thread mark evertz
Hello everybody, I got the following problem and maybe somebody with deeper understanding has any idea what I'm doing wrong. I need to read a pdf file, change the values of form fields and send them via email. I'm using the PdfStamper as well as a ByteArrayOutputStream therefore. Everything seems t

[iText-questions] Form fields

2004-07-15 Thread dee3lmo
Hi,   How do I create a pdf template containing a form with fields? I want to fill the field values with the PdfStamer...   dee3lmo ALL-NEW Yahoo! Messenger - so many all-new ways to express yourself

[iText-questions] Form Fields

2002-09-25 Thread Rich Ruiz
I am looking for a way to read information about all of the form fields on an existing PDF. Does anyone have an example? Rich Ruiz C3BGroup Inc. 562.529.6787 x106 --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://

Re: [iText-questions] Form fields to text

2002-05-21 Thread Leonard Rosenthol
At 3:53 PM +0200 5/21/02, Andreas Gerhard wrote: >i want to encrypt an existing PDF, but all form-fields are gone... any >suggestions? > >Is there a way to keep the fields or to convert them to text, before I >encrypt the file? > Not using iText, no. The way that encrypts an existing fi

[iText-questions] Form fields to text

2002-05-21 Thread Andreas Gerhard
Hello list-members, i want to encrypt an existing PDF, but all form-fields are gone... any suggestions? Is there a way to keep the fields or to convert them to text, before I encrypt the file? Greetings, Andreas ___ Don't miss the