Home >Backend Development >Python Tutorial >Asking for feedback on open source CLI tool that exports Markdown to PDF using html and css templates(MDExport)

Asking for feedback on open source CLI tool that exports Markdown to PDF using html and css templates(MDExport)

Linda Hamilton
Linda HamiltonOriginal
2024-11-25 20:23:13847browse

Asking for feedback on open source CLI tool that exports Markdown to PDF using html and css templates(MDExport)

Recently i've been building my first open source project. It's a CLI tool to export Markdown files using FrontMatter metadata to styled PDF's based on Jinja2 templates.

The idea came because I found myself adapting the same word docs over and over again. Only to find out I forgot to change the date or a name in one of the documents.

I figured if i had a markdown file with the fields i had to change as metadata and markdown text to rendered into the body of the document this would solve that problem for me.

https://github.com/andy-verstraeten/mdexport

The above is the detailed content of Asking for feedback on open source CLI tool that exports Markdown to PDF using html and css templates(MDExport). For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn