我可以在 Java 1.4 Web 应用程序的客户端安装字体吗?
我需要在 PDF 中创建的贴纸中使用自定义条形码字体。有没有办法将其安装到用户系统上?
I need to use a custom barcode font in a sticker I create in PDF. Is there a way to install it to a users system?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你不必这样做。将其安装在创建 PDF 的服务器端。客户将下载正确显示条形码的 PDF。
You don't have to. Install it on the server side where the PDF is being created. Client will download the PDF displaying correctly bar codes.
生成嵌入字体的 PDF。然后它可以在任何地方显示,无需下载 PDF 本身以外的任何内容。
Generate the PDF with the font embedded. Then it can display anywhere without downloading anything other than the PDF itself.