Merge ff565f207773c8f2803a6552c657af51f7e9ab30 into e3b582676e5db64078053db99e3636e5b6311874

This commit is contained in:
Shahar Naveh 2024-07-09 20:38:26 -05:00 committed by GitHub
commit f2086da050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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