Received an Exception Error on Ubuntu Linux

Here is our source code
image.png (93.1 KB)

image.jpg (116.6 KB)

When generate the file, we got this error
image.png (153.4 KB)

Can any expert help me identify why it is prompting an error on Linux? Thanks a lot !!

@syncreation
It looks like you are using the Aspose.Pdf library.
It uses GDI+, which is not supported in the new SDK on non-Windows systems. Use the Aspose.Pdf.Drawing library. To do this, you just need to change the links to the library used, the same API is used.

@syncreation
And you need to add fonts to the system.
forFontsInLinux.png (5.3 KB)