Skip to content

Commit a186703

Browse files
committed
add links
1 parent 2bd5471 commit a186703

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

knowledge-base/get-textfragment-position-size-radpdfprocessing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ticketid: 1662399
1717

1818
## Description
1919

20-
Determining the precise location and size of a [TextFragment]({%slug radpdfprocessing-model-textfragment%}) in a PDF document is essential for various document processing tasks. A `TextFragment`'s position is accessible through its `Position` property, which returns a `MatrixPosition`. This article outlines how to translate the `MatrixPosition` into (x,y) coordinates and how to calculate the width and height of a `TextFragment`.
20+
Determining the precise location and size of a [TextFragment]({%slug radpdfprocessing-model-textfragment%}) in a PDF document is essential for various document processing tasks. A `TextFragment`'s position is accessible through its ({%slug radpdfprocessing-concepts-position%}) property, which returns a `MatrixPosition`. This article outlines how to translate the `MatrixPosition` into (x,y) coordinates and how to calculate the width and height of a `TextFragment`.
2121

2222
This KB article also answers the following questions:
2323
- How can I find the exact location of a text in a PDF document?
@@ -60,6 +60,6 @@ By following these steps, you can accurately locate a `TextFragment` within a PD
6060

6161
## See Also
6262

63-
- [Position Concept in RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/concepts/position)
64-
- [TextFragment in RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/textfragment)
65-
- [Extracting Text Within a Specific Rectangle in PDF Documents](https://docs.telerik.com/devtools/document-processing/knowledge-base/extract-text-specific-rectangle-pdf-radpdfprocessing)
63+
- [Position Concept in RadPdfProcessing]({%slug radpdfprocessing-concepts-position%})
64+
- [TextFragment in RadPdfProcessing]({%slug radpdfprocessing-model-textfragment%})
65+
- [Extracting Text Within a Specific Rectangle in PDF Documents]({%slug extract-text-specific-rectangle-pdf-radpdfprocessing%})

libraries/radpdfprocessing/model/textfragment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,4 @@ TextFragment exposes the following properties that can modify the look of the re
161161
* [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%})
162162
* [Position]({%slug radpdfprocessing-concepts-position%})
163163
* [Extracting Text Within a Specific Rectangle in PDF Documents]({%slug extract-text-specific-rectangle-pdf-radpdfprocessing%})
164+
* [Getting Position and Size of TextFragment in PDF Documents]({%slug get-textfragment-position-size-radpdfprocessing%})

0 commit comments

Comments
 (0)