Checkbox getting unchecked when converted in unix/linux

HI Team,

I have a application which uses aspose word to convert docx to pdf.
When I am converting in windows checkbox remains checked in converted pdf.
However, when I deploy the application in unix/linux environment, conversion unchecks the checkbox in converted pdf.

PFA sample docx for testing.cross.zip (10.6 KB)

@yogeshkhandar,

Thanks for your inquiry. Please note that Aspose.Words requires TrueType fonts when rendering document to fixed-page formats (JPEG, PNG, PDF or XPS). You need to install fonts that are used in your document on the machine where you’re converting documents to PDF. Please refer to the following article:

How Aspose.Words Uses True Type Fonts