Skip to content

Crujera27/markdown2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks