java aspose slides 把ppt转换为pdf ,ppt中使用的鸿蒙字体 ,转换后的pdf字体变了,如果我坚持使用鸿蒙字体的话, 请问有办法处理吗?
@SalesDhorde,
感谢您提出这个问题。
如果在将PPT转换为PDF时发生了字体变化,那么这意味着操作系统中没有该字体。您需要将字体安装到操作系统中,或在转换之前进行如下下载:
FontsLoader.loadExternalFonts(new String[] { "path_to_fonts" });
Custom PowerPoint Font in Java|Aspose.Slides Documentation
FontsLoader | Aspose.Slides for Java API Reference
请问下:相同的电脑 pdf转图片为什么就没问题,字体没变呢?