Hi,
I created a PowerPoint presentation (.pptx) and added an image to its slide. Later added some shape effects (like 3D rotation and glow) to that image. Afterwards, I used Presentation Save API to render this sample presentation in PDF format. I am not seeing these effects being applied to this image in PDF file.
The sample presentation and PDF file is attached with this post for your reference.
I am also attaching the snapshot which illustrates this issue.
Slide 5 has this problem.
The code used is given below:
public void test_pdf() {
Presentation pres =new Presentation(“Sample.pptx”)
pres.save(“test.pdf”, SaveFormat.Pdf);
}
Please look into this issue.
Thanks
Manisha
Hi Manisha,