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);