Hello, We are using Aspose.Words/Aspose.Cells,/Aspose.Slides with Aspose.Pdf to generate thumbnails of office documents.
What we want are not thumbnail images of all pages, but only the first page thumbnail of each document.
But, now, Aspose.Words.Save method saves all pages into PDF.
Then, we have our own program extracting the first page from the PDF and convert it to JPEG.
This algorythm takes so much time.
We want to make thumbnails for more than 1,000,000 doc files,
but it seems to take months, which is not acceptable at all.
I think , loading all pages, parsing allpages , and converting all pages is too much
for file thumbnail generation. (because we only need the first page)
So, When loading documents, I want to set the maximum page number,
so that only the first page is read ,parsed and converted. And this well
dramatically affect the speed of thumbnail generation .
Do you have any plans of enhancing Aspose products, so that it
supports such batch conversion of many files ?
Thank you.