PPT Exporter for JAVA

Can I convert my PDF file to PPT using the API provided?

I am murging some exported PDF files from Jasper Report and adding externals predefined PDF files.

Now, i want my PPT to be same as my PDF. Can i add slides from external PDF file using any of API Provided by you? If yes which one?


This message was posted using Page2Forum from PPT and PPS Export - Aspose.Slides for JasperReports

Hello,

You can use Aspose.Slides for JasperReports to export data directly to a PowerPoint presentation from JasperReports. Also with Aspose.Slides for Java (or for .NET) it’s possible to add new slides to the created presentations.

The only problem is how to add existing PDF files to a PowerPoint presentation. I see only 2 ways.
1. Create external predefined PPT files manually and add slides from them to a presentation using Aspose.Slides for Java/.NET.
2. Use some third-party tool and convert PDF pages to images. Later you can insert these images to presentation slides again with Aspose.Slides for Java/.NET.

Hi Alcrus;

Thanks for reply.

According to you; I won't be able to convert PDF file to PPT. Isn't it?

Not even by reading single page from PDF file and adding them to PPT?

Is there any other product provided by ASPOSE to convert PDF to PPT?

Hi,

Aspose provides Aspose.Slides to work with PPT / PPTX and the only possible way to use PDF with PPT has already been provided by Mr. Alexey.