zeq.rocks • Linux Enthusiast

Pandoc, amazing Pandoc

Pandoc, amazing Pandoc...

Pandoc logo.

If you need to convert files from one markup format into another, pandoc is your swiss-army knife.

Pandoc is a universal document converter available for all major operating systems. Pandoc can convert Markdown to LaTeX, LaTeX to PDF, and PDF to DOCX.

To use Pandoc you could do pandoc file.md -o file.pdf. This makes file.md a PDF, to view this PDF you could use Zathura. To open file.pdf in Zathura run: zathura file.pdf. Most web browsers can also serve as a PDF viewer.

For example, this markdown blog was turned into this PDF. And it's all OSS, with no price tag.

This site has Atom/RSS feeds and PDFs, to get them go to /feed/feed.atom, /feed/feed.rss or /pdf/$blogSlug.pdf (Please note old post's PDFs may not be created and may be lower quality.)

#!/bin/bash shebang.