|
887 | 887 | <li> |
888 | 888 | <a href="/document-processing/pdf/pdf-viewer/react/overview">React</a> |
889 | 889 | <ul> |
890 | | - <li>Getting Started |
| 890 | + <li> |
| 891 | + <a href="/document-processing/pdf/pdf-viewer/react/getting-started-overview">Getting Started</a> |
891 | 892 | <ul> |
892 | 893 | <li><a href="/document-processing/pdf/pdf-viewer/react/getting-started">with Standalone PDF Viewer</a></li> |
893 | 894 | <li><a href="/document-processing/pdf/pdf-viewer/react/getting-started-with-server-backed">with Server-Backed PDF Viewer</a></li> |
894 | | - <li><a href="/document-processing/pdf/pdf-viewer/react/preact">Preact</a></li> |
| 895 | + </ul> |
| 896 | + </li> |
| 897 | + <li> |
| 898 | + Environment Integration |
| 899 | + <ul> |
| 900 | + <li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/nextjs-getting-started">NextJS</a></li> |
| 901 | + <li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/preact">Preact</a></li> |
| 902 | + <li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/remix">Remix</a></li> |
| 903 | + <li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/share-point">SharePoint Framework (SPFx)</a></li> |
| 904 | + <li><a href="/document-processing/pdf/pdf-viewer/react/depoyment-integration/gatsby">Gatsby</a></li> |
895 | 905 | </ul> |
896 | 906 | </li> |
897 | 907 | <li><a href="/document-processing/pdf/pdf-viewer/react/feature-module">Feature Modules</a></li> |
|
922 | 932 | <li><a href="/document-processing/pdf/pdf-viewer/react/save-pdf-file/to-azure-active-directory">To Azure Active Directory</a></li> |
923 | 933 | </ul> |
924 | 934 | </li> |
| 935 | + <li>Document Handling |
| 936 | + <ul> |
| 937 | + <li><a href="/document-processing/pdf/pdf-viewer/react/document-handling/load-large-pdf">Load Large PDF Files</a></li> |
| 938 | + <li><a href="/document-processing/pdf/pdf-viewer/react/document-handling/load-password-pdf">Load Password Protected PDFs</a></li> |
| 939 | + <li><a href="/document-processing/pdf/pdf-viewer/react/document-handling/preprocess-pdf">Preprocess PDF Document Before Displaying</a></li> |
| 940 | + <li><a href="/document-processing/pdf/pdf-viewer/react/document-handling/retrieve-loadedDoc">Retrieve the Loaded Document Instance </a></li> |
| 941 | + </ul> |
| 942 | + </li> |
925 | 943 | <li><a href="/document-processing/pdf/pdf-viewer/react/mobile-toolbar">Mobile Toolbar Interface</a></li> |
926 | 944 | <li><a href="/document-processing/pdf/pdf-viewer/react/toolbar">Toolbar Customization</a> |
927 | 945 | <ul> |
|
946 | 964 | <li><a href="/document-processing/pdf/pdf-viewer/react/text-search">Text Search</a></li> |
947 | 965 | <li>Annotation |
948 | 966 | <ul> |
| 967 | + <li>Annotation Types |
| 968 | + <ul> |
| 969 | + <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/highlight-annotation">Highlight</a></li> |
| 970 | + <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/underline-annotation">Underline</a></li> |
| 971 | + <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/strikethrough-annotation">Strikethrough</a></li> |
| 972 | + <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/squiggly-annotation">Squiggly</a></li> |
| 973 | + <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/line-annotation">Line</a></li> |
| 974 | + <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/arrow-annotation">Arrow</a></li> |
| 975 | + <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/rectangle-annotation">Rectangle</a></li> |
| 976 | + <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/circle-annotation">Circle</a></li> |
| 977 | + <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/polygon-annotation">Polygon</a></li> |
| 978 | + </ul> |
| 979 | + </li> |
949 | 980 | <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/text-markup-annotation">Text Markup Annotation</a></li> |
950 | 981 | <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/shape-annotation">Shape Annotation</a></li> |
951 | 982 | <li><a href="/document-processing/pdf/pdf-viewer/react/annotation/stamp-annotation">Stamp Annotation</a></li> |
|
1001 | 1032 | <li><a href="/document-processing/pdf/pdf-viewer/react/forms/form-fields-api">APIs</a></li> |
1002 | 1033 | </ul> |
1003 | 1034 | </li> |
1004 | | - <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pdf">Organize Pages</a> |
| 1035 | + <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/overview">Organize Pages</a> |
1005 | 1036 | <ul> |
1006 | | - <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/overview">Overview</a></li> |
| 1037 | + <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/copy-pages">Copy pages</a></li> |
| 1038 | + <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/import-pages">Import pages</a></li> |
| 1039 | + <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/insert-blank-pages">Insert blank pages</a></li> |
| 1040 | + <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/remove-pages">Remove pages</a></li> |
| 1041 | + <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/reorder-pages">Reorder pages</a></li> |
| 1042 | + <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/rotate-pages">Rotate pages</a></li> |
| 1043 | + <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/zoom-pages">Zoom pages</a></li> |
| 1044 | + <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/extract-pages">Extract Pages</a></li> |
1007 | 1045 | <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/programmatic-support">Programmatic Support</a></li> |
1008 | | - <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/ui-interactions">UI Interactions</a></li> |
1009 | 1046 | <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/toolbar">Toolbar</a></li> |
1010 | | - <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/extract-pages">Extract Pages</a></li> |
1011 | 1047 | <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/mobile-view">Mobile View</a></li> |
1012 | 1048 | <li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/events">Events</a></li> |
1013 | 1049 | </ul> |
|
1018 | 1054 | <li><a href="/document-processing/pdf/pdf-viewer/react/text-selection">Text Selection</a></li> |
1019 | 1055 | <li><a href="/document-processing/pdf/pdf-viewer/react/globalization">Globalization</a></li> |
1020 | 1056 | <li><a href="/document-processing/pdf/pdf-viewer/react/accessibility">Accessibility</a></li> |
| 1057 | + <li><a href="/document-processing/pdf/pdf-viewer/react/theming-and-styling">Theming and Styling</a></li> |
| 1058 | + <li><a href="/document-processing/pdf/pdf-viewer/react/context-menu/context-menu">Context Menu</a> |
| 1059 | + <ul> |
| 1060 | + <li><a href="/document-processing/pdf/pdf-viewer/react/context-menu/builtin-context-menu">Built-in Context Menu</a></li> |
| 1061 | + <li><a href="/document-processing/pdf/pdf-viewer/react/context-menu/custom-context-menu">Customize Context Menu</a></li> |
| 1062 | + </ul> |
| 1063 | + </li> |
1021 | 1064 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to-overview">How to</a> |
1022 | 1065 | <ul> |
1023 | 1066 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/load-document">Load the PDF documents dynamically</a></li> |
|
1041 | 1084 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/retry-timeout">Retry Timeout</a></li> |
1042 | 1085 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/load-n-number-page">Load N number of pages on initial loading</a></li> |
1043 | 1086 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/conformance">Supported conformance documents</a></li> |
1044 | | - <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/custom-context-menu">Customize context menu</a></li> |
1045 | 1087 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/pagerenderstarted-pagerendercompleted-event">PageRenderInitiate and PageRenderComplete event</a></li> |
1046 | 1088 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/open-bookmark">Open and Close Bookmark pane programmatically</a></li> |
1047 | 1089 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/signatureselect-signatureunselect">SignatureSelect and SignatureUnselect event</a></li> |
|
1066 | 1108 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/show-hide-annotation">Show and Hide Annotation</a></li> |
1067 | 1109 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/enable-text-selection">Dynamically Enable or Disable Text Selection</a></li> |
1068 | 1110 | <li><a href="/document-processing/pdf/pdf-viewer/react/how-to/load-document-after-resources-loaded">Load document after resources loaded</a></li> |
| 1111 | + <li><a href="/document-Processing/pdf/pdf-viewer/react/how-to/existing-react-layout">Integrate PDF Viewer into existing react layout</a></li> |
1069 | 1112 | </ul> |
1070 | 1113 | </li> |
1071 | 1114 | <li>Troubleshooting |
|
6424 | 6467 | <li> |
6425 | 6468 | <a href="/document-processing/excel/excel-library/net/faqs/how-to-get-the-maximum-supported-rows-and-columns-in-an-excel-worksheet">How to get the maximum rows and columns in a worksheet using XlsIO?</a> |
6426 | 6469 | </li> |
| 6470 | + <li> |
| 6471 | + <a href="/document-processing/excel/excel-library/net/faqs/how-to-clear-formats-in-worksheet">How to clear formats in a worksheet using XlsIO?</a> |
| 6472 | + </li> |
6427 | 6473 | <li> |
6428 | 6474 | <a href="/document-processing/excel/excel-library/net/faqs/how-to-get-the-file-extension-of-excel-file">How to get the file extension of an Excel file using XlsIO?</a> |
6429 | 6475 | </li> |
|
0 commit comments