我可以在 Java 1.4 Web 应用程序的客户端安装字体吗?

发布于 2024-10-04 03:37:06 字数 50 浏览 3 评论 0原文

我需要在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

太阳男子 2024-10-11 03:37:06

你不必这样做。将其安装在创建 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.

待天淡蓝洁白时 2024-10-11 03:37:06

生成嵌入字体的 PDF。然后它可以在任何地方显示,无需下载 PDF 本身以外的任何内容。

Generate the PDF with the font embedded. Then it can display anywhere without downloading anything other than the PDF itself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文