Hello. Sorry asking this, could you please help me where to look at, if I want to put a paragraph at random X/Y position on the page, but it should strictly be precise width and height? In a ReportLab Python library there is a thing, called frame. So you like create a frame anywhere on the page and fill it with the text, so the frame repeats on the next page, if text is too big.
Is there something similar in iText? At the moment I can only draw arbitrary strings on a canvas directly, by manually positioning it. But I don't know how to keep it within width/height that is strictly required... There even no methods for Paragraph like "getWidth" and "getHeight". Thank you very much. -- Kind regards, BM Things, that are stupid at the beginning, rarely ends up wisely. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions 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
