Text issue when converting PPT to PDF

Hi,

I am using the latest versions of aspose slides and aspose pdf. We got some text issues when converting from .ppt to PDF. The Adobe Reader says:

"Cannot extract the embedded font 'FAAABE+Verdana'. Some Characters may not display or print correctly"

When changing the font to Times New Roman, everything works ok. Is there a workaround for this? We can not change fonts in all our slides, or check the results, so we have to know that all converted ppt files is readable..

See attached .ppt slide.

Here is my code (VB):

Dim objStream As New System.IO.MemoryStream(fileData, True)

objStream.Position = 0

instream(docCount) = New System.IO.MemoryStream

Dim pptArray(docfilesize) As Byte

objStream.Read(pptArray, 0, docfilesize)

Dim pptStream As New System.IO.MemoryStream()

pptStream.Write(pptArray, 0, docfilesize)

pptStream.Position = 0

Dim ppt As Aspose.Slides.Presentation = New Aspose.Slides.Presentation(pptStream)

ppt.SaveToPdf(instream(docCount))

instream(docCount).Seek(0, IO.SeekOrigin.Begin)

---------------

Thanks!

Henning, Oslo

Hello,

If I’m not mistaken this problem was fixed some time ago.
Please try latest version of Aspose.Slides, you can download it from this thread.

Thank for your reply! I am using aspose.slides version 2.9.2.0, it was downloaded 11-11-2008. Please check the ppt file..

Regards,

Henning

Please download the Aspose.Slides for .NET 2.9.2.34977. Also see the attached pdf document generated by the above version.