Checkbox and header missing when converting to pdf on linux server

Hi Aspose Team,

I would like to convert word the attached word document to pdf document
Original.docx (122.2 KB)
but has some issues:

  1. checkbox not rendered properly
  2. header missing
  3. line missing.

Below is the before and after conversion
beforeAFter.JPG (272.0 KB)

aspose setup:

PackageReference Include=“Aspose.Words” Version=“24.3.0”
PackageReference Include=“Aspose.PDF.Drawing” Version=“24.3.0”

OS: Linux

below command has been executed as part of spinning up the container.
RUN apt-get install libfontconfig1
RUN apt-get update; apt-get install -y ttf-mscorefonts-installer fontconfig