Quarkus Export data to PDF example
Hello everyone, today we will learn how to export and download the data as a PDF file in a Quarkus project. PDF stands for the Portable Document Format , used to exhibit documents in an electronic form independent of the software, hardware, or operating system they are viewed on. Technologies used: Quarkus 2.2.3.final iText 5.0.6 H2DB Hibernate ORM panache Project Directory: Maven(pom.xml): A Project Object Model or POM is the fundamental unit of work in Maven. It is an XML file that contains information about the project and configuration details utilized by Maven to build the project. It contains default values for most projects. Some of the configurations that can be designated in the POM is the project dependencies, the plugins or goals that can be executed, the build profiles, and so on. Other information such as the project version, description, developers, mailing lists, and such can withal be designated. <?xml version = "1.0" ?> <project xsi:schemaLoc