带有谷歌网络字体的 pdfkit
我正在尝试从具有自定义 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们刚刚在 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.