Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxxyx/zhihu-pdf
下载 PDF 版的知乎答案
https://github.com/lxxyx/zhihu-pdf
Last synced: 15 days ago
JSON representation
下载 PDF 版的知乎答案
- Host: GitHub
- URL: https://github.com/lxxyx/zhihu-pdf
- Owner: Lxxyx
- License: apache-2.0
- Created: 2017-09-08T03:39:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T12:35:28.000Z (over 7 years ago)
- Last Synced: 2024-12-15T09:38:00.675Z (23 days ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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')
```