Aspose.PDF open postscript and save to PDF missing fonts

I am trying to test the Aspose functionality to generate PDF files from postscript files. I have managed to get the PDF file created but all text is missing. I am trying the create a PDF of s Solid Edge CAD drawing. The resulting PDF file is only missing font. I am using Aspose.PDF for .NET. The font that is missing is installed to the C:\Windows\Fonts folder. I have tried all the APIs that I can find to try to make sure the fonts are loaded for example:

Dim FontdataDir As String = “C:\Windows\Fonts”
Dim fs As Object = New Aspose.Pdf.Text.FolderFontSource(FontdataDir)
Aspose.Pdf.Text.FontRepository.Sources.Add(fs)
Aspose.Pdf.Text.FontRepository.LoadFonts()

if I use the API:
Dim oFont As Aspose.Pdf.Text.Font = Aspose.Pdf.Text.FontRepository.FindFont(“Solid Edge ANSI”)
Dim oIsEmbedded As Boolean = False
oIsEmbedded = oFont.IsEmbedded

The font in question seems to be found successfully. However, the resulting PDF does not display any of the fonts!

any help would be appreciated.

PS I work for Siemens. We trying to evaluate Aspose functionality for the purpose of replacing our current PDF generation functionality in Solid Edge.

@GChasteen

Thank you for contacting support.

Would you please share source and generated files along with the font files as a single ZIP directory. Also share the code which you are using for this conversion, so that we may try to reproduce and investigate it in our environment.