I have a PDF file contains various types of annotations, one of them is of type "Stamp". I'm using iText, and I need to convert this stamp into image on the same position with the same size, then remove this stamp.
How can I achieve this?
Is there any way to read PdfName.STAMP
as an image?
Thanks,