Spring Boot Application with REST API to generate PDF
Description:
- Built a springboot application with REST API to generate PDF using Java Template Engine.
- The REST API will accept data and generate PDF based on the received data.
- Includes the ability to download the above-generated PDF.
- The Java Template Engine - ThymeLeaf or iText is used to generate the PDF
- The PDF is stored on the local storage which can be retrieved later.
- Added unit test case