I use itextsharp to watermark existing pdf files. For security reason I create a new pdf which is marked and if no error occurs I delete the old pdf.
But now the pdf didn't have the original creation date. Is it possible to modify the creation date manually?
I only found addCreationDate()
to add the current date.
Best regards.