I have generated two PDFs by using this example (FirstPDF) removing the "new Date()" sentence.
They look equal but when calculating a md5 hash on them, they are really different.
I've examinated them and they register a creationDate
, even if the sentence document.addCreationDate()
is not included in the source code.
The question is very simple: is it possible in any way with any API to generate two PDFs that are exactly equal byte to byte?