https://github.com/vitexus/markdown-to-html-pdf
Show Markdown file as Html with "download PDF" button
https://github.com/vitexus/markdown-to-html-pdf
html markdown pdf-generation php
Last synced: 2 months ago
JSON representation
Show Markdown file as Html with "download PDF" button
- Host: GitHub
- URL: https://github.com/vitexus/markdown-to-html-pdf
- Owner: Vitexus
- License: gpl-3.0
- Created: 2018-04-07T00:57:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:41:09.000Z (over 2 years ago)
- Last Synced: 2025-04-09T04:41:53.162Z (about 1 year ago)
- Topics: html, markdown, pdf-generation, php
- Language: PHP
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Markdown To Html & PDF
======================
* Read MarkDown
* Show as _html page_
* With **PDF download** button
With use of
* [PHP](http://php.net/)
* [dompdf/dompdf](https://github.com/dompdf/dompdf)
* [thephpleague/commonmark](https://github.com/thephpleague/commonmark)
* [VitexSoftware/EaseFramework](https://github.com/VitexSoftware/EaseFramework)