|
| 1 | +--- |
| 2 | +title: Generating a Table with RadFixedDocumentEditor |
| 3 | +description: Learn how to build a table using RadFixedDocumentEditor in RadPdfProcessing and explores the alternative RadFixedDocumentEditor for a flow-like content management. |
| 4 | +type: how-to |
| 5 | +page_title: How to Generate a Table with RadFixedDocumentEditor |
| 6 | +slug: generate-table-with-radfixeddocumenteditor |
| 7 | +tags: radpdfprocessing, document processing, fixedcontenteditor, radfixeddocumenteditor, pdf, editing |
| 8 | +res_type: kb |
| 9 | +ticketid: 1674934 |
| 10 | +--- |
| 11 | +| Version | Product | Author | |
| 12 | +| ---- | ---- | ---- | |
| 13 | +| 2024.4.1106| RadPdfProcessing |[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)| |
| 14 | + |
| 15 | +## Description |
| 16 | +When creating or editing a PDF document using RadPdfProcessing, understanding how to manage the positioning of elements is essential. This knowledge base article addresses the question of whether it's necessary to reposition all elements below a newly added element in the middle of the PDF file using [FixedContentEditor](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/editing/fixedcontenteditor) and explores the existence of a design tool for creating PDF documents. This knowledge base article also answers the following questions: |
| 17 | +- How to generate a PDF document from images using FixedContentEditor? |
| 18 | +- How to add a watermark to PDF files using RadPdfProcessing? |
| 19 | +- Is there a design tool provided by Telerik for creating PDF documents? |
| 20 | + |
| 21 | +## Solution |
| 22 | +### Managing Elements with FixedContentEditor |
| 23 | +The [FixedContentEditor](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/editing/fixedcontenteditor) in RadPdfProcessing enables precise control over the element's positioning within a PDF page. It acts as a pencil, allowing content to be drawn at specific locations. After adding an element, adjust the editor's Position to prevent overlapping with subsequent elements. This method requires manual management of each element's position, especially when inserting a new element amidst existing ones. |
| 24 | + |
| 25 | +For more insights on using FixedContentEditor effectively, consider reviewing these resources: |
| 26 | +- [How to Generate a PDF Document from Images with FixedContentEditor](https://docs.telerik.com/devtools/document-processing/knowledge-base/pdf-from-images-with-fixedcontenteditor) |
| 27 | +- [Adding a Watermark to PDF Files Using RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/knowledge-base/add-watermark-pdf-radpdfprocessing) |
| 28 | + |
| 29 | +### Flow-Like Content Management with RadFixedDocumentEditor |
| 30 | +Alternatively, RadPdfProcessing offers the [RadFixedDocumentEditor](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/editing/radfixeddocumenteditor), which allows for a flow-like content management approach. 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. |
| 31 | + |
| 32 | +### Design Tool for Creating PDF |
| 33 | +Regarding the query on a design tool for PDF creation, Telerik Document Processing is primarily focused on processing document formats programmatically and does not include a design tool for PDF creation. The functionality to visually design and edit PDF documents typically falls within UI components like a PDF viewer, which is outside the scope of the Telerik Document Processing libraries. |
| 34 | + |
| 35 | +## See Also |
| 36 | +- [RadPdfProcessing Overview](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview) |
| 37 | +- [RadFixedDocumentEditor Documentation](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/editing/radfixeddocumenteditor) |
| 38 | +- [Introduction to Telerik Document Processing](https://docs.telerik.com/devtools/document-processing/introduction) |
| 39 | + |
| 40 | + |
0 commit comments