Hello,
The attached EPUB file fails to load and uses all memory under Aspose.PDF 20.7 using the following code
var epub = new Aspose.Pdf.Document("input.epub", new Aspose.Pdf.EpubLoadOptions()); // fails
epub.Save("output.pdf");
File: input.zip (624.1 KB)
Thanks