PDF to PPTX Converter
A simple Java program which takes a set of PDFs as input and converts them to PPTX format.
How to use?
- Ensure you have java and maven installed
- Run
mvn clean install
- In
/target
you will findpdf-to-pptx-converter.jar
- Move this wherever you would like.
- Along side this
jar
file, create 3 folders.input
output
andtemp
- Place all PDFs in the
input
folder - Run
java -jar pdf-to-pptx-converter.jar
- Once finished, all PDFs will be converted to powerpoints in the
output
folder