The HTML to PDF Extension for OutSystems provides a simple and effective way to convert HTML content into a PDF document using the iText library. This extension is useful for generating PDF reports, invoices, or any other documents that need to be created dynamically from HTML content within OutSystems applications.This library is optimized for high-performance server-side use, supporting asynchronous operations. It can generate PDF documents with over 250 pages in just a few seconds. In our demo application, we implemented dynamic table rendering to streamline content generation and significantly enhance scalability and performance.
In this revision, we have introduced the landscape orientation feature for PDF generation. A new input parameter, IsRotate, has been added to control the orientation—landscape if enabled, otherwise portrait by default.Additionally, we’ve included descriptions for all input and output parameters for better clarity.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)