Re: [iText-questions] Supressing Creation/Mod Date and ID from output

2007-03-13 Thread David Kavanagh
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

Re: [iText-questions] Supressing Creation/Mod Date and ID from output

2007-03-13 Thread Bruno Lowagie
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

[iText-questions] Supressing Creation/Mod Date and ID from output

2007-03-13 Thread David Kavanagh
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