Table Component
The Table Component allows to iterate over list of data (arrays, lists etc) and it is also possible to filter, sort and group the data. Each table column is a Text Component and provides exactly the same formatting options. In the editor view, the Table Component only displays a single data row. The first row acts as a header and the second row is used as a template to render each row in the data set. All other rows are treated as summary rows and rendered after the data rows. frame Table CPopularContainer Component
The "Container" component allows to group other components. It is also possible to iterate arrays if the Data Field is set. In that case, the "Container" is used as a template to render each row in the data set.PopularImage Component
The "Image" component allows adding images from multiple sources. You can upload a local file Specify a static URL Create dynamic images using data field values (data field value must be an URL or base64 encoded image string). You may also combine static URLs with data field values. Image Component Importing a base64 encoded image string At first you wouPopularText Component
The Text Component allows you to display different string values within generated PDF documents. This versatile feature enables users to dynamically incorporate text, whether it's static content, user inputs, or data from external sources. Thanks to its flexible capabilities, the Text Component supports customization options such as font size, style, alignment, or color, making it a key tool for creating well-designed, professional PDFs tailored to various use cases. Text component framePopularCheckbox & Radio button Component
The value assigned to a checkbox or radio button is evaluated as boolean (true/false) to determinate if it should be checked or unchecked. If you want to have a group of radio buttons, you need to use the Container component to iterate over the list of items and add the Radio component as a subcomponent. Checkbox Radio button frame Usecase of Radio button group (https://www.loom.com/embePopularHeader & Footer Component
The "Header" and "Footer" components extend the "Container" component and allow to group other components. They have a fixed position and will be repeated on every page. There are two options how to use Page Numbering in the editor. Both of them works only in thPopularChart Component
The “Chart” component allows you to add data fields as x and y-axis. It is also possible to choose the type of chart. You can set advanced settings according to the chosen type. Chart ComponentPopularBarcode and QR code Component
The "Barcode" and "QR" components allow rendering barcodes and QR codes from any field in the data set. The "Barcode" component supports multiple barcode types from C39 to EAN, UPC, and PHARMA. QR CodePopularDate Component
The Date component is designed to work specifically with a data field that contains a Date value. A key aspect of using the Date component effectively is understanding how to configure the INPUT and OUTPUT formats, which can be adjusted in the Properties section. These settings control how date values are read and displayed. Date Component - Properties INPUT - This format should align with thFew readersNumber Component
The Number Component is designed to display and format numerical data, offering customization options such as adjusting decimal places and modifying thousands and decimal separators. It must be used for number functions and calculations to ensure the functions perform as expected and the numbers are rendered accurately. Number component - Properties Auto Increment Auto Increment option allows a uniqueFew readers