Skip to content

Commit 2013c7b

Browse files
1010724: Resolving CI Failure
1 parent 13ff03e commit 2013c7b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/document-handling/load-large-pdf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Base64 encoding increases file size by ~33% and consumes more memory. For large
4747
### 3. Minimize Injected Modules
4848

4949
Reduce the number of injected modules in the PDF Viewer to lower background processing and memory usage. For large files, avoid modules like:
50-
- [Text Search](https://helpstaging.syncfusion.com:14038/document-processing/pdf/pdf-viewer/react/text-search)
51-
- [Text Selection](https://helpstaging.syncfusion.com/document-processing/pdf/pdf-viewer/react/text-selection)
52-
- [Organize Pages](https://helpstaging.syncfusion.com/document-processing/pdf/pdf-viewer/react/organize-pages/overview)
53-
- [Thumbnail View](https://helpstaging.syncfusion.com/document-processing/pdf/pdf-viewer/react/interactive-pdf-navigation/page-thumbnail)
50+
- [Text Search](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/text-search)
51+
- [Text Selection](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/text-selection)
52+
- [Organize Pages](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/organize-pages/overview)
53+
- [Thumbnail View](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/interactive-pdf-navigation/page-thumbnail)
5454

5555
**Example:**
5656
```tsx

0 commit comments

Comments
 (0)