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 中嵌入字体。
那么不是那么简单-即不使用任何库/程序-> 只需直接编辑PDF,即blob/bytes。
我期待一些拼接等...
但能做到吗?感谢有用的指针。
PDF 中的字体很可能有自己的自定义编码,您必须对其进行分析和使用。甚至在此之前,PDF 是对象的数据转储,因此您需要能够将它们拆开并重建。所以它远非简单......