Re: [iText-questions] Word wrap

2011-12-14 Thread John Page
I was able to solve this a with a workaround. I created two form fields, one above the other. "formfieldtop" and "formfieldbottom". Then I manage the line break in my JAVA code likeso: String valueString= getValueString(); if(valueString.length()>60){ int half = valueString.length()/2;

Re: [iText-questions] Word wrap text when interacting withPdfContentByte?

2009-10-10 Thread Paulo Soares
ColumnText. Paulo - Original Message - From: "Rob Olson" To: Sent: Sunday, October 11, 2009 1:47 AM Subject: [iText-questions] Word wrap text when interacting withPdfContentByte? I am trying to add a paragraph of text to an arbitrary location on a PDF page. I first t

[iText-questions] Word wrap text when interacting with PdfContentByte?

2009-10-10 Thread Rob Olson
I am trying to add a paragraph of text to an arbitrary location on a PDF page. I first tried to do this using iText Paragraph objects but I did not see a way to place the paragraph anywhere on the page that I wanted. By accessing the content directly in a PdfContentByte I am able to add text to th

Re: [iText-questions] Word wrap

2006-09-07 Thread Frank Starsinic
CASE CLOSED. I was doing the encryption incorrectly in a different area of the app.FrankOn 9/7/06, bruno < [EMAIL PROTECTED]> wrote:Frank Starsinic wrote:> I have a one page PDF with many fields. A few of the fields can accept > multiple lines of text.> When the form is populated, however, the text

Re: [iText-questions] Word wrap

2006-09-07 Thread bruno
Frank Starsinic wrote: > I have a one page PDF with many fields. A few of the fields can accept > multiple lines of text. > When the form is populated, however, the text is vertically aligned in > the middle and extends beyond the end of the > of the form field boundries. Is there an iText sol

[iText-questions] Word wrap

2006-09-06 Thread Frank Starsinic
I have a one page PDF with many fields. A few of the fields can accept multiple lines of text.When the form is populated, however, the text is vertically aligned in the middle and extends beyond the end of the of the form field boundries.   Is there an iText solution that will enable word wrap and

Re: [iText-questions] Word wrap on slash would be nice

2006-06-17 Thread Bruno Lowagie
David Thielen wrote: >So you would like 1/2 to be 1/ >2? > I think setting the '/' as split character is especially useful for chunks that contain a full URL. br, Bruno ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://list

Re: [iText-questions] Word wrap on slash would be nice

2006-06-15 Thread David Thielen
-questions] Word wrap on slash would be nice Word wrapping occurs on spaces and dashes, but it would be nice to also wrap on slashes. Is this settable anywhere? ___ iText-questions mailing list iText-questions@lists.sourceforge.net https

Re: [iText-questions] Word wrap on slash would be nice

2006-06-15 Thread Bruno Lowagie
Brian Jay Gould wrote: >Word wrapping occurs on spaces and dashes, but it would be nice to also >wrap on slashes. Is this settable anywhere? > Read all about the SplitCharacter here: http://itextdocs.lowagie.com/tutorial/objects/chunk/index.html#endline br, Bruno __

[iText-questions] Word wrap on slash would be nice

2006-06-15 Thread Brian Jay Gould
Word wrapping occurs on spaces and dashes, but it would be nice to also wrap on slashes. Is this settable anywhere? ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions

[iText-questions] Word wrap in DirectContent

2002-01-30 Thread Stephane Corriveau
        Hi ,       Does anyone know if tis possible to wrap ( in a smart way ) text when writing in directContent ?       Thanks a lot       Stéphan Corriveau