TCPDF 缩放和质量问题

发布于 2024-10-19 14:05:45 字数 88 浏览 1 评论 0原文

我正在从图像流生成 PDF,但实际图像的大小总是存在一些差异,并且图像也会缩小。

我正在使用 TCPDF 类,

请帮忙......

I am generating PDF from image stream but there is always a little difference in the size of actual image and the image scales down as well .

I am using TCPDF class for it

Please help....

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

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

发布评论

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

评论(1

谢绝鈎搭 2024-10-26 14:05:45

设置图像文档的分辨率为 72dpi,文档尺寸为 A4(或在 tcpdf 中设置的任何尺寸)。

然后,当您调用 $tcpdf->image('/path/to/image.ext') 时,图像应该具有正确的大小。

的方式思考 - 像素在 tcpdf 生成的 pdf 空间中没有多大用处。

Set up your image document at a resolution of 72dpi and the document size of A4 (or whatever size you set in tcpdf).

Then when you call $tcpdf->image('/path/to/image.ext') the image should be the correct size.

Think in points - pixels aren't much use in a tcpdf-generated pdf space.

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