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: Document-Processing/PDF/PDF-Viewer/asp-net-core/event.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1343,7 +1343,7 @@ The [keyboardCustomCommands](https://help.syncfusion.com/cr/aspnetcore-js2/syncf
1343
1343
When it triggers
1344
1344
- After you register gestures in commandManager.keyboardCommand. For example, when you press Shift + Alt + G or Shift + Alt + H, the event gets triggered. Just like this, you can handle custom keyboard shortcuts.
1345
1345
1346
-
Refer here for additional details about adding your own shortcut keys and handling them: see [Keyboard interaction](./accessibility.md#keyboard-interaction).
1346
+
Refer here for additional details about adding your own shortcut keys and handling them: see [Keyboard interaction](./accessibility#keyboard-interaction).
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-core/feature-module.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,17 @@ The PDF Viewer features are organized into individual feature modules to enable
15
15
The available PdfViewer modules are:
16
16
17
17
*[**Toolbar**](./toolbar-customization):- Built-in toolbar for better user interaction.
18
-
*[**Magnification**](./magnification.md):- Perform zooming operation for better viewing experience.
19
-
*[**Navigation**](./interactive-pdf-navigation/page-navigation.md):- Easy navigation across the PDF pages.
20
-
*[**LinkAnnotation**](./interactive-pdf-navigation/table-of-content-navigation.md):- Easy navigation within and outside of the PDF document.
21
-
*[**ThumbnailView**](./interactive-pdf-navigation/page-thumbnail-navigation.md):- Easy navigation with in the PDF document.
22
-
*[**BookmarkView**](./interactive-pdf-navigation/bookmark-navigation.md):- Easy navigation based on the bookmark content of the PDF document.
23
-
*[**TextSelection**](./textselection.md):- Select and copy text from a PDF file.
24
-
*[**TextSearch**](./text-search.md):- Search a text easily across the PDF document.
25
-
*[**Print**](./print.md):- Print the entire document or a specific page directly from the browser.
26
-
*[**Annotation**](./annotation/text-markup-annotation.md):- Annotations can be added or edited in the PDF document.
27
-
*[**FormFields**](./form-designer/create-programmatically.md):- Preserve the form fields in the PDF document.
28
-
*[**FormDesigner**](./form-designer/create-programmatically.md):- Form fields can be added or edited in the PDF document.
18
+
*[**Magnification**](./magnification):- Perform zooming operation for better viewing experience.
19
+
*[**Navigation**](./interactive-pdf-navigation/page-navigation):- Easy navigation across the PDF pages.
20
+
*[**LinkAnnotation**](./interactive-pdf-navigation/table-of-content-navigation):- Easy navigation within and outside of the PDF document.
21
+
*[**ThumbnailView**](./interactive-pdf-navigation/page-thumbnail-navigation):- Easy navigation with in the PDF document.
22
+
*[**BookmarkView**](./interactive-pdf-navigation/bookmark-navigation):- Easy navigation based on the bookmark content of the PDF document.
23
+
*[**TextSelection**](./textselection):- Select and copy text from a PDF file.
24
+
*[**TextSearch**](./text-search):- Search a text easily across the PDF document.
25
+
*[**Print**](./print):- Print the entire document or a specific page directly from the browser.
26
+
*[**Annotation**](./annotation/text-markup-annotation):- Annotations can be added or edited in the PDF document.
27
+
*[**FormFields**](./form-designer/create-programmatically):- Preserve the form fields in the PDF document.
28
+
*[**FormDesigner**](./form-designer/create-programmatically):- Form fields can be added or edited in the PDF document.
29
29
30
30
N> In addition to injecting the required modules in your application, enable the corresponding properties to extend the functionality for a PDF Viewer instance. Refer to the following table.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to-overview.md
+52-52Lines changed: 52 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,55 +11,55 @@ documentation: ug
11
11
12
12
The frequently asked questions in Essential<sup>®</sup> PDF Viewer are listed below.
13
13
14
-
*[How to add annotation in text search in ASP.NET Core ?](./how-to/add-annotation-in-text-search.md)
15
-
*[How to add custom header to the PDF Viewer ajax request?](./how-to/authorization-token.md)
16
-
*[How to add a save button to PDF Viewer toolbar?](./how-to/add-save-button.md)
17
-
*[How to customize the annotation selectors?](./how-to/configure-annotation-selector-setting.md)
18
-
*[How to delete a specific annotation from the PDF document?](./how-to/delete-a-specific-annotation.md)
19
-
*[How to control the visibility of the annotation?](./how-to/control-annotation-visibility.md)
20
-
*[How to convert the PDF library bounds to PDF viewer bounds?](./how-to/convert-pdf-library-bounds-to-pdf-viewer-bounds.md)
21
-
*[How to customize the context menu in PDF Viewer?](./how-to/custom-context-menu.md)
22
-
*[How to add custom font in handwritten signature?](./how-to/custom-font-signature-field.md)
23
-
*[How to add custom fonts for form fields and free text annotations?](./how-to/custom-fonts.md)
24
-
*[How to customize text search highlight color in PDF Viewer?](./how-to/customize-text-search-color.md)
25
-
*[How to disable the context menu?](./how-to/disable-context-menu.md)
26
-
*[How to disable tile rendering in PDF Viewer?](./how-to/disable-tile-rendering.md)
27
-
*[How to get the download start event?](./how-to/download-start-event.md)
28
-
*[How to enable or disable the local storage?](./how-to/enable-local-storage.md)
29
-
*[Enable the resizer for text markup annotation?](./how-to/enable-resize.md)
30
-
*[How to enable or disable the text selection?](./how-to/enable-text-selection.md)
31
-
*[How to export the PDF pages as images?](./how-to/export-as-image.md)
32
-
*[How to extract text from the PDF document?](./how-to/extract-text-completed.md)
33
-
*[How to extract text from a specific region?](./how-to/extract-text-option.md)
34
-
*[How to extract text from the PDF document?](./how-to/extract-text.md)
35
-
*[How to find the text in the PDF document asynchronously?](./how-to/find-text-async.md)
36
-
*[How to get the base64 string of the loaded document?](./how-to/get-base64.md)
37
-
*[How to get the page information of the loaded document?](./how-to/get-page-info.md)
38
-
*[How to identify the added annotation and its mode?](./how-to/identify-added-annotation-mode.md)
39
-
*[How to import and export annotations in PDF Viewer?](./how-to/import-export-annotation.md)
40
-
*[How to load a PDF document in PDF Viewer?](./how-to/load-documents.md)
41
-
*[How to set the minimum and maximum zoom percentage?](./how-to/min-max-zoom.md)
42
-
*[How to open the bookmark pane when the document is loaded?](./how-to/open-bookmark.md)
43
-
*[How to open the thumbnail pane when the document is loaded?](./how-to/open-thumbnail.md)
44
-
*[How to get the page render started and completed event?](./how-to/pagerenderstarted-pagerendercompleted.md)
45
-
*[How to resolve the `Unable to find an entry point named 'FreeExportedValues' in DLL 'pdfium''?](./how-to/resolve-unable-to-find-an-entry-point-error.md)
46
-
*[How to restrict the zooming in mobile mode?](./how-to/restricting-zoom-in-mobile-mode.md)
47
-
*[How to show custom stamp item in the stamp annotation?](./how-to/show-custom-stamp-item.md)
48
-
*[How to show or hide a particular annotation?](./how-to/show-hide-annotation.md)
49
-
*[How to get the signature selected and unselected event?](./how-to/signatureselect-signatureunselect.md)
50
-
*[How to unload the PDF document from the viewer?](./how-to/unload-document.md)
51
-
*[How to clear the Web service not listening error?](./how-to/webservice-not-listening.md)
52
-
*[How to Enable Bookmark pane in PDF Viewer?](./how-to/show-bookmark.md)
53
-
*[How to Save original document at the server side?](./how-to/save-original-document-at-the-server-side.md)
54
-
*[How to Configure retry timeout in PDF Viewer?](./how-to/retry-timeout.md)
55
-
*[How to Resolve the Pdfium issue in PDF Viewer?](./how-to/resolve-pdfium-issue.md)
56
-
*[How to Load N number of pages on initial loading in PDF Viewer?](./how-to/load-n-number-page.md)
57
-
*[How to Instantiate the PDF Viewer component dynamically in PDF Viewer?](./how-to/Instantiate-pdfviewer-dynamically.md)
58
-
*[How to Install packages based on OS in PDF Viewer?](./how-to/install-packages.md)
59
-
*[How to Extract Text using TextLineCollection in PDF Viewer?](./how-to/extract-text-using-text-collections.md)
60
-
*[How to Export As Image from PDF document in PDF Viewer?](./how-to/export-as-image-standalone.md)
61
-
*[How to Display document without downloading in PDF Viewer?](./how-to/display-document-without-downloading.md)
62
-
*[How to Capture the current page number being viewed in PDF Viewer?](./how-to/capture-page-number.md)
63
-
*[How to select annotations in multi page?](./how-to/select-multi-page-annotations.md)
64
-
*[How to get the annotation when it is overlapped with another annotation on its selection?](./how-to/overlapped-annotation.md)
65
-
*[How to print the PDF document silently?](./how-to/print-document.md)
14
+
*[How to add annotation in text search in ASP.NET Core ?](./how-to/add-annotation-in-text-search)
15
+
*[How to add custom header to the PDF Viewer ajax request?](./how-to/authorization-token)
16
+
*[How to add a save button to PDF Viewer toolbar?](./how-to/add-save-button)
17
+
*[How to customize the annotation selectors?](./how-to/configure-annotation-selector-setting)
18
+
*[How to delete a specific annotation from the PDF document?](./how-to/delete-a-specific-annotation)
19
+
*[How to control the visibility of the annotation?](./how-to/control-annotation-visibility)
20
+
*[How to convert the PDF library bounds to PDF viewer bounds?](./how-to/convert-pdf-library-bounds-to-pdf-viewer-bounds)
21
+
*[How to customize the context menu in PDF Viewer?](./how-to/custom-context-menu)
22
+
*[How to add custom font in handwritten signature?](./how-to/custom-font-signature-field)
23
+
*[How to add custom fonts for form fields and free text annotations?](./how-to/custom-fonts)
24
+
*[How to customize text search highlight color in PDF Viewer?](./how-to/customize-text-search-color)
25
+
*[How to disable the context menu?](./how-to/disable-context-menu)
26
+
*[How to disable tile rendering in PDF Viewer?](./how-to/disable-tile-rendering)
27
+
*[How to get the download start event?](./how-to/download-start-event)
28
+
*[How to enable or disable the local storage?](./how-to/enable-local-storage)
29
+
*[Enable the resizer for text markup annotation?](./how-to/enable-resize)
30
+
*[How to enable or disable the text selection?](./how-to/enable-text-selection)
31
+
*[How to export the PDF pages as images?](./how-to/export-as-image)
32
+
*[How to extract text from the PDF document?](./how-to/extract-text-completed)
33
+
*[How to extract text from a specific region?](./how-to/extract-text-option)
34
+
*[How to extract text from the PDF document?](./how-to/extract-text)
35
+
*[How to find the text in the PDF document asynchronously?](./how-to/find-text-async)
36
+
*[How to get the base64 string of the loaded document?](./how-to/get-base64)
37
+
*[How to get the page information of the loaded document?](./how-to/get-page-info)
38
+
*[How to identify the added annotation and its mode?](./how-to/identify-added-annotation-mode)
39
+
*[How to import and export annotations in PDF Viewer?](./how-to/import-export-annotation)
40
+
*[How to load a PDF document in PDF Viewer?](./how-to/load-documents)
41
+
*[How to set the minimum and maximum zoom percentage?](./how-to/min-max-zoom)
42
+
*[How to open the bookmark pane when the document is loaded?](./how-to/open-bookmark)
43
+
*[How to open the thumbnail pane when the document is loaded?](./how-to/open-thumbnail)
44
+
*[How to get the page render started and completed event?](./how-to/pagerenderstarted-pagerendercompleted)
45
+
*[How to resolve the `Unable to find an entry point named 'FreeExportedValues' in DLL 'pdfium''?](./how-to/resolve-unable-to-find-an-entry-point-error)
46
+
*[How to restrict the zooming in mobile mode?](./how-to/restricting-zoom-in-mobile-mode)
47
+
*[How to show custom stamp item in the stamp annotation?](./how-to/show-custom-stamp-item)
48
+
*[How to show or hide a particular annotation?](./how-to/show-hide-annotation)
49
+
*[How to get the signature selected and unselected event?](./how-to/signatureselect-signatureunselect)
50
+
*[How to unload the PDF document from the viewer?](./how-to/unload-document)
51
+
*[How to clear the Web service not listening error?](./how-to/webservice-not-listening)
52
+
*[How to Enable Bookmark pane in PDF Viewer?](./how-to/show-bookmark)
53
+
*[How to Save original document at the server side?](./how-to/save-original-document-at-the-server-side)
54
+
*[How to Configure retry timeout in PDF Viewer?](./how-to/retry-timeout)
55
+
*[How to Resolve the Pdfium issue in PDF Viewer?](./how-to/resolve-pdfium-issue
56
+
*[How to Load N number of pages on initial loading in PDF Viewer?](./how-to/load-n-number-page)
57
+
*[How to Instantiate the PDF Viewer component dynamically in PDF Viewer?](./how-to/Instantiate-pdfviewer-dynamically)
58
+
*[How to Install packages based on OS in PDF Viewer?](./how-to/install-packages)
59
+
*[How to Extract Text using TextLineCollection in PDF Viewer?](./how-to/extract-text-using-text-collections)
60
+
*[How to Export As Image from PDF document in PDF Viewer?](./how-to/export-as-image-standalone)
61
+
*[How to Display document without downloading in PDF Viewer?](./how-to/display-document-without-downloading)
62
+
*[How to Capture the current page number being viewed in PDF Viewer?](./how-to/capture-page-number)
63
+
*[How to select annotations in multi page?](./how-to/select-multi-page-annotations)
64
+
*[How to get the annotation when it is overlapped with another annotation on its selection?](./how-to/overlapped-annotation)
65
+
*[How to print the PDF document silently?](./how-to/print-document)
0 commit comments