mirror of
https://github.com/imfing/hextra.git
synced 2025-05-16 23:58:31 -04:00
19 lines
289 B
Markdown
19 lines
289 B
Markdown
![]() |
---
|
||
|
title: PDF
|
||
|
---
|
||
|
|
||
|
## Example
|
||
|
{{< pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pdf" >}}
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
### With URL
|
||
|
```
|
||
|
{{< pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pdf" >}}
|
||
|
```
|
||
|
|
||
|
### With Path
|
||
|
```
|
||
|
{{< pdf "path/to/your/pdf/file.pdf" >}}
|
||
|
```
|