christopherdro / react-native-html-to-pdf

Convert html strings to PDF documents using React Native
MIT License
434 stars 264 forks source link

PDFs of identical contents have different checksum every run #290

Closed karolsw3 closed 11 months ago

karolsw3 commented 1 year ago

Every run, the checksum of generated PDFs is different, even if html and fileName are identical. The reason, most likely, is /CreationDate embedded in the file:

Screenshot 2023-03-22 at 14 06 04

Can an option be added to disable it?

(Tool I used to compare the checksums: https://emn178.github.io/online-tools/sha256_checksum.html) I tested it on iOS only.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.