Re: [iText-questions] Charakter Splitting in Cells

2006-02-12 Thread M 501
Thank you very much for the fast answere. I understand the problem. So I have to do something with my long word. What I want is the following: The Cell should ONLY break after words. If a word is longer than the cell, then it should go over the cell borde. I mean a mixture between "noWrap" a

Re: [iText-questions] Replacing placeholder value in PDF

2006-02-12 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Dear iTEXT users, I have one PDF file which has placeholders. I want write one Java application using iTEXT API which should generate another PDF where placeholder should be replaced by values given dynamically. I can't use PdfStamper as PDF is not in form AcroForm. Pl

[iText-questions] Replacing placeholder value in PDF

2006-02-12 Thread shailesh.raj
Dear iTEXT users, I have one PDF file which has placeholders. I want write one Java application using iTEXT API which should generate another PDF where placeholder should be replaced by values given dynamically. I can't use PdfStamper as PDF is not in form AcroForm. Please see the PDF atta

Re: [iText-questions] Form field text shifting after setField?

2006-02-12 Thread kylealger
I will try that out Paulo. It is definitely better to try this out than re-tagging ~3000 acrobat forms. -- View this message in context: http://www.nabble.com/Form-field-text-shifting-after-setField--t267353.html#a2898534 Sent from the iText - General forum at Nabble.com. -

Re: [iText-questions] Form field text shifting after setField?

2006-02-12 Thread kylealger
Thanks Bruno. It's good just to know what is causing the issue so I can do my best to resolve it. -- View this message in context: http://www.nabble.com/Form-field-text-shifting-after-setField--t267353.html#a2898514 Sent from the iText - General forum at Nabble.com. ---

Re: [iText-questions] 2 questions

2006-02-12 Thread Leonard Rosenthol
At 11:42 AM 2/12/2006, Bruno Lowagie wrote: 1. Can iText produce PDF/A compliant PDF documents. The answer is: almost or probably. A better answer is..."iText can generate documents that can, in most cases, be made PDF/A compliant w/o much work by a PDF/A compliancy tool". We have

Re: [iText-questions] 2 questions

2006-02-12 Thread Bruno Lowagie
Leonard Rosenthol wrote: At 10:06 AM 2/12/2006, Paulo Soares wrote: iText already supportd PDF/X1 and PDF/X3. It probably already supports PDF/A but I don't know. No, it doesn't - but PDF/X-3 gets you quite close. It wouldn't take a lot of work to get iText to also generate

Re: [iText-questions] 2 questions

2006-02-12 Thread Leonard Rosenthol
At 10:06 AM 2/12/2006, Paulo Soares wrote: iText already supportd PDF/X1 and PDF/X3. It probably already supports PDF/A but I don't know. No, it doesn't - but PDF/X-3 gets you quite close. It wouldn't take a lot of work to get iText to also generate PDF/A compliant files. L

Re: [iText-questions] 2 questions

2006-02-12 Thread Paulo Soares
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday, February 11, 2006 5:30 PM Subject: [iText-questions] 2 questions Dear Bruno! I have 2 questions: - Is it possible to add text (e.g. header or footer) to a pdf-document with iText? I couldn't find it in the toolbo

Re: [iText-questions] Charakter Splitting in Cells

2006-02-12 Thread Paulo Soares
Even by default the split is done on full words. You probably have a long word that doesn't fit in the cell and in those cases the word is split anyway. - Original Message - From: "M 501" <[EMAIL PROTECTED]> To: Sent: Sunday, February 12, 2006 10:39 AM Subject: [iText-questions] Char

[iText-questions] Charakter Splitting in Cells

2006-02-12 Thread M 501
Hello, How can I influence the word - splitting in a cell? I created a PdfPTable with a lockedWidth. I added 2 PdfPCells containing a Paragrah with a chunk: Paragraph paragraph = new Paragraph(); if (label != null) { label = label.trim();

Re: [iText-questions] Form field text shifting after setField?

2006-02-12 Thread Paulo Soares
- Original Message - From: "Bruno Lowagie" <[EMAIL PROTECTED]> To: "kylealger" <[EMAIL PROTECTED]> Cc: Sent: Sunday, February 12, 2006 7:28 AM Subject: Re: [iText-questions] Form field text shifting after setField? kylealger wrote: Chris, I am having the same issue as you describ