I’m using itext 8.0.4 version in my project
My problem is IndexOutOfRangeException whlile i’m using Close() method of my Document class object:
doc.Close();
I debugged my code and code of itext lib i find out that this error comes from FlushWaitingObjects method of PdfWriter class of Itext library.
Did someone solve this issue?
Doc should be closed but its not