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