Hi, I'm using spring - hibernate architecture for my application. I'm calling buildPdfDocument method from AbstractPdfView to view my pdf file. Depends on how many claims and purchase orders for each person, the Pdf pages are created dynamically. I'm using PdfPTable to add my data into Pdf file. when the data couldn't fit into the page then it is moving to next page which is good, but my document alignment changes to full page. Initially the document is set as doc.setMargin(3,3,3,3) and it is working fine in first page, but when it extend to two pages long then i don't see the margins at all, it is showing up to full page and my table sizes changes accordingly.
Any help would be appreciated. Thanks in advance. Chitra. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Document-alignment-changes-automatically-from-second-page-tp3323154p3323154.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ 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
