Skip to content

Commit 0a82263

Browse files
987016: resolved CI issues
1 parent bc846ac commit 0a82263

File tree

15 files changed

+831
-139
lines changed

15 files changed

+831
-139
lines changed

Document-Processing-toc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140
</li>
141141
<li>Interactive PDF Navigation
142142
<ul>
143-
<a href="/document-processing/pdf/pdf-viewer/asp-net-core/interactive-pdf-navigation/page-navigation">Page Navigation</a>
144-
<a href="/document-processing/pdf/pdf-viewer/asp-net-core/interactive-pdf-navigation/bookmark-navigation">Bookmark Navigation</a>
145-
<a href="/document-processing/pdf/pdf-viewer/asp-net-core/interactive-pdf-navigation/page-thumbnail-navigation">Page Thumbnail Navigation</a>
146-
<a href="/document-processing/pdf/pdf-viewer/asp-net-core/interactive-pdf-navigation/hyperlink-navigation">Hyperlink Navigation</a>
143+
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/interactive-pdf-navigation/page-navigation">Page Navigation</a></li>
144+
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/interactive-pdf-navigation/bookmark-navigation">Bookmark Navigation</a></li>
145+
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/interactive-pdf-navigation/page-thumbnail-navigation">Page Thumbnail Navigation</a></li>
146+
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/interactive-pdf-navigation/hyperlink-navigation">Hyperlink Navigation</a></li>
147147
</ul>
148148
</li>
149149
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/accessibility">Accessibility</a></li>

Document-Processing/PDF/PDF-Viewer/asp-net-core/event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ The [keyboardCustomCommands](https://help.syncfusion.com/cr/aspnetcore-js2/syncf
13431343
When it triggers
13441344
- 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.
13451345

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).
13471347
Example:
13481348

13491349
{% tabs %}

Document-Processing/PDF/PDF-Viewer/asp-net-core/feature-module.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ The PDF Viewer features are organized into individual feature modules to enable
1515
The available PdfViewer modules are:
1616

1717
* [**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.
2929

3030
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.
3131

Document-Processing/PDF/PDF-Viewer/asp-net-core/how-to-overview.md

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -11,55 +11,55 @@ documentation: ug
1111

1212
The frequently asked questions in Essential<sup>&reg;</sup> PDF Viewer are listed below.
1313

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)

Document-Processing/PDF/PDF-Viewer/asp-net-core/interaction-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ In this mode, users can select and copy text in the loaded PDF document. Panning
4343
{% endhighlight %}
4444
{% endtabs %}
4545

46-
![Alt text](../images/selection.png)
46+
![Alt text](./images/selection.png)
4747

4848
## Panning mode
4949

5050
In this mode, panning and touch-based scrolling are enabled, while text selection is disabled.
5151

52-
![Alt text](../images/pan.png)
52+
![Alt text](./images/pan.png)
5353

5454
Switch the interaction mode of the PDF Viewer using the following example:
5555

Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/bookmark-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ Here is an example of how to use the getBookmarks method:
140140
## See also
141141

142142
* [Toolbar items](../toolbar-customization/)
143-
* [Feature Modules](../feature-module.md)
143+
* [Feature Modules](../feature-module)

Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/hyperlink-navigation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ The following example demonstrates how to use these events:
188188

189189
## See also
190190

191-
- [Bookmark navigation](./bookmark-navigation.md)
192-
- [Page navigation](./page-navigation.md)
193-
- [Page thumbnail navigation](./page-thumbnail-navigation.md)
191+
- [Bookmark navigation](./bookmark-navigation)
192+
- [Page navigation](./page-navigation)
193+
- [Page thumbnail navigation](./page-thumbnail-navigation)

Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ Also, you can programmatically perform page navigation options as follows.
137137
## See also
138138

139139
* [Toolbar items](../toolbar-customization/)
140-
* [Feature Modules](../feature-module.md)
140+
* [Feature Modules](../feature-module)

Document-Processing/PDF/PDF-Viewer/asp-net-core/interactive-pdf-navigation/page-thumbnail-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ You can enable/disable thumbnail navigation by using the following code snippet.
4242
## See also
4343

4444
* [Toolbar items](../toolbar-customization/)
45-
* [Feature Modules](../feature-module.md)
45+
* [Feature Modules](../feature-module)

Document-Processing/PDF/PDF-Viewer/asp-net-core/magnification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following magnification options are available in the default toolbar of the
5151
* **FitWidth**:- Fit the page width to the viewport.
5252
* **Auto**:- Fits the page content with-in the viewport on resizing action.
5353

54-
![Zoom controls in the PDF Viewer toolbar](../images/zoom.png)
54+
![Zoom controls in the PDF Viewer toolbar](./images/zoom.png)
5555

5656
N> The PDF Viewer supports zoom values from 10% to 400%.
5757

0 commit comments

Comments
 (0)