I’ve had good luck with Google Docs Viewer for simple embeds. Just drop your PDF URL into an iframe with their endpoint:
```html
<iframe src="https://docs.google.com/viewer?url=YOUR_PDF_URL&embedded=true"></iframe>
```
Super lightweight and responsive. Downside? You’re relying on Google, which might not be ideal for privacy.
```html
<iframe src="https://docs.google.com/viewer?url=YOUR_PDF_URL&embedded=true"></iframe>
```
Super lightweight and responsive. Downside? You’re relying on Google, which might not be ideal for privacy.
