Hi I am generating a PDF document in Windows and ubuntu Server.
In windows the PDF generate with the correct letter type (windows.png) .
But in Ubuntu the PDF is generated with another letter type (linux.png).
The letter is Century Gothic. I have a folder in the projects where I have this letter.
I am saving the PDF Document in a stream ( pdfDocument.SaveToStream(stream, Spire.Pdf.FileFormat.PDF);)
I also have
<ItemGroup>
<RuntimeHostConfigurationOption Include="System.Drawing.EnableUnixSupport" Value="true" />
</ItemGroup>
How can I get the PDF generated in Ubuntu with the same letter than the PDF generated in Windows