Demo project for online stream #28 about using generating PDF reports with Java.
To get a link to online stream on YouTube please do the following:
- 💰 Make any donation to support my volunteering initiative to help Ukrainian Armed Forces by means described on my website
- 📧 Write me an email indicating donation amount and time
- 📺 I will reply with the link to the stream on YouTube.
Thank you in advance for your support! Слава Україні! 🇺🇦
Please, compile and run the demo project. You can use provided gradle script:
./gradlew bootRun
After that click on one of the following URLs to get a report:
- In PDF: http://localhost:8080/report or http://localhost:8080/report?type=PDF
- In JPG: http://localhost:8080/report?type=JPG
- In DOCX: http://localhost:8080/report?type=DOCX
For further reference, please consider the following sections:
- DynamicReports Library Documentation
- DynamicReports Library GitHub
- Spring Boot Gradle Plugin Reference Guide
- Spring Web
The following guides illustrate how to use some features concretely: