We're sorry AsposeApp doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.app

How to make the picture clear?

SVG images become blurred after HtmlFragment is added to PDF. Is it to increase dPI? How to make the picture clear?pdf.png (22.2 KB)
http://apitest.canpoint.net/t/3/18.svg

String strSpanQues = "";
strSpanQues += "<img src='http://apitest.canpoint.net/t/3/18.svg' />";

HtmlFragment    text6 = new HtmlFragment(strSpanQues);
box.getParagraphs().add(text6);

This topic has been moved to the related forum: https://forum.aspose.com/t/how-to-make-the-picture-clear/243139