Skip to content

Commit 1c752d2

Browse files
committed
fix duplicated slugs
1 parent b2d9f8e commit 1c752d2

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ position: 1
1212

1313
|Version|**Q3 2025** (or newer)|
1414
|----|----|
15+
|Related Feature:|[Accessibility Support]({%slug pdfprocessing-feature-accessibility-support%})|
1516

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview
33
description: Learn how to generate an accessible PDF document using Telerik Document Processing Libraries.
44
page_title: Accessibility Support - Overview
5-
slug: create-accessible-pdf-documents
5+
slug: pdfprocessing-feature-accessibility-support
66
tags: overview, content, structure, pdf, accessibility
77
published: True
88
position: 0

libraries/radpdfprocessing/model/marked-content.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ position: 7
1212

1313
|Version|**Q2 2025** (or newer)|
1414
|----|----|
15+
|Related Feature:|[Accessibility Support]({%slug pdfprocessing-feature-accessibility-support%})|
1516

1617
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.
1718

libraries/radpdfprocessing/model/structure-tree.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ position: 7
1212

1313
|Version|**Q3 2025** (or newer)|
1414
|----|----|
15+
|Related Feature:|[Accessibility Support]({%slug pdfprocessing-feature-accessibility-support%})|
1516

1617
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.
1718

libraries/radpdfprocessing/model/tagged-pdf.md

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

11-
# Tagged PDF
11+
# Tagged PDF <sup>Accessibility Support</sup>
1212

1313
|Version|**Q3 2025** (or newer)|
1414
|----|----|
15+
|Related Feature:|[Accessibility Support]({%slug pdfprocessing-feature-accessibility-support%})|
1516

1617
**RadPdfProcessing** provides support for a **Tagged PDF**. It is a stylized use of PDF which defines a set of standard structure types and attributes that allow page content (text, graphics, and images) to be extracted and reused for other purposes. It is intended to be used by tools that perform operations like:
1718

@@ -21,7 +22,7 @@ position: 7
2122
* Processing text for such purposes as searching, indexing, and spell-checking
2223
* Conversion to other common file formats with document structure and basic styling information preserved
2324

24-
## Tagging Strategy
25+
## Tagging Strategy
2526

2627
Represents the strategy for handling tagging in PDF documents. The available options are:
2728

0 commit comments

Comments
 (0)