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