All Projects → 2SC1815J → Md2pdf

2SC1815J / Md2pdf

Licence: mit
Convert Markdown documents to PDF

Projects that are alternatives of or similar to Md2pdf

Pdf To Markdown
A PDF to Markdown converter
Stars: ✭ 270 (+328.57%)
Mutual labels:  markdown, pdf-converter
Gotenberg Php Client
PHP client for the Gotenberg API
Stars: ✭ 80 (+26.98%)
Mutual labels:  markdown, pdf-converter
Mdpdf
Markdown to PDF command line app with support for stylesheets
Stars: ✭ 512 (+712.7%)
Mutual labels:  markdown, pdf-converter
Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (+49.21%)
Mutual labels:  markdown, pdf-converter
Gotenberg Go Client
Go client for the Gotenberg API
Stars: ✭ 35 (-44.44%)
Mutual labels:  markdown, pdf-converter
Kokk
Create a beautiful doc from a markdown file. You can insert a vue component into the doc as well.
Stars: ✭ 54 (-14.29%)
Mutual labels:  markdown
Md Page
📝 create a webpage with just markdown
Stars: ✭ 1,096 (+1639.68%)
Mutual labels:  markdown
Parse Comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Stars: ✭ 53 (-15.87%)
Mutual labels:  markdown
Samples Rmarkdown Metropolis
RMarkdown with Metropolis/Mtheme for Beamer
Stars: ✭ 51 (-19.05%)
Mutual labels:  markdown
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-3.17%)
Mutual labels:  markdown
Resume
Markdown -> PDF/HTML resumé generator
Stars: ✭ 1,105 (+1653.97%)
Mutual labels:  markdown
Blog Generator
static blog generator for my blog at https://zupzup.org/
Stars: ✭ 57 (-9.52%)
Mutual labels:  markdown
Markdowntomedium
The easiest way to publish a Markdown post to Medium with syntax highlighted code snippets
Stars: ✭ 54 (-14.29%)
Mutual labels:  markdown
Markdown To Jsx
🏭 The most lightweight, customizable React markdown component.
Stars: ✭ 1,079 (+1612.7%)
Mutual labels:  markdown
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (-14.29%)
Mutual labels:  markdown
Readme styles
Minimal README.rst and README.md template for Github projects.
Stars: ✭ 60 (-4.76%)
Mutual labels:  markdown
Canner Slate Editor
📝Rich Text / WYSIWYG Editor built for Modularity and Extensibility.
Stars: ✭ 1,071 (+1600%)
Mutual labels:  markdown
Gulp Markdown Pdf
Markdown to PDF
Stars: ✭ 56 (-11.11%)
Mutual labels:  markdown
React Native Markdown Editor
A markdown editor like github comment editor (contains preview, helper buttons)
Stars: ✭ 59 (-6.35%)
Mutual labels:  markdown
Mkcli
Markdown command line interface definition
Stars: ✭ 56 (-11.11%)
Mutual labels:  markdown

md2pdf

Markdown原稿から、CSS組版によってPDFにビルドするフローを紹介します。

こんなときに

  • Visual Studio Codeで、ソフトウェア開発に付随する報告書などの作成も行いたい
  • 文書はMarkdownで執筆し、PDFで提出したい
  • コマンドライン操作のみでPDFビルドが完了するようにしたい
  • GitHubでのMarkdown表示のようなスタイリングにしたい
  • PDFには表紙や目次、ノンブル(ページ番号)を付けたい
  • 目次は、項目タイトルとページ番号、ドキュメント内リンクを自動作成してほしい
  • ノンブルは、表紙や目次を除いた本文ページのみに振りたい
  • PDFには余計なプロパティを含めたくない

必要条件

インストール

$ npm install

PDFのビルド

$ npm run build

distフォルダに、CSS組版されたPDFが出力されます。

ライセンス

MITライセンス

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].