Bruno,
I took your AddWaterMarkPageNumbers.java and stripped it down. It still
produces a PDF with CreationDate and ModDate, even though I removed them
from the reader info dictionary. Here's the code.
David
PdfReader reader = new PdfReader(args[0]);
int n = reader.getNu
David Kavanagh wrote:
> I've used iText a couple of times and think it is a very nice package. I
> searched the archives and didn't find an answer to this.
> I have a service that performs OCR and produces a PDF. That document has
> a creation date which doesn't allow the service to be idempotent
I've used iText a couple of times and think it is a very nice package. I
searched the archives and didn't find an answer to this.
I have a service that performs OCR and produces a PDF. That document has
a creation date which doesn't allow the service to be idempotent. Since
that is one of our go