Skip to content

Commit 2b61bf1

Browse files
author
DivyaUdhayakumar
committed
976284: Updated the PDF Viewer documentation, demo sit and sdk link in sample browser
1 parent f4fe1a2 commit 2b61bf1

File tree

95 files changed

+95
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+95
-95
lines changed

Annotations/Add and Delete Annotations as collection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Add and Delete annotation collections in Blazor PDF Viewer
22
The Pdfviewer provides the support to add and delete multiple annotations at once
33

4-
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/annotation/shape-annotation
4+
Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer2/blazor/annotation/shape-annotation
55

66
## Project pre-requisites
77
To run this application, you need Visual Studio 2019 or later versions.

Annotations/Comment Panel/Customize DateTimeFormat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Customize DateTime Format in Comment Panel
22
The Pdfviewer provides the support to customize the date and time format displayed in the comment panel using the PdfViewerCommentPanelSettings
33

4-
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer/annotation/comments#comment-panel
4+
Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/comments#comment-panel
55

66
## Project pre-requisites
77
To run this application, you need Visual Studio 2019 or later versions.

Annotations/Comment Panel/Enable Multiline Support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The Multiline Support feature in the Comment Panel enhances the functionality of the PDF Viewer by allowing users to input and display comments that span multiple lines
33
The PDF Viewer provides the support to enable multiline support in the comment panel using the PdfViewerCommentPanelSettings
44

5-
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer/annotation/comments#comment-panel
5+
Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/annotation/comments#comment-panel
66

77
## Project pre-requisites
88
To run this application, you need Visual Studio 2019 or later versions.

Annotations/Comment Panel/Retrieve the comment status/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Retrieve the comment status of a PDF document
22
This sample desribes how to retrieve the comment status of a PDF document.
33

4-
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/how-to/check-status-of-annotations-or-comments
4+
Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer2/blazor/how-to/check-status-of-annotations-or-comments
55

66
## Project pre-requisites
77
To run this application, you need Visual Studio 2019 or later versions.

Annotations/Comment Panel/Show or hide comment panel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Show or hide comment panel in the SfPdfViewer
22
This example illustrates how to show the comment panel on initial rendering and hide it on a button click.
33

4-
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/annotation/comments#comment-panel
4+
Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer2/blazor/annotation/comments#comment-panel
55

66
## Project pre-requisites
77
To run this application, you need Visual Studio 2019 or later versions.

Annotations/FAQs/Lock_annotations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Lock annotations in a PDF document
22
Sample to lock all the annotations in a PDF document. Here, the annotations that exists in the PDF document as well as the newly added annotations from the UI can be locked on a button click.
33

4-
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/interaction#disable-interaction-with-annotations
4+
Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer2/blazor/interaction#disable-interaction-with-annotations
55

66
## Project pre-requisites
77
To run this application, you need Visual Studio 2019 or later versions.

Annotations/FreeText/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Custom Font Support for FreeText Annotation
22
The Blazor SfPdfViewer allows you to load, edit, and save custom fonts in FreeText annotations using the [FallbackFontCollection](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerBase.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerBase_FallbackFontCollection) and [FontFamilies](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerBase.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerBase_FontFamilies) properties
33

4-
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/annotation/free-text-annotation#edit-free-text-annotation-programmatically
4+
Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer2/blazor/annotation/free-text-annotation#edit-free-text-annotation-programmatically
55

66
## Project pre-requisites
77
To run this application, you need Visual Studio 2019 or later versions.

Annotations/Import-Export/Annotations as JSON object/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Sample to export and import annotations in a PDF document. Here, the annotations
33

44
>**Note:** Existing annotations need to be deleted if importing to the same PDF document.
55
6-
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/how-to/import-annotations-as-objects
6+
Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer2/blazor/how-to/import-annotations-as-objects
77

88
## Project pre-requisites
99
To run this application, you need Visual Studio 2019 or later versions.

Annotations/Import-Export/Annotations as JSON stream and file/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Sample to export and import annotations to a PDF document. Here, the annotations
33

44
> **Note:** Existing annotations need to be deleted if importing to the same PDF document.
55
6-
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/annotation/import-export-annotation
6+
Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer2/blazor/annotation/import-export-annotation
77

88
## Project pre-requisites
99
To run this application, you need Visual Studio 2019 or later versions.

Annotations/Programmatic Support/Comment/Add/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Add Comments and Reply Comments Programmatically
22
This example shows how to add comments and reply comments programmatically in the SfPdfViewer. Here, we have add the line annotation with comments and reply comments in the first page of the PDF document.
33

4-
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/annotation/comments#add-comments-and-reply-comments-programmatically
4+
Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer2/blazor/annotation/comments#add-comments-and-reply-comments-programmatically
55

66
## Project pre-requisites
77
To run this application, you need Visual Studio 2019 or later versions.

0 commit comments

Comments
 (0)