I am not making any explicit calls to saveState() or restoreState(), I am simply calling PdfPTable.writeSelectedRows() and Document.newPage() to output my table across multiple pages. So, it does sound like there is a bug in iText.
Is there a bug system for iText where I should log this? Thanks, Mark On Mon, May 3, 2010 at 11:39 PM, <[email protected]> wrote: > "Unbalanced save/restore state operators" are tolerated by some viewers, > but it's a syntactical error to have them. > > Either you have written some code where you have a saveState() without a > restoreState(), or there's a bug in iText causing a saveState() without > a restoreState(). This should be fixed, not worked around. ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ 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/
