Hello everybody. This is my first post on this list. I will repeat here a question that I have already asked Bruno Lowagie (rephrased, of course).
So. I need to set the page size for every page in the document; the Document is created via the default constructor (with the default page size). After a newPage(), setPage() works fine. But not for the first page :(. I understood that newPage() has no effect if it would create a totaly empty page. My proposal is that newPage() should ALWAYS mark/flag the page as resizable, even if it doesn't create a new page because it would be empty. In other words, since the code allows re-specifying the page size for every new page, it should also allow it for a the current page, only if nothing has been written in it yet. Regards, alexandru ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
