Verify PDF signature using iText 8
Been using iText to sign PDF files using self signed certificate.
How can I get the X and Y positions of a word in a specif page and specific line of a pdf with itextsharp?
I have a pdf documentation where hundreds of CNC patameters are explained. I have a C# code
where I
Index out of range in IText c#
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?
Text added with iText to PDF appears invisible on some pages
I have the following function, which I am using to add a rotated date on the right side of each page of a PDF containing multiple engineering drawings, using iText: