A Font and Shadow Effect Are Not proper in PDF Output

Hi,

I’m evaluating aspose and I face an issue on conversion.

The converted PDF file don’t display the font and its shadow effect properly.
The font used is : HGP創英角ゴシックUB , and is available in the fonts folder.

The screenshots are included.

Thank you for the help.

Hi Anoop,

Please share your input presentation and font files
with us for further testing of the issue. Your shared zip file only contains
the PNG files.

Thanks & Regards,

Hi,

Please see the original file and font file

Hi Anoop.

Thank you for sharing the files.

I am able to reproduce the issue regarding the shadow effect and an issue has been registered in our issue tracking system with issue id: SLIDESJAVA-34369. You will be notified via this forum thread regarding updates against the reported issue.

However, I am unable to notice issue regarding the font using the following code.

String[] _fontDir = new String[] { "C:\\Data\\HGRSGU_2" };

//Load the custom font directory fonts
FontsLoader.loadExternalFonts(_fontDir);

//Do Some work and perform presentation/slides rendering
PresentationEx presentation = new PresentationEx("C:\\Data\\HGRSGU_2\\Smartdocs.pptx");
presentation.save("C:\\Data\\HGRSGU_2\\Smartdocs.pdf", SaveFormat.Pdf);

//Clear Font Cachce
FontsLoader.clearCache();

Please elaborate a little regarding the issue to further investigate it.

Thanks & Regards,

The issues you have found earlier (filed as SLIDESJAVA-34369) have been fixed in this update.