带有谷歌网络字体的 pdfkit

发布于 2024-12-02 19:50:19 字数 348 浏览 1 评论 0原文

我正在尝试从具有自定义 Google 网络字体

我似乎无法让自定义字体正常工作。
我正在使用 Rails 的默认 PDFKit 中间件,如此处所示。

有人可以向我展示一个 .html 文件以及使用 PDFKit 或 wkhtmltopdf 将其转换为 pdf 的(最好是 ruby​​)代码吗?转换后的 pdf 应该有漂亮的字体:)

I'm trying to create a pdf with PDFKit from a webpage with custom Google Web fonts.

I can't seem to get the custom fonts to work properly.
I'm using the default PDFKit middleware for Rails, as shown here.

Can someone please show me a .html file and the (preferably ruby) code that converts it to a pdf using PDFKit or just wkhtmltopdf. The converted pdf should have pretty fonts :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

余生再见 2024-12-09 19:50:19

我们刚刚在 wicked_pdf 上遇到了同样的问题,它也使用了 wkhtmltopdf。我们的解决方案是下载字体并将其安装在生成 pdf 的机器上。然后像使用其他系统字体一样使用这些字体。

We just had the same problem with wicked_pdf, which uses wkhtmltopdf, too. Our solution was to download the font and install them on the machines, which generate the pdfs. Then use the fonts like every other system font.

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