aspose-free-consulting / projects

The starting point for Aspose free consulting projects
5 stars 5 forks source link

the checkbox not been properly converted in the pdf file #353

Closed andrew97s closed 7 months ago

andrew97s commented 7 months ago

i'm using the aspose to convert a word file into a pdf file , find out the checkbox sympol not been converted properly ,it just vanished in the pdf file;

(below is original word file) image

(below is the converted pdf file , and the checkbox just vanished !) image

  1. platform: Debian 4.19.249-2 , jdk1.8
  2. aspose: com.aspose aspose-words 20.6 jdk17

the input word file: backup - 副本.docx

andrew97s commented 7 months ago

the aspose's maven dependency:

image

AlexNosk commented 7 months ago

@andrew97s Checkbox symbols in your document are represented by Wingdings and Wingding2 symbols. The problem on your side occurs because these fonts are not available in your environment. Here is PDF produced on my side with these fonts: out.pdf

andrew97s commented 7 months ago

thanks , i install the fonts , and it worked !