[Java] How to generate a PDF from PPT (generated from Aspose.Slides for Java)

Hi,

how can I create a PDF from a PPT Document?

The PPT Docs are created with Aspose.Slides. We want to convert the PPTs to a Pdf as a 100% copy with Aspose.Pdf for Java.

Thanks in advance

Hi,

You can convert the slides in PPT file to images (http://www.aspose.com/documentation/file-format-components/aspose.slides-for-.net-and-java/creating-slide-thumbnail-image.html) and then use the images to create PDF (http://www.aspose.com/documentation/file-format-components/aspose.pdf-for-.net-and-java/com/aspose/pdf/elements/image.html).

Thanks.