19 lines
289 B
Markdown
Raw Normal View History

2024-06-28 14:40:22 +03:00
---
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" >}}
```