Skip to content

Commit c698466

Browse files
author
DivyaUdhayakumar
committed
988455: Document the Accessible PDF Reading Sample
1 parent a14537b commit c698466

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Document-Processing-toc.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,12 @@
666666
<li><a href="/document-processing/pdf/pdf-viewer/blazor/deployment/aws-beanstalk-deployment">AWS Elastic Beanstalk</a></li>
667667
</ul>
668668
</li>
669-
<li> <a href="/document-processing/pdf/pdf-viewer/blazor/accessibility">Accessibility</a></li>
669+
<li> <a href="/document-processing/pdf/pdf-viewer/blazor/accessibility">Accessibility</a>
670+
<ul>
671+
<li><a href="/document-processing/pdf/pdf-viewer/blazor/accessible-pdf-reading">PDF Reading</a></li>
672+
<ul>
673+
</li>
674+
670675
<li> <a href="/document-processing/pdf/pdf-viewer/blazor/opening-pdf-file">Open PDF files</a>
671676
<ul>
672677
<li><a href="/document-processing/pdf/pdf-viewer/blazor/open-pdf-file/from-amazon-s3">From AWS S3</a></li>

Document-Processing/PDF/PDF-Viewer/blazor/accessible-pdf-reading.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Accessible PDF Reading in Blazor PDF Viewer | Syncfusion
4-
description: Learn two approaches for accessible PDF reading in the Blazor PDF Viewer: Microsoft Edge’s Screen Reader and the Windows Speech Synthesis API, with steps and sample code.
4+
description: Learn about accessible PDF reading in Blazor PDF Viewer using Microsoft Edge’s Screen Reader and Windows Speechdescription.
55
platform: document-processing
66
control: SfPdfViewer
77
documentation: ug
@@ -16,7 +16,7 @@ This accessible PDF reading feature supports two approaches:
1616
2. Windows Speech Synthesis API
1717

1818
The following demo illustrates both supported approaches:
19-
- [Blazor PDF Viewer example -Accessible PDF Reading](https://document.syncfusion.com/demos/pdf-viewer/blazor-server/pdf-viewer/accessible-pdf-reading)
19+
- [Blazor PDF Viewer example -Accessible PDF Reading]()
2020

2121
## Microsoft Edge’s Screen Reader
2222

@@ -641,4 +641,4 @@ function clearAllHighlights() {
641641

642642
## See also
643643

644-
- [Blazor PDF Viewer example -Accessible PDF Reading](https://document.syncfusion.com/demos/pdf-viewer/blazor-server/pdf-viewer/accessible-pdf-reading)
644+
- [Blazor PDF Viewer example -Accessible PDF Reading]()

0 commit comments

Comments
 (0)