vssivaji
vssivaji

Reputation: 1

can i use docx4j concept for pptx to image fileconversion in java and Docx4j

I'm try to convert pptx into image files in java, but i couldn't achieve yet. but i found docx4j http://dev.plutext.org/svn/docx4j/trunk/docx4j/docs/Docx4j_GettingStarted.pdf and http://dev.plutext.org/blog/category/microsoft-word/, but i can't configure that.. anybody hav the experience of using Docx4j.. share your thoughts.. thanks in advance.

Upvotes: 0

Views: 1609

Answers (1)

Wivani
Wivani

Reputation: 2046

Perhaps taking the extra step of transforming the ppt(x) into a pdf and then creating images out of the pdf is an option. I'm positively sure you can find libraries to do that last part.

Another suggestion would be to save the pptx as ppt and have Apache POI convert the slides into images.

Cheers, Wim

Upvotes: 1

Related Questions