使用 writeHTMLCell() 拉伸 pdf 中的图像
我正在使用 FPDI 库将 html 转换为 pdf。我需要将图像拉伸到比原始尺寸更大,在我看来它们不会变大一个像素。我可以将它们向下拉伸,但不能向上拉伸。
我正在使用 writeHTMLCell 函数并传递一个简单的信息:
<img src="image.jpg" width='500' height='500' />
我想我的问题是:这是该库的已知限制吗? PDF?或者我错过了一些明显的东西。这是一个项目,我被要求调试,并且是第一次使用这个库。
感谢大家。
I am using FPDI library to convert from html to pdf. I need to stretch images to bigger then original size and it seems to me they will not go a pixel bigger. I can stretch them down but not up.
I am using the function writeHTMLCell and passing it a simple:
<img src="image.jpg" width='500' height='500' />
I guess my question is: is this a known limitation of the library? PDF? Or am I missing something obvious. This is a project I am asked to debug and first time with this library.
Thanks to all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论