fschutt / printpdf

An easy-to-use library for writing PDF in Rust
https://docs.rs/printpdf/
MIT License
777 stars 95 forks source link

Add PdfDocumentReference::with_metadata_date #90

Closed jocelyn-stericker closed 3 years ago

jocelyn-stericker commented 3 years ago

This patch adds the with_metadata_date method to PdfDocumentReference that sets the metadata date in the PDF metadata.

This is similar to #74 (#71), and is also required to generate reproducible documents.

jocelyn-stericker commented 3 years ago

I appreciate this project, thank you @fschutt!