I need your help in resolving a problem I have encountered while using Spire.Presentation package.
We are using Pro edition, order info is below.
The problem is – after converting a PPTX presentation to PDF, the images embedded into presentation come out in poor quality.
The code generating the PDF:
Spire.Presentation.Presentation ppt = new Spire.Presentation.Presentation();
ppt.LoadFromStream(presentationStream, FileFormat.Pptx2007);
ppt.SaveToFile(outStream, FileFormat.PDF);
I am getting the same result when reading from files not streams.
Please advise the resolution, it is important that the image quality is not lost during export to PDF .