TPDF 转到页面
这是一种我可以在多次调用 addPage 后返回到上一页的方法,因为当我调用 write 时,它将它添加到当前页面,我需要它在第一页上写入。我已经浏览了它的文档,但似乎找不到任何东西?
顺便说一句,我正在 php 创建我的 pdf
谢谢
Is their a way that I can go back to a previous page after calling addPage more than once because when I call write it adds it to the current page where I need it to write on the first page. I have been through its documentation and cannot seem to find anything?
By the way I am creating my pdf in php
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用以下代码解决了这个问题,
This was solved using the following code,
你必须改变你的程序逻辑。
You have to change your program logic.