# 使用 Homebrew, Nix 安装 md2pdf

查看 md2pdf 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:md2pdf
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install md2pdf
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#md2pdf
```

  证据: nixpkgs package indexes: pkgs/by-name/md/md2pdf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:md2pdf
- **软件包管理器:** Homebrew
- **版本:** 2.2.19
- **来源摘要:** CLI utility that generates PDF from Markdown
- **主页:** <https://github.com/solworktech/md2pdf>
- **仓库:** <https://github.com/solworktech/md2pdf>
- **最后更新:** 2026-07-31T19:04:26Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- md2pdf (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.2.19
## 项目历史与用法

md2pdf is a Go command-line utility that renders Markdown as PDF, with syntax highlighting, light and dark themes, custom themes, tables, generated tables of contents, pagination controls, footers, and non-Latin font support.

### 项目历史

The public repository began in January 2018. Its tagged release line reached v1.3 in 2023, v2 in the following development period, and v2.2.18 in 2025; the v2.2.18 change also adjusted references after the project moved under the solworktech GitHub organization.

### 采用历史

The official README supports three distribution paths: downloadable release binaries, installation with Go's module-aware go install command, and Homebrew. The supplied metadata additionally records a Nix package.

### 使用方式

Users pass a Markdown file, a directory of Markdown files, an HTTP(S) URL, or standard input and select an output PDF. Options control page size and orientation, themes, fonts, syntax highlighting, generated contents, page breaks, and footer metadata.

### 为什么软件包爱好者会关心

md2pdf provides a single Go binary for document conversion and builds PDFs through gomarkdown and fpdf instead of requiring a browser-based rendering stack. That makes it attractive for shell scripts, CI jobs, and reproducible document toolchains.

### 时间线

- 2018: The public md2pdf repository is created.
- 2023: The v1.3 release line is tagged.
- 2025: The v2.2 release line reaches v2.2.18 under the solworktech organization.

### Related projects

- The official README identifies gomarkdown/markdown as the parser, go-pdf/fpdf as the PDF generator, and gohighlight as the syntax-highlighting component.

### 来源

- <https://github.com/solworktech/md2pdf#readme>
- <https://github.com/solworktech/md2pdf/blob/master/md2pdf.1.md>
- <https://github.com/solworktech/md2pdf/commits/master/>
- <https://github.com/solworktech/md2pdf/tags>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - md2pdf: normalized package name match | nixpkgs package indexes: pkgs/by-name/md/md2pdf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/md2pdf.yml](https://github.com/mxcl/pkgdb/blob/main/combined/md2pdf.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
