An example project demonstrating how to use JPedal with the Spring Boot framework.
This project creates a microservice that converts PDF files into PNGs.
Launch the microservice:
./mvnw spring-boot:runSend a POST request with the desired PDF file, page number, and output file:
curl -X POST http://localhost:8080/pdf/convert -F file=@/Users/Shared/inputFile.pdf -F page=1 -o output.pngCopyright 2026 IDRsolutions