Hi
As part of a trial project I have, I’m trying to convert PDF, Word, Excel and PPT files into images using Aspose.
My project is based on ASP.NET core 7 and Linux (Amazon Linux 2).
When trying to convert WORD and Ex…...= new Resolution(300); var renderer = new PngDevice(resolution);...var ms = new MemoryStream(); renderer.Process(pdfDoc.Pages[p], ms);...