Skip to content

Export to PDF #52

@AuHau

Description

@AuHau

Another feature which I think would be highly appreciated is exporting the Markdown file into PDF files.
Myself I was writing some exam essays on MD Notes and to submit it, I had to download the MD file and convert it with some online tool, like for example http://www.markdowntopdf.com/.

This would mean to implement two things on backend:

  1. Markdown-to-HTML conversion - for example with Python-Markdown (it will be necessary to compare output of marked.js and this package, to see if there are any major differences)
  2. PDF rendering of HTML code - I found two Python solutions - Reportlab and WeasyPrint

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions