Is there a way to convert pptx to an image? My aim is to finally generate an PDF file. I try with Aspose but there are some issue. With Apache POI, it don't support PPTX. Any other idea?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There is a Note : I've not tested it |
|||||
|
|
You may be able to write a small native library that Java calls to do the operation. I'm pretty sure you can use a .NET language or C++ to connect to powerpoint and have it "print" to either PDF or some other usable format. Here is a small sample application which does some automation. |
|||
|