-
Hi all: Probably a trivial question for this forum, but here goes. I use Weasyprint to create PDFs from markdown with pandoc. I noticed Exiftool showed no Adding -M date-meta=" didn't help, until I modified the default HTML template to this:
Weasyprint's documentation does say the creation date is "Extracted from the But I'd really rather use pandoc's built in default html template instead of a custom one since this is the only change I have made to it (so I don't have to potentially update it on version changes). Is there a way to add I am using: WeasyPrint version 65.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You could try |
Beta Was this translation helpful? Give feedback.
Right, you'd have to insert the date itself, since variables aren't interpolated intoo this.