You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/generate-table-with-radfixeddocumenteditor.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to build a table using the RadFixedDocumentEditor for flo
4
4
type: how-to
5
5
page_title: How to Generate a Table with RadFixedDocumentEditor
6
6
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
8
8
res_type: kb
9
9
ticketid: 1674934
10
10
---
@@ -14,15 +14,15 @@ ticketid: 1674934
14
14
15
15
## Description
16
16
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.
18
18
19
19
## Solution
20
20
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.
22
22
23
23
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.
24
24
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:
0 commit comments