PDF to HTML file size limit?

Hello,
We’re using Aspose.PDF for .Net in order to convert a single PDF file to multiple HTML pages.
When the PDF file is larger than 30MB, the conversion fails for us. In this case the file is 43MB and has 62 pages.
For reference, the content in the PDF file has one image per page and not so much text. Unfortunately, I can’t share the file due to copyright.

  1. Is there a size limit for PDF files when converting to multiple HTML pages?
  2. Is is possible to configure a size limit?

We’re using the following options:
HtmlSaveOptions options = new HtmlSaveOptions();
options.HtmlMarkupGenerationMode = HtmlSaveOptions.HtmlMarkupGenerationModes.WriteOnlyBodyContent;
options.SplitIntoPages = true;

This topic has been moved to the related forum: https://forum.aspose.com/t/pdf-to-html-file-size-limit/250073