Re: [iText-questions] com.lowagie.text.exceptions.IllegalPdfSyntaxException: Unbalanced save/restore state operators

2015-12-12 Thread info
You are using a version that dates from at least July 2009. You are experiencing a bug that has been fixed many years ago. Please upgrade to a recent version of iText if you want to solve your problem. On Fri, 11 Dec 2015 06:40:27 -0800 (PST), glennr wrote: > I am getting the same error when I t

Re: [iText-questions] com.lowagie.text.exceptions.IllegalPdfSyntaxException: Unbalanced save/restore state operators

2015-12-12 Thread glennr
I am getting the same error when I try to add multiple PdfPTable objects to a document. doc.add(table1); doc.add(table2); doc.close(); The thread mentioned doing a cb.saveState() and a cb.restoreState(). What is "cb"?? Thanks. -- View this message in context: http://