Direct Image Conversion

Hi,

I am currently using Aspose.Pdf.Kit for converting pdf documents to images.

I am using stream for retrieving image from pdfconverter, inside Thread.

Stream is not a thread safe one, so that not able to retrieve image across threads.

So that I need function to retrieve image directly instead Stream from pdfconverter.

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

For example in Aspose.Slides( PowerPoint):

Bitmap Img = null;

Presentation presentation = new Presentation(“C:\test.ppt”);

Img = new Bitmap(presentation.Slides[index].GetThumbnail(1f, 1f));

Thanks,

Sarath

Hello Sarath,

I am afraid the requested feature is currently not supported but for the sake of implementation, I have logged this requirement in our issue tracking system under New Features list as PDFKITNET-27928. We will further investigate this requirement in details and will keep you updated on the status of a correction.

Please be patient and spare us little time. We apologize for your inconvenience.