For some simple PDF documents (perhaps invalid), when using BmpDevice.Process for a Page, the method call never returns.
using Aspose.Pdf.Document pdfDocument = new(inputFile);
using MemoryStream pdfMemo…...Process for a page, the method call never returns...bmpDevice.Process(pdfDocument.Pages[1], pdfMemoryStream); Bitmap...