Tried to convert the HTML file included here: test_aspose.zip (1.5 KB) using the following Java code:
public StreamingResponseBody asposePdf(@RequestParam(name="html") final String htmlInput) throws Exception {
fina…...Screen); final var document = new com.aspose.html.HTMLDocument(htmlInput...PdfDevice(pdfSaveOptions, out); document.renderTo(device); return streamResponse(out...