Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Fri May 02, 2014 4:03 pm

Hi,

I am having an issue converting PPTX to PDF.. Using the code below, the PPTX converts to PDF, but none of the images contained in the PPTX are carried over. Is there something else I need to do?

Code: Select all
Spire.Presentation.Presentation presentation = new Spire.Presentation.Presentation();         
presentation.LoadFromFile(origfilePath);
presentation.SaveToFile(savePath, Spire.Presentation.FileFormat.PDF);

chris.mitchell@foiaview.com
 
Posts: 1
Joined: Thu May 01, 2014 5:49 am

Mon May 05, 2014 2:13 am

Hello,

Sorry for late reply as weekend.
Sorry for inconvenience. Please provide us the document, which would be helpful to reproduce the issue and work out the solution for you ASAP.
Thanks,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Return to Spire.Presentation