Skip to content

Commit 87ee832

Browse files
Update generate-table-with-radfixeddocumenteditor.md
1 parent cab9190 commit 87ee832

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

knowledge-base/generate-table-with-radfixeddocumenteditor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to build a table using the RadFixedDocumentEditor for flo
44
type: how-to
55
page_title: How to Generate a Table with RadFixedDocumentEditor
66
slug: generate-table-with-radfixeddocumenteditor
7-
tags: pdf, document, processing, fixedcontenteditor, fixeddocumenteditor, edit, table,flow, position
7+
tags: pdf, document, processing, fixedcontenteditor, fixeddocumenteditor, edit, table, flow, position
88
res_type: kb
99
ticketid: 1674934
1010
---
@@ -14,15 +14,15 @@ ticketid: 1674934
1414

1515
## Description
1616

17-
When creating or editing a PDF document using [RadPdfProcessing]({%slug radpdfprocessing-overview%}), understanding how to manage the positioning of elements is essential. To eliminate the necessity of repositioning all elements below a newly added element in the middle of the PDF file, explore the functionality offerred by the [RadFixedDocumentEditor]({%slug radpdfprocessing-editing-radfixeddocumenteditor%}) to generate a PDF table.
17+
When creating or editing a PDF document using [RadPdfProcessing]({%slug radpdfprocessing-overview%}), understanding how to manage the positioning of elements is essential. To eliminate the necessity of repositioning all elements below a newly added element in the middle of the PDF file, explore the functionality offered by the [RadFixedDocumentEditor]({%slug radpdfprocessing-editing-radfixeddocumenteditor%}) to generate a PDF table.
1818

1919
## Solution
2020

21-
RadPdfProcessing offers the [RadFixedDocumentEditor]({%slug radpdfprocessing-editing-radfixeddocumenteditor%}, which allows for a flow-like content management approach and allows you to insert all desired elements one after another without calculating the elements' position. We will use this approach for generating the PDF table.
21+
RadPdfProcessing offers the [RadFixedDocumentEditor]({%slug radpdfprocessing-editing-radfixeddocumenteditor%}, which allows for a flow-like content management approach and allows you to insert all desired elements one after another without calculating the elements' position. We will use this approach to generate the PDF table.
2222

2323
This editor automates the positioning of elements, enabling you to insert content sequentially without manually calculating positions. This option might be more suitable for scenarios where manual positioning is cumbersome.
2424

25-
The following example demonstrates how to create a table which result is illustrated below:
25+
The following example demonstrates how to create a table whose result is illustrated below:
2626

2727
```csharp
2828
RadFixedDocument radFixedDocument = new RadFixedDocument();

0 commit comments

Comments
 (0)