Hello,
I am creating an application that is able to preview PowerPoint Files, to simplify the preview process, is it possible to only generate 1 image file when rendering a PowerPoint to image. I am rendering to JPG in this application and my application used .NET.
Thank you
@rhuebnerNNI
While you can effectively generate an image file for the first slide by specifying 1
as the page number (refer to the Render specific pages documentation for a code example), unfortunately, combining all slides into a single image directly within is not supported.
Thank you for the quick reply, I will go ahead and manually combine the images via System.Drawing.