Skip to content

Commit c841486

Browse files
committed
replace links with slug
1 parent 03e442d commit c841486

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knowledge-base/customize-table-layout-radpdfprocessing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ticketid: 1660148
1616
| 2024.3.806| RadPdfProcessing |[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
1717

1818
## Description
19-
Creating tables with customized layouts, including varying column spans, is a common requirement for document processing. This article demonstrates how to achieve a table with multiple rows, each having a different column layout, using the [RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview) library.
19+
Creating tables with customized layouts, including varying column spans, is a common requirement for document processing. This article demonstrates how to achieve a table with multiple rows, each having a different column layout, using the [RadPdfProcessing]({%slug radpdfprocessing-overview%}) library.
2020

2121
Here is demonstrated a sample design for such a custom layout:
2222

@@ -189,5 +189,5 @@ Here's an example code snippet demonstrating the setup:
189189

190190
## See Also
191191

192-
- [RadPdfProcessing Overview](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)
193-
- [Working with Tables in RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/table)
192+
- [Tables in RadPdfProcessing]({%slug radpdfprocessing-editing-table%})
193+
- [TableCell]({%slug radpdfprocessing-editing-tablecell%})

0 commit comments

Comments
 (0)