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

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. 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

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. node-emojify

    Transform text into emojis :rocket:

    node-emojify

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    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

  • Astro & Strapi Website Tutorial: Part 3 - Project Build

    2 projects | dev.to | 10 Dec 2024
  • Day 5: For all blogging matters ✍️

    1 project | dev.to | 4 Dec 2024
  • Open Source Contribution: Round 2

    7 projects | dev.to | 12 Nov 2024
  • Interactive Components in Markdown

    1 project | dev.to | 27 Oct 2024
  • Implementing the "Cloudflare worker stack"

    5 projects | dev.to | 15 Aug 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?