An open API service indexing awesome lists of open source software.

https://github.com/crujera27/markdown2pdf

A small client-side web app to convert Markdown into PDF using Marked.js, html2canvas and jsPDF.
https://github.com/crujera27/markdown2pdf

client converter javascript js markdown markdown2pdf pdf

Last synced: about 2 months ago
JSON representation

A small client-side web app to convert Markdown into PDF using Marked.js, html2canvas and jsPDF.

Awesome Lists containing this project

README

          

# Markdown to PDF Converter

A small client-side web app to convert Markdown into PDF using Marked.js, html2canvas and jsPDF.

## Features
- Write or upload Markdown and see a live preview
- Customize page size, orientation, typography and margins
- Export the rendered output as a PDF

## Quick start
1. Open `index.html` in a modern browser (Chrome/Edge/Firefox).
2. Type Markdown in the editor or upload a `.md` file.
3. Use the Customize panel to change layout, fonts and margins.
4. Click "Convert to PDF" to download the resulting PDF.

## Development
- No build step required. The app is client-side and depends on CDN-hosted libraries.
- To make changes, edit `index.html`, `css/style.css` and `js/app.js`.

## License
This project is open source and released under the GNU Affero General Public License v3 (AGPL-3.0).

See the included `LICENSE` file for details or visit https://www.gnu.org/licenses/agpl-3.0.html