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:
- checkbox not rendered properly
- header missing
- 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