On 7/24/2014 11:45 AM, gaurav bhoyar wrote: > Actually i want to make PDF which has a length of 8page.Is it > possible to generate that much long pdf length.
The implementation notes in the PDF specification will inform you that the maximum size of a PDF page is 14400 by 14400 user units. By default, 1 user unit equals 1 point. 1 inch equals 72 points. As you don't tell us anything about the page size (is it A4? LETTER? LEGAL?), you'll have to do the math to find out if 8 pages fit into 14400 points. If not, you can change the user unit. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net 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