Html to pdf - exception - “No html part found!”

i converted the below html to pdf files using below dependency
html-input-3.zip (16.9 KB)

<dependency>
            <groupId>com.aspose</groupId>
            <artifactId>aspose-html</artifactId>
            <version>25.5</version>
            <classifier>jdk21</classifier>
        </dependency>

the program threw below exception while handling all 3 files

No html part found!
class com.aspose.html.utils.ms.System.ApplicationException: No html part found!
com.aspose.html.utils.Ut.I(Unknown Source)
com.aspose.html.utils.Ut.<init>(Unknown Source)
com.aspose.html.rendering.MhtmlRenderer.a(Unknown Source)
com.aspose.html.rendering.MhtmlRenderer.render(Unknown Source)
com.aspose.html.rendering.MhtmlRenderer.render(Unknown Source)
com.aspose.html.utils.jY.a(Unknown Source)
com.aspose.html.utils.jY.b(Unknown Source)
com.aspose.html.utils.jY.b(Unknown Source)
com.aspose.html.converters.Converter.convertMHTML(Unknown Source)
org.epiqpoc.mainhtml.HtmlConverter.convert(HtmlConverter.java:78)
org.epiqpoc.common.Common.lambda$doNextStep$0(Common.java:86)
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
java.base/java.lang.Thread.run(Thread.java:1583)
	at com.aspose.html.utils.Ut.I(Unknown Source)
	at com.aspose.html.utils.Ut.<init>(Unknown Source)
	at com.aspose.html.rendering.MhtmlRenderer.a(Unknown Source)
	at com.aspose.html.rendering.MhtmlRenderer.render(Unknown Source)
	at com.aspose.html.rendering.MhtmlRenderer.render(Unknown Source)
	at com.aspose.html.utils.jY.a(Unknown Source)
	at com.aspose.html.utils.jY.b(Unknown Source)
	at com.aspose.html.utils.jY.b(Unknown Source)
	at com.aspose.html.converters.Converter.convertMHTML(Unknown Source)
	at org.epiqpoc.mainhtml.HtmlConverter.convert(HtmlConverter.java:78)
	at org.epiqpoc.common.Common.lambda$doNextStep$0(Common.java:86)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)

kindly help to fix this issue

@divine1

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): HTMLJAVA-2131

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

as per my exception logs, looks like i used com.aspose.html.converters.Converter.convertMHTML(Unknown Source)

i should have used Converter.convertHTML . when i use this i didnot face the reported exception.
i will create a new ticket if i face any other issue.

please close this ticket