https://github.com/superalsrk/hexo-pdf
Hexo tag for embeded pdf
https://github.com/superalsrk/hexo-pdf
hexo hexo-plugin
Last synced: about 1 year ago
JSON representation
Hexo tag for embeded pdf
- Host: GitHub
- URL: https://github.com/superalsrk/hexo-pdf
- Owner: superalsrk
- Created: 2015-12-05T16:55:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T18:38:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T03:03:31.420Z (about 1 year ago)
- Topics: hexo, hexo-plugin
- Language: JavaScript
- Homepage:
- Size: 306 KB
- Stars: 155
- Watchers: 4
- Forks: 16
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hexo-pdf
====


Hexo tag for embeded pdf
## Install
```
$ npm install --save hexo-pdf
```
## Usage
### Normal PDF
```
{% pdf http://7xov2f.com1.z0.glb.clouddn.com/bash_freshman.pdf %}
```
or
```
{% pdf ./bash_freshman.pdf %}
```
### Google drive
```
{% pdf https://drive.google.com/file/d/0B6qSwdwPxPRdTEliX0dhQ2JfUEU/preview %}
```
### Slideshare
```
{% pdf http://www.slideshare.net/slideshow/embed_code/key/8Jl0hUt2OKUOOE %}
```
## Preview
### Normal PDF

### Google drive

### Slideshare
