astefanutti / decktape

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

Added command line arguments to add author, subject, and title pdf me… #235

Closed copart closed 3 years ago

copart commented 3 years ago

Added three new command line options:

--pdf-author String to set as the author of the resulting pdf document --pdf-title String to set as the title of the resulting pdf document --pdf-subject String to set as the subject of the resulting pdf document

If provided on the command line, the strings are passed to pdf-lib when the pdf document is created.