Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一组可以在我的机器上正常显示的 PDF。但是,他们使用我机器上安装的非标准字体。由于它们没有嵌入(根据pdffonts),它们不会显示在其他机器上。如何仅使用 linux 命令行工具嵌入此字体。
顺便说一句,在 Windows 下,可以按照此处的说明使用 Adobe Acrobat 。
试试这个:
gs -q -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite -sOutputFile=output.pdf input.pdf
这应该通过仔细阅读这些答案来解决: