dear sir
I tried to convert html into pdf or docx format the checkboxes were not displayed properly actually there x mark is show instead of tick mark .
so please help me how it can resolve as soon as possible.
my code snippet show below:
LoadOptions options = new LoadOptions();
try {
Document doc = new Document(stream, options);
DocumentBuilder builder=new DocumentBuilder(doc);
doc.save("finalResult.pdf");