How to convert a PDF file to a PPT file using java?

I want to convert a pdf file to a ppt file in java.

Is there any third party library for this and how can I use it?

+7
source share
1 answer

You can use the Open-Office API .

I personally don’t like the API too much because of;

  • Bad layout between OpenOffice Writer and Word.
  • API complexity.

But this is possible using the API.

+1
source

All Articles