SVG images become blurred after HtmlFragment is added to PDF. Is it to increase dPI? How to make the picture clear?
http://apitest....net/t/3/18.svg
String strSpanQues = "";
strSpanQues += "<img src='http://apitest....net/t/3/18.svg' />";
HtmlFragment text6 = new HtmlFragment(strSpanQues);
box.getParagraphs().add(text6);
pdf.png (22.2 KB)