You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ SimplePDF Embed operates in two distinct modes with different privacy characteri
79
79
- Submissions are stored and accessible via your dashboard
80
80
- Enables webhook integration for form automation (Basic plan+) - [learn more](https://simplepdf.com/help/how-to/configure-webhooks-pdf-form-submissions)
81
81
- Custom branding - remove "Powered by SimplePDF", add your own logo, headless mode... (Pro plan+) - [learn more](https://simplepdf.com/help/how-to/customize-the-pdf-editor-and-add-branding)
82
-
- Use your own S3/Azure Blob Storage for PDF documents (Pro plan+) - [learn more](https://simplepdf.com/help/how-to/use-your-own-s3-bucket-storage-for-pdf-form-submissions)
82
+
- Use your own storage for PDF documents: S3-compatible or Azure Blob Storage (Pro plan+), SharePoint (Premium plan) - [learn more](https://simplepdf.com/help/how-to/use-your-own-s3-bucket-storage-for-pdf-form-submissions)
83
83
84
84
**Data Flow:**
85
85
@@ -97,7 +97,7 @@ User fills PDF -> Clicks Submit -> Metadata sent to SimplePDF -> Webhook trigger
97
97
| Submissions collected | No | Yes (Basic plan+) |
|`submit` with `downloadCopyOnDevice: true`| Browser downloads the PDF | End-user saves their work |
232
232
|`submit` with `downloadCopyOnDevice: false`| PDF sent to SimplePDF servers | Server-side collection via webhooks |
233
-
| S3/Azure Integration | PDF stored in your bucket | Programmatic access via your storage |
233
+
| S3/Azure/SharePoint Integration | PDF stored in your storage| Programmatic access via your storage |
234
234
235
235
**Available integrations:**
236
236
237
237
-**Webhooks**: Get notified when submissions are received - [Configure webhooks](https://simplepdf.com/help/how-to/configure-webhooks-pdf-form-submissions)
238
-
-**Bring Your Own Storage (BYOS)**: Store submissions directly in your storage - [S3 setup](https://simplepdf.com/help/how-to/use-your-own-s3-bucket-storage-for-pdf-form-submissions) / [Azure setup](https://simplepdf.com/help/how-to/use-your-own-azure-blob-storage-for-pdf-documents)
238
+
-**Bring Your Own Storage (BYOS)**: Store submissions directly in your storage - [S3 setup](https://simplepdf.com/help/how-to/use-your-own-s3-bucket-storage-for-pdf-form-submissions) / [Azure setup](https://simplepdf.com/help/how-to/bring-your-own-azure-blob-storage-for-pdf-storage) / [SharePoint setup](https://simplepdf.com/help/how-to/connect-sharepoint-as-your-own-storage-for-pdf-submissions)
-**Use your own storage**: [S3-compatible](https://simplepdf.com/help/how-to/use-your-own-s3-bucket-storage-for-pdf-form-submissions) / [Azure Blob Storage](https://simplepdf.com/help/how-to/use-your-own-azure-blob-storage-for-pdf-documents)
61
+
-[Automatically collect your users' submissions, configure webhooks, and use BYOS](../README.md#retrieving-pdf-data)
62
+
-[Customize branding and white-label behavior](../README.md#branding-configuration)
63
+
-[Use company mode instead of the default mode](../README.md#data-privacy--companyidentifier)
55
64
56
65
_Example_
57
66
@@ -120,9 +129,11 @@ import { EmbedPDF } from '@simplepdf/react-embed-pdf';
120
129
/>;
121
130
```
122
131
132
+
See [Data Privacy & `companyIdentifier`](../README.md#data-privacy--companyidentifier) for reserved values and mode behavior.
133
+
123
134
### Programmatic Control
124
135
125
-
_Some actions require a SimplePDF account_
136
+
_Some actions require a SimplePDF account. See [Retrieving PDF Data](../README.md#retrieving-pdf-data) for storage and submission behavior._
126
137
127
138
Use `const { embedRef, actions } = useEmbed();` to programmatically control the embed editor:
0 commit comments