Hi there,
I just started using itext, and I'm having troubles with margins.
Here is the deal:
I create a document setting the margins with
Document document = new Document(PageSize.A4.rotate(), 5, 5, 5, 5);
then I add texts with "new Paragrath" and add it to the document.
The text is added to the document and the margin is correct, as I setted in
the document creation.
But then I create a table (it's working) but the table is rendered not in
the same margin as the previous text I created. It's is centralized with a
huge space in the margins.
Is there a way to adjust that or tables are always rendered that way?
thanks in advance
best regards
otavio
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/