Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

html to Pdf converting the checkbox not properly check

$
0
0
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");


Viewing all articles
Browse latest Browse all 3131

Trending Articles