Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export to Microsoft Word as alterative output format? #44

Open
istathar opened this issue Sep 30, 2019 · 0 comments
Open

Export to Microsoft Word as alterative output format? #44

istathar opened this issue Sep 30, 2019 · 0 comments
Labels
discussion Items for discussion

Comments

@istathar
Copy link
Member

istathar commented Sep 30, 2019

So I don't want to do this; the point of publish is to make beautiful .pdfs. But sometimes you need to get a document into .docx in order to subsequently use the content in someone else's publishing chain.

pandoc supports conversion to Microsoft Word, of course, and very cleverly you can do

$ pandoc -i TreesAreGreat.markdown -o TreesAreGreat.docx --reference-doc=Reference-A4-MicrosoftFonts.docx 

with the reference document containing the appropriate styles for headings etc. Perhaps we should support taking a .book file and concatenation its content into something that Text.Pandoc can write to.

@istathar istathar added the discussion Items for discussion label Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Items for discussion
Projects
None yet
Development

No branches or pull requests

1 participant