lowercasename / docdown

A menu bar app to convert Markdown into academia-ready Word documents
GNU General Public License v3.0
94 stars 5 forks source link

add an option for exporting straight to pdf? #12

Closed samuelmehr closed 1 year ago

samuelmehr commented 4 years ago

it would be really cool to use DocDown to go straight from markdown with Zotero refs to a clean pdf — is that in the works?

lowercasename commented 2 years ago

I'm going to look into choose-your-own export formats in a future release, thank you for the suggestion!

kenanmike commented 1 year ago

I came to give this suggestion then found it already here!

lowercasename commented 1 year ago

I've looked into this! The newest release allows for exporting into Word, ODT, HTML and EPUB, but PDF is much more complicated because in Pandoc it's designed to work from LaTeX, not Markdown, and we can't make use of the Word style references file during PDF export.

I recommend you just use Word's export to PDF function, which is unfortunately... quite good.