Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lxxyx/zhihu-pdf

下载 PDF 版的知乎答案
https://github.com/lxxyx/zhihu-pdf

Last synced: 15 days ago
JSON representation

下载 PDF 版的知乎答案

Awesome Lists containing this project

README

        

# Zhihu-PDF

Download zhihu answer with pdf format.

# Install

```bash
npm i zhihu-pdf --save
```

# Usage

```js
const generatePDF = require('zhihu-pdf')

generatePDF('https://www.zhihu.com/question/20220067/answer/16424385')
```