mirror of
https://codeberg.org/privacy1st/md-to-pdf.git
synced 2024-11-21 13:51:11 +01:00
Convert Markdown files to pdf directly from GNOME files context menu
.gitignore | ||
alternatives.sh | ||
LICENSE | ||
md-to-pdf | ||
Nautilus-context-menu.png | ||
README.md | ||
README.md.pdf |
md-to-pdf
To be able to convert one or more Markdown (.md
) files to pdf, save md-to-pdf in "$HOME"/.local/share/nautilus/scripts/md-to-pdf
and make it executable.
Screenshot of the context menu in Nautilus (GNOME files):
As an example, one can have a look at this README file converted to pdf: README.md.pdf
The conversion process
At first the Markdown is converted to HTML with cmark-gfm
. Then the HTML file is modified so that large
images fit on the PDF. Finally wkhtmltopdf
converts HTML to pdf.
Alternatives conversion methods
See alternatives.sh.