Been using Markdown using Mou on the Mac alot recently, and would really like to use it in my technical writing - it is much easier than messing around with .doc formats.

The question is what is the best way to convert to a .doc format or a .pdf, i will need elements like repeating headers / footers, but other than that i just need the HTML / CSS to break sensibly accross pages.

Actually i guess what i am asking - is how do i print my styled Markdown output in a sensible fashion to .doc / .pdf in A4 or standard paper sizing.

link|improve this question

feedback

3 Answers

up vote 0 down vote accepted

You can also generate HTML from Markdown and convert it to .pdf or .xls format using DocRaptor. DocRaptor also handles CSS better than competitors do.

Here's a link to DocRaptor

link|improve this answer
1  
Thanks for the link on this one. This does the job perfectly :-) – diagonalbatman Jan 22 at 18:57
DocRaptor uses PrinceXML for HTML+CSS to PDF conversion. Just in case you don't want to be bound to DocRaptor's Service. – Jonas Jan 24 at 21:07
feedback

You could consider using AsciiDoc or reStructuredText. They're similar to Markdown – simple plain text formats – but have plenty of support for publishing to a variety of formats.

link|improve this answer
feedback

I'm generating HTML from my markdown and then using htmldoc to generate PDF files. Htmldoc gives you a ton of control over how your file formats. Not sure if you can get it to read in a CSS file as well, but the docs might help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.