Does Aspose.PDF allow to save each document page as image on macOS/iOS/Android?

Hi,

Is there a possibility to save each page as image on such platforms like:

  • macOS (Xamarin.Mac),
  • iOS (Xamarin.iOS),
  • Android (Xamarin.Android) ?

Generally speaking, I need to have similar thing for such documents like:

  • Office documents (.doc, .docx, .potx, .pptx, .xls, .xlsx),
  • Wordpad document (.rtf),
  • Pdf documents (.pdf).

Using Aspose.Word I was able to save selected page (Xamarin.Mac):

var doc = new Aspose.Words.Document(filePath);
var layoutCollector = new LayoutCollector(doc);
doc.UpdatePageLayout();
var options = new ImageSaveOptions(SaveFormat.Jpeg);
options.PageIndex = 0;
var res = doc.Save(singlePageFilePath, options);

Is there similar solution for:

  • Aspose.PDF,
  • Aspose.Slides ?

@Lukas1982

We regret to inform you that Aspose.PDF does not support Xamarin Forms at the moment. A ticket as PDFNET-47525 has already been logged in our issue management system for the support request. Furthermore, we have logged a new ticket as well for your requirements under the ID PDFNET-49885. We will surely investigate the feasibility of this requirement and let you know as soon as the logged tickets are resolved. Please be patient and spare us some time.

We are sorry for the inconvenience.

PS: We are collecting details for Aspose.Slides and will share with you in a while.