MdPDf – A Markdown to pdf transpiler written in Rust

1 pointsposted 9 hours ago
by theiskaa

1 Comments

theiskaa

9 hours ago

mdPdf is a versatile command-line tool and library designed to convert Markdown content into pre-styled PDF documents. It supports reading Markdown from a file or directly from a string, offering flexibility for both users and developers.

This project includes both a binary and a library:

- Binary (cli): A command-line interface that uses the core library to provide an easy way to convert Markdown to PDF. - Library (lib): Can be integrated into your Rust projects for parsing Markdown or generating PDF documents programmatically.