astefanutti / decktape

PDF exporter for HTML presentations
MIT License
2.19k stars 176 forks source link

Embed presentation title in PDF #69

Open abingham opened 8 years ago

abingham commented 8 years ago

Is it possible to extract the title of a presentation and embed it in the exported PDF? I've tested a few of the generated PDFS using PyPDF2, and none of them have title metadata. I guess this may be hard or impossible for some or all of the plugins.

The main driver for this is that I'd like to be able to extract the title in decktape.io to generate better filenames.

astefanutti commented 8 years ago

Sounds like a great idea!

It should be possible to:

astefanutti commented 7 years ago

DeckTape 2.x is now responsible for the PDF creation so that should be a lot easier to implement metadata retrieval and writing.

jceb commented 7 months ago

This would be really cool to have. Also subtitle and author could be set from the metadata specified in the head of the website.