Sumeet T wrote: > Hi > > Is it possible to break the current page in PDF after writing some > infotrmation on that page and start from the new page. > My requirement is to write summary on one page and details on the next page
document.add(summary); document.newPage(); document.add(details); How hard can it be to find the method to start a new page if that method is named newPage()? Honestly! I'd like to know what made you post this question. Please answer! br, Bruno ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
