[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;

[iText-questions] Invalid save/restore save

2009-06-11 Thread Zlatko Suslevski
Hello, I'm struggling with this problem for a long time. I have read all resources about this problem, but to no avail. The one and only area of iText I'm using, is to obtain the graphics context. After that, i do my own drawing and do not depend on the itext components. When there is only one