Skip to content

idrsolutions/jpedal-springboot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages