Skip to content

Commit 2749ee5

Browse files
committed
docs: update iframe documentation
1 parent 629c6d0 commit 2749ee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/IFRAME.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ _- Replace `COMPANY_IDENTIFIER` with your own_
2525

2626
_- Replace `PUBLICLY_AVAILABLE_PDF_URL` with the url of the PDF to use._
2727

28+
NOTE: if the `PUBLICLY_AVAILABLE_PDF_URL` contains query parameters (for example when using S3 or Azure Blob storage presigned URLs), you must encode the URL using `encodeURIComponent`
29+
2830
```html
2931
<iframe
3032
src="https://COMPANY_IDENTIFIER.simplepdf.com/editor?open=PUBLICLY_AVAILABLE_PDF_URL"

0 commit comments

Comments
 (0)