Tiff images

Hi, I used the following code to save each slide into tiff images:

Slide sld = pres.GetSlideByPosition(++currPage);
//Get the image
Image img = sld.GetThumbnail(1.0, 1.0);
//Save the image as TIFF on disk
img.Save(targetTiffPath, ImageFormat.Tiff);

but I needed the result to be a little different. I would like to have this tiff to be compressed to ccit4 and have slides print the speaker notes or comments on the second half of the sheet. I’ve provide a sample pdf to show you what the output is like but I needed in tiff format. The Apose.word and Aspose.cell both have this feature. Since I can’t get the code for making that change myself from Aspose. Can you add these feature as an api please? Thank you.

Hi,

I regret to share with you that the tiff image generates only the slides images in Aspose.Slides for .NET. Unlike as in Aspose.Words and Aspose.Cells, the slide or speaker notes are not part and parcel of the generated TIFF image using Aspose.Slides for .NET. I am afraid, I cannot see the shared PDF file as well. Can you please verify on your end?

We are sorry for your inconvenience,

Sorry, i forgot to attach the pdf file. Can you add saving as tiff with compression as part of the aspose slide api? this is very useful.