Markdown Converting HTML to Markdown I often need to convert my legacy HTML files to markdown. There are couple of ways of accomplishing this using: domchristie/to-markdown - Using node.js xijo/reverse_markdown - Using a ruby
Hacks Converting a docx document to PDF For a new web application that I am working on, I needed to convert a docx document to PDF. Pandoc seems to be the most preferred option to do this. Installation: Head over