Re: [iText-questions] Invalid save/restore state problem

2009-06-19 Thread Bruno Lowagie
Zlatko Suslevski wrote: > Hello, > here am I again with code snippets for my problem (below the code is the > description of the problem). I removed your question from my INBOX because I thought it was answered by Mark who replied: you probably forgot dispose(); If not, please don't provide snip

[iText-questions] Invalid save/restore state problem

2009-06-18 Thread Zlatko Suslevski
Hello, here am I again with code snippets for my problem (below the code is the description of the problem). Here is how I open new document: public void open() { try { writer = PdfWriter.getInstance(document, out); document.open(); isOpen = true;