Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPedal Spring Boot Example

An example project demonstrating how to use JPedal with the Spring Boot framework.

This project creates a microservice that converts PDF files into PNGs.

Get started

Launch the microservice:

./mvnw spring-boot:run

Send 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.png

Copyright 2026 IDRsolutions

About

An example project demonstrating how to use JPedal with the Spring Boot framework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages