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
@@ -22,15 +22,15 @@ This article demonstrates how to generate a [RadFlowDocument]({%slug radwordspro
22
22
23
23
## Solution
24
24
25
-
To achieve a header with left, center, and right aligned sections in a PDF document, use the [RadWordsProcessing]({%slug radwordsprocessing-overview%}) library to create a header and then insert a [Table]({%slug radwordsprocessing-model-table%}) with three [cells]({%slug radwordsprocessing-model-tablecell%}) into the header. Each cell represents one section of the header (left, center, right) and can contain text or image. The following steps and code snippet demonstrate this process:
25
+
To achieve a header with left, center, and right aligned sections in a PDF document, use the [RadWordsProcessing]({%slug radwordsprocessing-overview%}) library to create a header and then insert a [Table]({%slug radwordsprocessing-model-table%}) with three [cells]({%slug radwordsprocessing-model-tablecell%}) into the header. Each cell represents one section of the header (left, center, right) and can contain text or an image. The following steps and code snippet demonstrate this process:
26
26
27
27
1. Create a new [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) and add a section to it.
28
28
2. Define the page size and margins for the section.
29
29
3. Add a paragraph with some text to the document as content.
30
30
4. Add a header to the first section of the document.
31
31
5. Inside the header, add a table with a single row and three cells.
32
32
6. Set the preferred width for each cell to one-third of the page width.
33
-
7. Add text or image to each cell with the desired alignment (left, center, right).
33
+
7. Add text or an image to each cell with the desired alignment (left, center, right).
34
34
8. Use the [PdfFormatProvider]({%slug radwordsprocessing-formats-and-conversion-pdf-pdfformatprovider%}) to export the document to a PDF file.
This article demonstrates a sample solution how to draw a chart in PdfProcessing.
18
18
19
19
# Solution
20
-
The powerful [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) allows you draw a simulation of a chart element at the desired [Position]({%slug radpdfprocessing-concepts-position%}):
20
+
The powerful [FixedContentEditor]({%slug radpdfprocessing-editing-fixedcontenteditor%}) allows you to draw a simulation of a chart element at the desired [Position]({%slug radpdfprocessing-concepts-position%}):
Copy file name to clipboardExpand all lines: knowledge-base/generate-table-with-radfixeddocumenteditor.md
+4-4
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:
This example shows how to export the values of a worksheet to a CSV file using [RadSpreadProcessing]({%slug radspreadprocessing-overview%}), while also specifying the delimiter and surrounding the cell values with quotes.
|Valid until Q2 2025| Document Processing Libraries |[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
15
15
16
16
## Description
17
17
18
-
This tutorial explains in details how to upgrade your Telerik [Trial]({%slug trial-license-limitations%}) to a Licensed version of the Document Processing Libraries.
18
+
This tutorial explains in detail how to upgrade your Telerik [Trial]({%slug trial-license-limitations%}) to a Licensed version of the Document Processing Libraries.
19
+
20
+
>caution This approach is valid for versions **before Q2 2025**. For later versions, it is just necessary to update the [license key]({%slug setting-up-license-key%}).
19
21
20
22
Let's start with having a trial version installed on your machine and a project that uses the trial version:
0 commit comments