TCPDF 将文本环绕对象
简单的问题。假设我有一个充满文本的单元格,我想在中间有一个较小的单元格,其中包含一些相关信息。 TCPDF 中是否有功能或特性允许较大单元格中的文本干净地环绕较小的内部单元格中的文本?
Simple question. Let's say that I have a Cell full of text and I want to have a smaller Cell in the middle that has some related information in it. Is there function or feature in TCPDF that allows text in the bigger cell to wrap cleanly around the text in the smaller, inner cell?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下“新的不可写页区域”示例。
[PHP] - http://www.tcpdf.org/examples/example_064.phps
[PDF] - http://www.tcpdf.org/examples/example_064.pdf
它使用新的 setPageRegions() 函数。我最近在一个项目中使用了它。我在博客中介绍了效果动态 PDF – TCPDF setPageRegions() 函数 其中有结果的屏幕截图 - 非常酷!
希望有帮助。
乔什
take a look at the 'new no-write page regions' example.
[PHP] - http://www.tcpdf.org/examples/example_064.phps
[PDF] - http://www.tcpdf.org/examples/example_064.pdf
it uses the new setPageRegions() function. I used it for a project recently. I blogged about the effect Dynamic PDFs – TCPDF setPageRegions() Function which has a screen shot of the result - very cool!
Hope that helps.
Josh