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;
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
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
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
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
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
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
-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
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
__
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
Hi ,
Does anyone know if tis possible to wrap ( in a smart way ) text when
writing in directContent ?
Thanks a lot
Stéphan Corriveau
11 matches
Mail list logo