Convert Markdown format files to PDF files (mermaid/emoji/toc compatible)

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • docs-md-to-pdf-example

    This is a document management sample that converts markdown format documents to PDF format. It supports emoji, toc generation, and mermaid.

  • bmf-san/docs-md-to-pdf-example

  • md-to-pdf

    Hackable CLI tool for converting Markdown files to PDF using Node.js and headless Chrome.

  • I could have used md-to-pdf, but it seemed like it would take a little time, so I implemented it as quickly as possible, like a hackathon. I wanted to, so I decided to use a library called md-to-pdf-ng.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vscode-markdown-pdf

    Markdown converter for Visual Studio Code

  • It can be easily solved by using the vscode extension vscode-markdown-pdf, but vscode is required, so people Depending on it, you will need to install vscode.

  • marked

    A markdown parser and compiler. Built for speed.

  • md-to-pdf can extend the setting of markedjs/marked Therefore, it seems that all of them can be realized by customizing md-to-pdf.

  • md-to-pdf-ng

    Hackable CLI tool for converting Markdown files to PDF using Node.js and headless Chrome.

  • I could have used md-to-pdf, but it seemed like it would take a little time, so I implemented it as quickly as possible, like a hackathon. I wanted to, so I decided to use a library called md-to-pdf-ng.

  • doctoc

    📜 Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.

  • Based on md-to-pdf-ng, emoji support is node-emojify, TOC generation is realized using a library called doctoc.

  • node-emojify

    Transform text into emojis :rocket:

  • node-emojify

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts