Is there a way to convert PDF to PPT?

I want to include some html in a powerpoint file. Since pdf supports importing html and ppt does not, I was wondering if there was a way to convert a pdf file to powerpoint. That way I could import the html to pdf, the pdf to ppt, and then parse through the ppt file to get the paragraphs and shapes.

I don't want ot use OleObjects becuase of the Object Changed problem. I can't just put in a snapshot becuase the html is dynmaic. (If somoene can convert html to an image, that would be great, though). I'm also not sure how to make a macro that clicks on the OleObjects to update them automaticly.

This leaves the converision as the best solution.

Is there a way to do this? If so, how?

Hi,

Thank you for considering Aspose.

You can not directly convert PDF to PPT. However you can convert PDF to image using PDFConverter of Aspose.Pdf.Kit and then use the image with PPT.

Thanks.