Support for creating a tiff with 2 slides per page using Aspose.Slides for .NET

pout.zip (1.5 MB)

I have a pptx that has in it’s print settings that it is set to print out “2 slides per page”. You can see that when you open it and go to file->print and under the settings header you see “2 slides per page”.

When I use Aspose.Slides .net 18.9.0.0 with
the code below to convert to tif, however, it only prints one slide per page.

Is there a way to get aspose to honor the print configuration?

using (Aspose.Slides.Presentation presentation = new Aspose.Slides.Presentation(“c:\dtemp\Issue5original.pptx”))
{
// Saving the presentation to TIFF document
presentation.Save(“c:\dtemp\pout.tif”, Aspose.Slides.Export.SaveFormat.Tiff);
}

@danwise,

I have observed your requirements and regret to share that there is no option to achieve your requirements right now. An issue with ID SLIDESNET-40733 has already been created in our issue tracking system to provide requested support. This thread has been linked with the issue so that you may be notified once the support will be available.

Oh Darn.

Well good to know so I don’t go chasing functionality that isn’t there

Thanks!