This API uses Java spring boot to convert PowerPoint to PDF
Language:Java 11
Framework:Spring Boot 2.7.7
Maven:3.8.3
Dependencies:
- Spring Web
- Thymeleaf
- Apache POI Common ( LINK ) ( DOC )
- Apache POI API Based On OPC and OOXML Schemas ( LINK ) ( DOC )
- IText Core ( LINK ) ( DOC )
mvn clean package
cd target
java -jar SpringBootPPTXToPDF-0.0.1-SNAPSHOT.jar| # | Path | caption |
|---|---|---|
| 1 | /SpringBootPPTXToPDF/pptx/toPDF | Conver pptx to pdf |
1. PPTX to PDF ( Code )
URL:( host ) /SpringBootPPTXToPDF/pptx/toPDF
Description:Conver pptx to pdf file
Request params:
FormData {
file: (pptx file binary)
}
Response Data:PDF Binary
PostMan Params Reference: