AlJohri / docx2pdf

MIT License
497 stars 94 forks source link

Create stable output #76

Open m-wim opened 1 year ago

m-wim commented 1 year ago

Currently converting the same unmodified docx file again and again creates different pdf files. That means it is not stable.

It seems that the differences of the pdf files are only time stamps and UUIDs If the time stamp takes the date of the docx file or could be specified on command line and the UUIDs were hashed from the docx or could also be specified on command line one could have a stable conversion.