Skip to content

Commit b494d7e

Browse files
committed
completed the review
1 parent b9a5452 commit b494d7e

File tree

8 files changed

+15
-24
lines changed

8 files changed

+15
-24
lines changed

libraries/radpdfprocessing/features/accessibility-support/create-accessible-pdf-documents.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ published: True
88
position: 1
99
---
1010

11-
# Creating Accessible PDF Documents
11+
# Creating Accessible PDF Documents <sup>Q3 2025 (or newer)</sup>
1212

13-
|Version|**Q3 2025** (or newer)|
14-
|----|----|
1513
|Related Feature:|[Accessibility Support]({%slug pdfprocessing-feature-accessibility-support%})|
14+
|----|----|
1615

1716
This article aims to demonstrate how to generate an accessible PDF document using Telerik Document Processing.
1817

libraries/radpdfprocessing/features/accessibility-support/overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ position: 0
1010

1111
# Accessibility Support - Overview
1212

13-
|Version|**Q3 2025** (or newer)|
14-
|----|----|
15-
1613
**RadPdfProcessing** provides *accessibility support* of documents to users with disabilities. This allows many users with visual impairments to use screen readers and read such documents aloud. To enable proper vocalization, either through a screen reader or by some more direct invocation of a text-to-speech engine, the PDF document should support the following features:
1714

1815
* Specifying the natural language used for text in a PDF document.

libraries/radpdfprocessing/features/digital-signature/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ position: 0
1111

1212
The **digital signature** feature enables you to sign and validate a PDF document. A signature confirms that the document's content originated from the signer and has not been modified in any way. A signed document is considered valid when it has not been changed after the signing, and all of its certificates have a valid trusted root certificate.
1313

14-
Telerik **RadPdfProcessing** provides an easy-to-use API that allows you to:
15-
1614
<a name="signing-a-document"><a/>
1715

16+
Telerik **RadPdfProcessing** provides an easy-to-use API that allows you to:
17+
1818
* [Create a PDF document from scratch and add a signature field]({%slug radpdfprocessing-features-digital-signature-getting-started%}).
1919
* [Sign PDF documents that contain a predifined signature field](https://demos.telerik.com/document-processing/pdfprocessing/digitally_sign_document).
2020
* [Verify existing signed PDF documents]({%slug radpdfprocessing-features-signature-validation%}).

libraries/radpdfprocessing/features/viewer-preferences.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ published: True
88
position: 7
99
---
1010

11-
# Viewer Preferences
12-
13-
|Version|**Q3 2025** (or newer)|
14-
|----|----|
11+
# Viewer Preferences <sup>Q3 2025 (or newer)</sup>
1512

1613
The **ViewerPreferences** class designates a viewer preferences dictionary controlling the way the document is to be presented on the screen or in print. If no such dictionary is specified, viewing and printing applications should behave in accordance with their own current user preference settings.
1714

@@ -21,7 +18,7 @@ The **ViewerPreferences** class designates a viewer preferences dictionary contr
2118

2219
The ViewerPreferences class provides the following properties:
2320

24-
|Property|Type|Description|Default Value|
21+
|Property|Type|Description width|Default Value|
2522
|----|----|----|----|
2623
|**ShouldHideToolbar**|bool|Specifies whether to hide the viewer application's tool bars when the document is active.|false|
2724
|**ShouldHideMenubar**|bool|Specifies whether to hide the viewer application's menu bar when the document is active.|false|

libraries/radpdfprocessing/model/marked-content.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ published: True
88
position: 7
99
---
1010

11-
# Marked Content
11+
# Marked Content <sup>Q2 2025 (or newer)</sup>
1212

13-
|Version|**Q2 2025** (or newer)|
14-
|----|----|
1513
|Related Feature:|[Accessibility Support]({%slug pdfprocessing-feature-accessibility-support%})|
14+
|----|----|
1615

1716
Marked-content operators identify a portion of a PDF content stream as a marked-content element of interest to a particular application or PDF plug-in extension. A graphics application, for example, might use marked content to identify a set of related objects as a group to be processed as a single unit. A text-processing application might use it to maintain a connection between a footnote marker in the body of a document and the corresponding footnote text at the bottom of the page. The marked-content operators are expected to store internally a **tag** operand indicating the role or significance of the marked-content element to the processing application.
1817

libraries/radpdfprocessing/model/structure-tree.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ published: True
88
position: 7
99
---
1010

11-
# StructureTree
11+
# StructureTree <sup>Q3 2025 (or newer)</sup>
1212

13-
|Version|**Q3 2025** (or newer)|
14-
|----|----|
1513
|Related Feature:|[Accessibility Support]({%slug pdfprocessing-feature-accessibility-support%})|
14+
|----|----|
1615

1716
The **StructureTree** class represents the root of the structure elements tree of the [RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocument%}). It offers a public **ChildElements** collection property allowing to add different StructureElements.
1817

libraries/radpdfprocessing/model/tagged-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ published: True
88
position: 7
99
---
1010

11-
# Tagged PDF <sup>Q3 2025</sup>
11+
# Tagged PDF <sup>Q3 2025 (or newer)</sup>
1212

1313
|Related Feature:|[Accessibility Support]({%slug pdfprocessing-feature-accessibility-support%})|
1414
|----|----|

libraries/radspreadprocessing/cross-platform-support/text-measure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ This implementation uses PdfProcessing to obtain the size of the text and provid
5050
SpreadExtensibilityManager.TextMeasurer = fixedTextMeasurer;
5151
{{endregion}}
5252

53-
## SkiaTextMeasurer
53+
## SkiaTextMeasurer <sup>Q3 2025 (or newer)</sup>
5454

55-
The SkiaTextMeasurer is a cross-platform text measurer that provides consistent text layout behavior across all supported platforms. Unlike other available measurer implementations, it also supports advanced font features like kerning, ligatures, contextual shaping, and more. This implementation reduces the need for maintaining multiple text measurement implementations across different platforms.
55+
The **SkiaTextMeasurer** is a cross-platform text measurer that provides consistent text layout behavior across all supported platforms. Unlike other available measurer implementations, it also supports advanced font features like *kerning*, *ligatures*, *contextual shaping*, and more. This implementation reduces the need for maintaining multiple text measurement implementations across different platforms.
5656

5757
### Required References
5858

5959
To use the **SkiaTextMeasurer** class, you can reference it in one of the following ways:
6060

61-
**Using NuGet Packages (Recommended)**
61+
#### Using NuGet Packages (Recommended)
6262

6363
- **Telerik.Documents.TextMeasurer.Skia** - This package automatically includes all required dependencies
6464

65-
**Using Assembly References**
65+
#### Using Assembly References
6666

6767
If you prefer to reference assemblies directly, you need:
6868

0 commit comments

Comments
 (0)