Skip to content

Commit c8b0387

Browse files
986927: revamped custom-font md and other issues
1 parent 221fa91 commit c8b0387

File tree

15 files changed

+163
-1536
lines changed

15 files changed

+163
-1536
lines changed

Document-Processing-toc.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -804,12 +804,12 @@
804804
<li><a href="/document-processing/pdf/pdf-viewer/vue/toolbar-customization/custom-toolbar">Custom Toolbar</a></li>
805805
</ul>
806806
</li>
807-
<li>Interactive PDF Navigation
807+
<li><a href="/document-processing/pdf/pdf-viewer/vue/navigation">Interactive PDF Navigation</a>
808808
<ul>
809-
<a href="/document-processing/pdf/pdf-viewer/vue/interactive-pdf-navigation/page-navigation">Page </a>
810-
<a href="/document-processing/pdf/pdf-viewer/vue/interactive-pdf-navigation/bookmark-navigation">Bookmark</a>
811-
<a href="/document-processing/pdf/pdf-viewer/vue/interactive-pdf-navigation/page-thumbnail-navigation">Page Thumbnail</a>
812-
<a href="/document-processing/pdf/pdf-viewer/vue/interactive-pdf-navigation/hyperlink-navigation">Hyperlink Navigation</a>
809+
<li><a href="/document-processing/pdf/pdf-viewer/vue/interactive-pdf-navigation/page-navigation">Page</a></li>
810+
<li><a href="/document-processing/pdf/pdf-viewer/vue/interactive-pdf-navigation/bookmark-navigation">Bookmark</a></li>
811+
<li><a href="/document-processing/pdf/pdf-viewer/vue/interactive-pdf-navigation/page-thumbnail-navigation">Page Thumbnail</a></li>
812+
<li><a href="/document-processing/pdf/pdf-viewer/vue/interactive-pdf-navigation/hyperlink-navigation">Hyperlink Navigation</a></li>
813813
</ul>
814814
</li>
815815
<li><a href="/document-processing/pdf/pdf-viewer/vue/magnification">Magnification</a></li>
@@ -1112,12 +1112,12 @@
11121112
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/toolbar-customization/custom-toolbar">Custom Toolbar</a></li>
11131113
</ul>
11141114
</li>
1115-
<li>Interactive PDF Navigation
1115+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/navigation">Interactive PDF Navigation</a>
11161116
<ul>
1117-
<a href="/document-processing/pdf/pdf-viewer/javascript-es6/interactive-pdf-navigation/page-navigation">Page </a>
1118-
<a href="/document-processing/pdf/pdf-viewer/javascript-es6/interactive-pdf-navigation/bookmark-navigation">Bookmark</a>
1119-
<a href="/document-processing/pdf/pdf-viewer/javascript-es6/interactive-pdf-navigation/page-thumbnail-navigation">Page Thumbnail</a>
1120-
<a href="/document-processing/pdf/pdf-viewer/javascript-es6/interactive-pdf-navigation/hyperlink-navigation">Hyperlink Navigation</a>
1117+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/interactive-pdf-navigation/page-navigation">Pages</a></li>
1118+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/interactive-pdf-navigation/bookmark-navigation">Bookmark</a></li>
1119+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/interactive-pdf-navigation/page-thumbnail-navigation">Page Thumbnail</a></li>
1120+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/interactive-pdf-navigation/hyperlink-navigation">Hyperlink Navigation</a></li>
11211121
</ul>
11221122
</li>
11231123
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/magnification">Magnification</a></li>

Document-Processing/PDF/PDF-Viewer/javascript-es6/event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ The [keyboardCustomCommands](https://ej2.syncfusion.com/javascript/documentation
819819
When it triggers
820820
- After registering gestures in commandManager.keyboardCommand. For example, pressing Shift + Alt + G or Shift + Alt + H triggers the event. Use this to handle custom keyboard shortcuts.
821821

822-
Refer to [Keyboard interaction](./accessibility.md#keyboard-interaction) for details about adding and handling custom shortcut keys.
822+
Refer to [Keyboard interaction](./accessibility#keyboard-interaction) for details about adding and handling custom shortcut keys.
823823
Example:
824824

825825
```typescript

Document-Processing/PDF/PDF-Viewer/javascript-es6/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 provided as individual modules, allowing application
1515
Available PDF Viewer modules:
1616

1717
* [**Toolbar**](./toolbar-customization): Built-in toolbar for user interaction.
18-
* [**Magnification**](./magnification.md): Perform zoom operations for a better viewing experience.
19-
* [**Navigation**](./interactive-pdf-navigation/page-navigation.md): Navigate across pages.
20-
* [**LinkAnnotation**](./interactive-pdf-navigation/table-of-content-navigation.md): Navigate within the document or to external destinations via hyperlinks.
21-
* [**ThumbnailView**](./interactive-pdf-navigation/page-thumbnail-navigation.md): Navigate within the document using page thumbnails.
22-
* [**BookmarkView**](./interactive-pdf-navigation/bookmark-navigation.md): Navigate using document bookmarks (table of contents).
23-
* [**TextSelection**](./textselection.md): Select and copy text from the document.
24-
* [**TextSearch**](./text-search.md): Search for text across the document.
25-
* [**Print**](./print.md): Print the entire document or specific pages directly from the browser.
26-
* [**Annotation**](./annotations/text-markup-annotation.md): Add and edit annotations.
27-
* [**FormFields**](./form-designer/create-programmatically.md): Work with form fields in the document.
28-
* [**FormDesigner**](./form-designer/create-programmatically.md): Add or edit form fields in the document.
18+
* [**Magnification**](./magnification): Perform zoom operations for a better viewing experience.
19+
* [**Navigation**](./interactive-pdf-navigation/page-navigation): Navigate across pages.
20+
* [**LinkAnnotation**](./interactive-pdf-navigation/table-of-content-navigation): Navigate within the document or to external destinations via hyperlinks.
21+
* [**ThumbnailView**](./interactive-pdf-navigation/page-thumbnail-navigation): Navigate within the document using page thumbnails.
22+
* [**BookmarkView**](./interactive-pdf-navigation/bookmark-navigation): Navigate using document bookmarks (table of contents).
23+
* [**TextSelection**](./textselection): Select and copy text from the document.
24+
* [**TextSearch**](./text-search): Search for text across the document.
25+
* [**Print**](./print): Print the entire document or specific pages directly from the browser.
26+
* [**Annotation**](./annotations/text-markup-annotation): Add and edit annotations.
27+
* [**FormFields**](./form-designer/create-programmatically): Work with form fields in the document.
28+
* [**FormDesigner**](./form-designer/create-programmatically): Add or edit form fields in the document.
2929

3030
> In addition to injecting the required modules in an application, enable the corresponding properties to activate features on a PDF Viewer instance.
3131
Refer to the following table:

Document-Processing/PDF/PDF-Viewer/javascript-es6/how-to-overview.md

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -12,54 +12,54 @@ domainurl: ##DomainURL##
1212

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

15-
* [How to add annotation in text search in typescript?](./how-to/add-annotation-in-text-search-ts.md)
16-
* [How to add custom header to the PDF Viewer ajax request?](./how-to/add-header-value.md)
17-
* [How to add a save button to PDF Viewer toolbar?](./how-to/add-save-button-ts.md)
18-
* [How to customize the annotation selectors?](./how-to/annotation-selectors.md)
19-
* [How to change the author name of the annotation dynamically?](./how-to/change-author-name-using-annotation-settings.md)
20-
* [How to clear all the annotations from the PDF document?](./how-to/clear-annotations.md)
21-
* [How to configure the annotation selector settings?](./how-to/configure-annotationselector-setting-ts.md)
22-
* [What are the supported conformance or standards of PDF Viewer?](./how-to/conformance.md)
23-
* [How to control the visibility of the annotation?](./how-to/control-annotation-visibility-ts.md)
24-
* [How to convert the PDF library bounds to PDF Viewer bounds?](./how-to/convert-pdf-library-bounds-to-pdf-viewer-bounds-ts.md)
25-
* [How to create PDF Viewer service using ASP.NET Core?](./how-to/create-pdfviewer-service-core.md)
26-
* [How to create PDF Viewer web service using ASP.NET MVC?](./how-to/create-pdfviewer-service.md)
27-
* [How to customize the context menu in PDF Viewer?](./how-to/custom-context-menu.md)
28-
* [How to add custom font in handwritten signature?](./how-to/custom-font-signature-field-ts.md)
29-
* [How to add custom fonts for form fields and free text annotations?](./how-to/custom-fonts-ts.md)
30-
* [How to customize text search highlight color in PDF Viewer?](./how-to/customize-text-search-color.md)
31-
* [How to delete a specific annotation from the PDF document?](./how-to/delete-annotation.md)
32-
* [How to disable the context menu?](./how-to/disable-context-menu.md)
33-
* [How to disable tile rendering in PDF Viewer?](./how-to/disable-tile-rendering.md)
34-
* [How to display custom tooltip for annotation?](./how-to/display-custom-tool-tip-for-annotation.md)
35-
* [How to get the download start event?](./how-to/download-start-event-ts.md)
36-
* [How to enable or disable the local storage?](./how-to/enable-local-storage-ts.md)
37-
* [Enable the resizer for text markup annotation?](./how-to/enable-resize.md)
38-
* [How to enable or disable the text selection?](./how-to/enable-text-selection-ts.md)
39-
* [How to export the PDF pages as images?](./how-to/export-as-image-ts.md)
40-
* [How to extract text from the PDF document?](./how-to/extract-text-completed-ts.md)
41-
* [How to extract text from a specific region?](./how-to/extract-text-option-ts.md)
42-
* [How to extract text from the PDF document?](./how-to/extract-text-ts.md)
43-
* [How to find the text in the PDF document asynchronously?](./how-to/find-text-async-ts.md)
44-
* [How to get the base64 string of the loaded document?](./how-to/get-base64-ts.md)
45-
* [How to get the page information of the loaded document?](./how-to/get-page-info-ts.md)
46-
* [How to perform highlight, underline, and strikethrough for the selected text?](./how-to/highlight-underline-strikeout-text.md)
47-
* [How to identify the added annotation and its mode?](./how-to/identify-added-annotation-mode.md)
48-
* [How to import annotations from the PDF document?](./how-to/import-annotations.md)
49-
* [How to import and export annotations in PDF Viewer?](./how-to/import-export-annotation-ts.md)
50-
* [How to load a PDF document in PDF Viewer?](./how-to/load-document.md)
51-
* [How to set the minimum and maximum zoom percentage?](./how-to/min-max-zoom-ts.md)
52-
* [How to open the bookmark pane when the document is loaded?](./how-to/open-bookmark-ts.md)
53-
* [How to open the thumbnail pane when the document is loaded?](./how-to/open-thumbnail.md)
54-
* [How to get the annotation when it is overlapped with another annotation on its selection?](./how-to/overlapped-annotation.md)
55-
* [How to get the page render started and completed event?](./how-to/pagerenderstarted-pagerendercompleted-ts.md)
56-
* [How to print the PDF document silently?](./how-to/print-document.md)
57-
* [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)
58-
* [How to restrict the zooming in mobile mode?](./how-to/restricting-zoom-in-mobile-mode-ts.md)
59-
* [How to save the PDF document to database or URL?](./how-to/save-pdf-document-to-url.md)
60-
* [How to select annotations in multi page?](./how-to/select-multi-page-annotations.md)
61-
* [How to show custom stamp item in the stamp annotation?](./how-to/show-custom-stamp-item-ts.md)
62-
* [How to show or hide a particular annotation?](./how-to/show-hide-annotation-ts.md)
63-
* [How to get the signature selected and unselected event?](./how-to/signatureselect-signatureunselect-ts.md)
64-
* [How to unload the PDF document from the viewer?](./how-to/unload-document.md)
15+
* [How to add annotation in text search in typescript?](./how-to/add-annotation-in-text-search-ts)
16+
* [How to add custom header to the PDF Viewer ajax request?](./how-to/add-header-value)
17+
* [How to add a save button to PDF Viewer toolbar?](./how-to/add-save-button-ts)
18+
* [How to customize the annotation selectors?](./how-to/annotation-selectors)
19+
* [How to change the author name of the annotation dynamically?](./how-to/change-author-name-using-annotation-settings)
20+
* [How to clear all the annotations from the PDF document?](./how-to/clear-annotations)
21+
* [How to configure the annotation selector settings?](./how-to/configure-annotationselector-setting-ts)
22+
* [What are the supported conformance or standards of PDF Viewer?](./how-to/conformance)
23+
* [How to control the visibility of the annotation?](./how-to/control-annotation-visibility-ts)
24+
* [How to convert the PDF library bounds to PDF Viewer bounds?](./how-to/convert-pdf-library-bounds-to-pdf-viewer-bounds-ts)
25+
* [How to create PDF Viewer service using ASP.NET Core?](./how-to/create-pdfviewer-service-core)
26+
* [How to create PDF Viewer web service using ASP.NET MVC?](./how-to/create-pdfviewer-service)
27+
* [How to customize the context menu in PDF Viewer?](./how-to/custom-context-menu)
28+
* [How to add custom font in handwritten signature?](./how-to/custom-font-signature-field-ts)
29+
* [How to add custom fonts for form fields and free text annotations?](./how-to/custom-fonts-ts)
30+
* [How to customize text search highlight color in PDF Viewer?](./how-to/customize-text-search-color)
31+
* [How to delete a specific annotation from the PDF document?](./how-to/delete-annotation)
32+
* [How to disable the context menu?](./how-to/disable-context-menu)
33+
* [How to disable tile rendering in PDF Viewer?](./how-to/disable-tile-rendering)
34+
* [How to display custom tooltip for annotation?](./how-to/display-custom-tool-tip-for-annotation)
35+
* [How to get the download start event?](./how-to/download-start-event-ts)
36+
* [How to enable or disable the local storage?](./how-to/enable-local-storage-ts)
37+
* [Enable the resizer for text markup annotation?](./how-to/enable-resize)
38+
* [How to enable or disable the text selection?](./how-to/enable-text-selection-ts)
39+
* [How to export the PDF pages as images?](./how-to/export-as-image-ts)
40+
* [How to extract text from the PDF document?](./how-to/extract-text-completed-ts)
41+
* [How to extract text from a specific region?](./how-to/extract-text-option-ts)
42+
* [How to extract text from the PDF document?](./how-to/extract-text-ts)
43+
* [How to find the text in the PDF document asynchronously?](./how-to/find-text-async-ts)
44+
* [How to get the base64 string of the loaded document?](./how-to/get-base64-ts)
45+
* [How to get the page information of the loaded document?](./how-to/get-page-info-ts)
46+
* [How to perform highlight, underline, and strikethrough for the selected text?](./how-to/highlight-underline-strikeout-text)
47+
* [How to identify the added annotation and its mode?](./how-to/identify-added-annotation-mode)
48+
* [How to import annotations from the PDF document?](./how-to/import-annotations)
49+
* [How to import and export annotations in PDF Viewer?](./how-to/import-export-annotation-ts)
50+
* [How to load a PDF document in PDF Viewer?](./how-to/load-document)
51+
* [How to set the minimum and maximum zoom percentage?](./how-to/min-max-zoom-ts)
52+
* [How to open the bookmark pane when the document is loaded?](./how-to/open-bookmark-ts)
53+
* [How to open the thumbnail pane when the document is loaded?](./how-to/open-thumbnail)
54+
* [How to get the annotation when it is overlapped with another annotation on its selection?](./how-to/overlapped-annotation)
55+
* [How to get the page render started and completed event?](./how-to/pagerenderstarted-pagerendercompleted-ts)
56+
* [How to print the PDF document silently?](./how-to/print-document)
57+
* [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)
58+
* [How to restrict the zooming in mobile mode?](./how-to/restricting-zoom-in-mobile-mode-ts)
59+
* [How to save the PDF document to database or URL?](./how-to/save-pdf-document-to-url)
60+
* [How to select annotations in multi page?](./how-to/select-multi-page-annotations)
61+
* [How to show custom stamp item in the stamp annotation?](./how-to/show-custom-stamp-item-ts)
62+
* [How to show or hide a particular annotation?](./how-to/show-hide-annotation-ts)
63+
* [How to get the signature selected and unselected event?](./how-to/signatureselect-signatureunselect-ts)
64+
* [How to unload the PDF document from the viewer?](./how-to/unload-document)
6565

Document-Processing/PDF/PDF-Viewer/javascript-es6/interactive-pdf-navigation/page-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
1010

1111
# Navigation in TypeScript PDF Viewer control
1212

13-
The ASP.NET Core PDF Viewer supports different internal and external navigations.
13+
The TypeScript PDF Viewer supports different internal and external navigations.
1414

1515
## Toolbar page navigation option
1616

0 commit comments

Comments
 (0)