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
@@ -47,7 +47,7 @@ As developers ourselves, we faced many issues such as browser incompatibility an
47
47
- 📂 **Document Management Tools**, including features like downloading and printing.
48
48
- 👁️ **Accessibility Support** to built-in support for ARIA attributes and tooltips, catering to diverse user bases.
49
49
50
-
For the full feature set, visit [React PDF Features](https://www.react-pdf.dev/features?utm_source=github).
50
+
For the full feature set, visit [React PDF Features](https://www.react-pdf.dev/features?utm_source=github&utm_medium=referral).
51
51
52
52
# :zap: Quick Start Guide
53
53
@@ -111,7 +111,7 @@ yarn add @pdf-viewer/react
111
111
pnpm add @pdf-viewer/react
112
112
```
113
113
114
-
For more information on how to use different package managers, please visit our [installation guide](https://docs.react-pdf.dev/introduction/getting-started/#installation?utm_source=github).
114
+
For more information on how to use different package managers, please visit our [installation guide](https://docs.react-pdf.dev/introduction/getting-started/#installation?utm_source=github&utm_medium=referral).
115
115
116
116
## 3. Import and Use the Component
117
117
@@ -129,7 +129,7 @@ The following structure demonstrates how to build a React PDF viewer by importin
129
129
</RPConfig>
130
130
```
131
131
132
-
_Remark: For more information on each component, please refer to [Component](https://docs.react-pdf.dev/components/overview?utm_source=github)._
132
+
_Remark: For more information on each component, please refer to [Component](https://docs.react-pdf.dev/components/overview?utm_source=github&utm_medium=referral)._
133
133
134
134
### Basic Usage
135
135
@@ -154,7 +154,7 @@ const App = () => {
154
154
exportdefaultApp
155
155
```
156
156
157
-
The PDF viewer will automatically adjust to fit its container's dimensions. You can control the size by setting the `style` prop on `RPDefaultLayout`. For more information on using React PDF, visit our [basic usage guide](https://docs.react-pdf.dev/introduction/basic-usage?utm_source=github)
157
+
The PDF viewer will automatically adjust to fit its container's dimensions. You can control the size by setting the `style` prop on `RPDefaultLayout`. For more information on using React PDF, visit our [basic usage guide](https://docs.react-pdf.dev/introduction/basic-usage?utm_source=github&utm_medium=referral)
158
158
159
159
You may also check out our [Starter Toolkit](#pushpin-starter-toolkit) for examples to get you started.
160
160
@@ -181,7 +181,7 @@ Here are some sample projects to get started on React PDF quickly:
181
181
182
182
# 📝 Changelog
183
183
184
-
Check out our latest release [v1.9.1 (3 October 2025)](https://docs.react-pdf.dev/introduction/changelog/#v191-3-october-2025)
184
+
Check out our latest release [v1.9.1 (3 October 2025)](https://docs.react-pdf.dev/introduction/changelog/#v191-3-october-2025?utm_source=github&utm_medium=referral)
185
185
186
186
187
187
# :raising_hand: Need Help?
@@ -190,7 +190,7 @@ We are more than happy to help you. If you have any questions, run into any erro
190
190
191
191
# :page_facing_up: License
192
192
193
-
React PDF is distributed under our proprietary license. Please refer to our [License page](https://www.react-pdf.dev/license-agreement?utm_source=github) file for more details.
193
+
React PDF is distributed under our proprietary license. Please refer to our [License page](https://www.react-pdf.dev/license-agreement?utm_source=github&utm_medium=referral) file for more details.
194
194
195
195
If you would like to use React PDF commercially, please purchase a license from [our website][reactpdf] or reach out to us directly at [david@react-pdf.dev](mailto:david@react-pdf.dev).
196
196
@@ -201,7 +201,7 @@ If you would like to use React PDF commercially, please purchase a license from
0 commit comments