gpt4 book ai didi

c# - 转换为 pdf c# 时 word interop 嵌入字体

转载 作者:太空宇宙 更新时间:2023-11-03 15:25:13 30 4
gpt4 key购买 nike

我正在使用以下方法将 word 保存为 pdf:

private Microsoft.Office.Interop.Word.Application _wordApp;

_wordApp.ActiveDocument.EmbedTrueTypeFonts = true;
_wordApp.ActiveDocument.SaveAs2(MergedDocumentFullOutputPath, Microsoft.Office.Interop.Word.WdSaveFormat.wdFormatPDF);

我可以另存为 pdf,但很少有字体未嵌入。如果可能的话,我也想嵌入系统字体。

最佳答案

Word 2013-2016 不支持使用 Open Type Fonts (.otf) 或其他格式嵌入字体,仅完全支持使用 TrueType Fonts (.ttf)。

要解决此问题,您只需按照以下简单步骤操作即可:

  1. 使用转换器将字体转换为 .ttf。我用过这个网站 Online Font Converter .
  2. 安装转换后的文件。你会提示字体已经安装,选择"is"替换旧安装。
  3. 享受 :)

关于c# - 转换为 pdf c# 时 word interop 嵌入字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35630069/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com