I’m using the Syncfusion DocIO library to generate Word documents in the context of a .NET MAUI application. After generating the Word document, I convert it to a PDF. However, the fonts don’t render correctly in the PDF, and I’m unclear where Syncfusion retrieves the fonts used in the PDF conversion.
Does it pull fonts from the local system (e.g., the platform on which the MAUI app is running, such as Android, iOS, macOS, or Windows)?
To ensure the PDF report is generated consistently and identically across all platforms, I’d like to embed specific fonts directly into my project and reference them in the report generation class. How can I achieve this?