A small client-side web app to convert Markdown into PDF using Marked.js, html2canvas and jsPDF.
- Write or upload Markdown and see a live preview
- Customize page size, orientation, typography and margins
- Export the rendered output as a PDF
- Open
index.htmlin a modern browser (Chrome/Edge/Firefox). - Type Markdown in the editor or upload a
.mdfile. - Use the Customize panel to change layout, fonts and margins.
- Click "Convert to PDF" to download the resulting PDF.
- No build step required. The app is client-side and depends on CDN-hosted libraries.
- To make changes, edit
index.html,css/style.cssandjs/app.js.
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