From 6f8e1acab2f7eede1174c3320415db9ea71de912 Mon Sep 17 00:00:00 2001 From: VenkadaSubramanian-Durai Date: Wed, 25 Feb 2026 19:13:06 +0530 Subject: [PATCH 1/2] 1010807: Diataxis changes for React PDF Viewer UG --- Document-Processing-toc.html | 57 ++- .../PDF-Viewer/react/Redaction/mobile-view.md | 162 +++--- .../PDF-Viewer/react/Redaction/overview.md | 4 +- .../react/Redaction/programmatic-support.md | 24 +- .../react/Redaction/search-redact.md | 15 +- .../PDF/PDF-Viewer/react/Redaction/toolbar.md | 10 +- .../react/Redaction/ui-interaction.md | 10 +- .../PDF/PDF-Viewer/react/accessibility.md | 34 +- .../react/annotation/annotation-event.md | 112 ++--- .../annotation-types/arrow-annotation.md | 285 +++++++++++ .../annotation-types/circle-annotation.md | 279 +++++++++++ .../annotation-types/highlight-annotation.md | 294 +++++++++++ .../annotation-types/line-annotation.md | 291 +++++++++++ .../annotation-types/polygon-annotation.md | 293 +++++++++++ .../annotation-types/rectangle-annotation.md | 271 ++++++++++ .../annotation-types/squiggly-annotation.md | 274 +++++++++++ .../strikethrough-annotation.md | 266 ++++++++++ .../annotation-types/underline-annotation.md | 267 ++++++++++ .../annotation/annotations-in-mobile-view.md | 52 +- .../PDF-Viewer/react/annotation/comments.md | 87 ++-- .../react/annotation/free-text-annotation.md | 96 ++-- .../react/annotation/ink-annotation.md | 24 +- .../annotation/line-angle-constraints.md | 53 +- .../annotation/measurement-annotation.md | 64 +-- .../react/annotation/shape-annotation.md | 65 ++- .../react/annotation/signature-annotation.md | 32 +- .../react/annotation/stamp-annotation.md | 46 +- .../annotation/sticky-notes-annotation.md | 32 +- .../annotation/text-markup-annotation.md | 76 +-- .../context-menu/builtin-context-menu.md | 74 +++ .../react/context-menu/context-menu.md | 34 ++ .../react/context-menu/custom-context-menu.md | 233 +++++++++ .../react/depoyment-integration/gatsby.md | 140 ++++++ .../nextjs-getting-started.md | 61 ++- .../react/depoyment-integration/preact.md | 80 +++ .../react/depoyment-integration/remix.md | 221 +++++++++ .../depoyment-integration/share-point.md | 172 +++++++ .../react/document-handling/load-large-pdf.md | 194 ++++++++ .../document-handling/load-password-pdf.md | 93 ++++ .../react/document-handling/preprocess-pdf.md | 130 +++++ .../document-handling/retrieve-loadedDoc.md | 275 +++++++++++ .../PDF/PDF-Viewer/react/download.md | 10 +- .../PDF/PDF-Viewer/react/events.md | 4 +- .../PDF/PDF-Viewer/react/feature-module.md | 9 +- .../PDF/PDF-Viewer/react/form-filling.md | 102 ---- .../PDF/PDF-Viewer/react/forms/custom-data.md | 38 +- .../PDF-Viewer/react/forms/form-constrain.md | 16 +- .../PDF-Viewer/react/forms/form-designer.md | 4 +- .../react/forms/form-field-events.md | 4 +- .../PDF-Viewer/react/forms/form-fields-api.md | 4 +- .../PDF-Viewer/react/forms/form-filling.md | 4 +- .../PDF-Viewer/react/forms/form-validation.md | 7 +- .../react/forms/group-form-fields.md | 16 +- .../export-form-fields.md | 6 +- .../import-export-events.md | 5 +- .../import-form-fields.md | 6 +- .../manage-form-fields/create-form-fields.md | 2 +- .../customize-form-fields.md | 10 +- .../manage-form-fields/modify-form-fields.md | 46 +- .../move-resize-form-fields.md | 15 +- .../manage-form-fields/remove-form-fields.md | 17 +- .../react/forms/overview-create-forms.md | 5 +- .../PDF/PDF-Viewer/react/forms/overview.md | 4 +- .../react/getting-started-overview.md | 33 ++ .../getting-started-with-server-backed.md | 10 +- .../PDF/PDF-Viewer/react/getting-started.md | 11 +- .../PDF/PDF-Viewer/react/globalization.md | 10 +- .../PDF/PDF-Viewer/react/how-to-overview.md | 5 +- .../how-to/add-annotation-in-text-search.md | 6 +- .../react/how-to/add-header-value.md | 4 +- .../react/how-to/add-save-button.md | 21 +- .../PDF-Viewer/react/how-to/add-signature.md | 9 +- .../react/how-to/annotation-selectors.md | 4 +- .../react/how-to/authorization-token.md | 6 +- ...e-author-name-using-annotation-settings.md | 2 +- .../react/how-to/clear-annotation.md | 7 +- .../configure-annotation-selector-setting.md | 4 +- .../PDF-Viewer/react/how-to/conformance.md | 2 +- .../how-to/control-annotation-visibility.md | 13 +- ...pdf-library-bounds-to-pdf-viewer-bounds.md | 6 +- .../react/how-to/custom-context-menu.md | 329 ------------- .../how-to/custom-font-signature-field.md | 6 +- .../PDF-Viewer/react/how-to/custom-fonts.md | 8 +- .../react/how-to/delete-annotation.md | 8 +- .../react/how-to/download-start-event.md | 6 +- .../react/how-to/enable-local-storage.md | 12 +- .../react/how-to/enable-text-selection.md | 6 +- .../react/how-to/existing-react-layout.md | 464 ++++++++++++++++++ .../react/how-to/export-as-image.md | 2 +- .../react/how-to/extract-text-completed.md | 4 +- .../react/how-to/extract-text-option.md | 17 +- .../PDF-Viewer/react/how-to/extract-text.md | 30 +- .../react/how-to/find-text-async.md | 2 +- .../PDF/PDF-Viewer/react/how-to/get-base64.md | 15 +- .../PDF-Viewer/react/how-to/getPageInfo.md | 8 +- .../react/how-to/import-export-annotation.md | 6 +- .../load-document-after-resources-loaded.md | 6 +- .../PDF-Viewer/react/how-to/load-document.md | 10 +- .../react/how-to/load-n-number-page.md | 8 +- .../react/how-to/lock-annotation.md | 2 +- .../PDF-Viewer/react/how-to/min-max-zoom.md | 6 +- .../PDF-Viewer/react/how-to/open-bookmark.md | 10 +- .../PDF-Viewer/react/how-to/open-thumbnail.md | 8 +- ...renderstarted-pagerendercompleted-event.md | 11 +- .../perform-form-field-double-click-event.md | 4 +- ...lve-unable-to-find-an-entry-point-error.md | 6 +- .../how-to/restricting-zoom-in-mobile-mode.md | 2 +- .../how-to/retrieve-id-of-the-document.md | 8 +- .../PDF-Viewer/react/how-to/retry-timeout.md | 14 +- .../react/how-to/show-custom-stamp-item.md | 11 +- .../react/how-to/show-hide-annotation.md | 14 +- .../signatureselect-signatureunselect.md | 10 +- .../react/how-to/unload-document.md | 2 +- .../react/how-to/webservice-not-listening.md | 4 +- .../react/images/context-menu-annotation.png | Bin 0 -> 41358 bytes .../react/images/context-menu-empty.png | Bin 0 -> 27483 bytes .../react/images/context-menu-forms.png | Bin 0 -> 35939 bytes .../react/images/context-menu-text.png | Bin 0 -> 55710 bytes .../PDF/PDF-Viewer/react/images/open-pdf.png | Bin 0 -> 48984 bytes .../react/images/password-popup.png | Bin 0 -> 44540 bytes .../react/images/react-layouts-accordion.png | Bin 0 -> 70845 bytes .../react/images/react-layouts-dialog.png | Bin 0 -> 77008 bytes .../react/images/react-layouts-div.png | Bin 0 -> 71069 bytes .../react/images/react-layouts-flexbox.png | Bin 0 -> 86351 bytes .../react/images/react-layouts-grid.png | Bin 0 -> 89412 bytes .../react/images/react-layouts-tab.png | Bin 0 -> 21385 bytes .../styling-siganture-page-container.png | Bin 0 -> 34781 bytes .../PDF/PDF-Viewer/react/interaction-mode.md | 14 +- .../interactive-pdf-navigation/bookmark.md | 15 +- .../interactive-pdf-navigation/hyperlink.md | 2 +- .../page-thumbnail.md | 7 +- .../react/interactive-pdf-navigation/page.md | 12 +- .../react/keyboard-accessibility.md | 22 +- .../PDF/PDF-Viewer/react/magnification.md | 21 +- .../PDF/PDF-Viewer/react/mobile-toolbar.md | 41 +- .../PDF/PDF-Viewer/react/navigation.md | 44 +- .../react/open-pdf-file/from-amazon-s3.md | 8 +- .../open-pdf-file/from-azure-blob-storage.md | 10 +- .../from-box-cloud-file-storage.md | 16 +- .../from-dropbox-cloud-file-storage.md | 22 +- .../from-google-cloud-storage.md | 16 +- .../react/open-pdf-file/from-google-drive.md | 16 +- .../react/open-pdf-file/from-one-drive.md | 16 +- .../PDF/PDF-Viewer/react/open-pdf-files.md | 336 ++++++------- .../react/organize-pages/copy-pages.md | 69 +++ .../PDF-Viewer/react/organize-pages/events.md | 19 +- .../react/organize-pages/extract-pages.md | 29 +- .../react/organize-pages/import-pages.md | 62 +++ .../organize-pages/insert-blank-pages.md | 68 +++ .../react/organize-pages/mobile-view.md | 14 +- .../react/organize-pages/overview.md | 15 +- .../organize-pages/programmatic-support.md | 8 +- .../react/organize-pages/remove-pages.md | 74 +++ .../react/organize-pages/reorder-pages.md | 66 +++ .../react/organize-pages/rotate-pages.md | 74 +++ .../react/organize-pages/toolbar.md | 32 +- .../react/organize-pages/ui-interactions.md | 97 ---- .../react/organize-pages/zoom-pages.md | 60 +++ .../PDF/PDF-Viewer/react/organize-pdf.md | 346 ------------- .../PDF/PDF-Viewer/react/overview.md | 20 +- .../PDF/PDF-Viewer/react/preact.md | 195 -------- .../PDF/PDF-Viewer/react/print.md | 49 +- .../react/save-pdf-file/to-amazon-s3.md | 14 +- .../to-azure-active-directory.md | 12 +- .../save-pdf-file/to-azure-blob-storage.md | 10 +- .../to-box-cloud-file-storage.md | 10 +- .../to-dropbox-cloud-file-storage.md | 26 +- .../save-pdf-file/to-google-cloud-storage.md | 22 +- .../react/save-pdf-file/to-google-drive.md | 18 +- .../react/save-pdf-file/to-one-drive.md | 30 +- .../PDF/PDF-Viewer/react/save-pdf-files.md | 100 ++-- .../PDF/PDF-Viewer/react/text-search.md | 48 +- .../PDF/PDF-Viewer/react/text-selection.md | 8 +- .../PDF-Viewer/react/theming-and-styling.md | 221 +++++++++ .../annotation-toolbar.md | 2 +- .../toolbar-customization/custom-toolbar.md | 4 +- .../form-designer-toolbar.md | 12 +- .../toolbar-customization/mobile-toolbar.md | 25 +- .../toolbar-customization/primary-toolbar.md | 6 +- .../PDF/PDF-Viewer/react/toolbar.md | 54 +- .../cp-command-not-recognized.md | 8 +- .../document-loading-issues.md | 30 +- .../react/troubleshooting/troubleshooting.md | 4 +- 183 files changed, 6849 insertions(+), 2558 deletions(-) create mode 100644 Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/arrow-annotation.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/circle-annotation.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/highlight-annotation.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/line-annotation.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/polygon-annotation.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/rectangle-annotation.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/squiggly-annotation.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/strikethrough-annotation.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/underline-annotation.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/context-menu/builtin-context-menu.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/context-menu/context-menu.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/context-menu/custom-context-menu.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/depoyment-integration/gatsby.md rename Document-Processing/PDF/PDF-Viewer/react/{ => depoyment-integration}/nextjs-getting-started.md (57%) create mode 100644 Document-Processing/PDF/PDF-Viewer/react/depoyment-integration/preact.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/depoyment-integration/remix.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/depoyment-integration/share-point.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/document-handling/load-large-pdf.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/document-handling/load-password-pdf.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/document-handling/preprocess-pdf.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/document-handling/retrieve-loadedDoc.md delete mode 100644 Document-Processing/PDF/PDF-Viewer/react/form-filling.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/getting-started-overview.md delete mode 100644 Document-Processing/PDF/PDF-Viewer/react/how-to/custom-context-menu.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/how-to/existing-react-layout.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/context-menu-annotation.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/context-menu-empty.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/context-menu-forms.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/context-menu-text.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/open-pdf.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/password-popup.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/react-layouts-accordion.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/react-layouts-dialog.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/react-layouts-div.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/react-layouts-flexbox.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/react-layouts-grid.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/react-layouts-tab.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/images/styling-siganture-page-container.png create mode 100644 Document-Processing/PDF/PDF-Viewer/react/organize-pages/copy-pages.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/organize-pages/import-pages.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/organize-pages/insert-blank-pages.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/organize-pages/remove-pages.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/organize-pages/reorder-pages.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/organize-pages/rotate-pages.md delete mode 100644 Document-Processing/PDF/PDF-Viewer/react/organize-pages/ui-interactions.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/organize-pages/zoom-pages.md delete mode 100644 Document-Processing/PDF/PDF-Viewer/react/organize-pdf.md delete mode 100644 Document-Processing/PDF/PDF-Viewer/react/preact.md create mode 100644 Document-Processing/PDF/PDF-Viewer/react/theming-and-styling.md diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index ccbd9b696d..8d5bf4ae95 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -887,11 +887,21 @@
  • React
  • +
  • Document Handling + +
  • Mobile Toolbar Interface
  • Toolbar Customization