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.
- Host: GitHub
- URL: https://github.com/crujera27/markdown2pdf
- Owner: Crujera27
- License: other
- Created: 2025-10-23T19:13:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-23T19:17:54.000Z (8 months ago)
- Last Synced: 2025-10-31T05:57:21.181Z (8 months ago)
- Topics: client, converter, javascript, js, markdown, markdown2pdf, pdf
- Language: JavaScript
- Homepage: https://crujera.net/markdown
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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