Create pdf.md

This commit is contained in:
Shahar Naveh
2024-06-28 14:40:22 +03:00
committed by GitHub
parent 1313415c8b
commit 24a2734ee5

View File

@ -0,0 +1,18 @@
---
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" >}}
```