Hi

I use PDFStamper for adding some text to left side of each page of my pdf.
But my text is very long and go out from page. 

PdfContentByte overlay = stamper.getOverContent(i);
...
overlay.setTextMatrix(0, 1, -1, 0, 20, 20);
overlay.newlineShowText("here my text with very long length");
...

How itext can wrap text to next line?

sorry if it's duplicate, but I not found thread like this

--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/PDFStamper-watermark-text-wrapping-tp3695185p3695185.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to