使用 DOMPDF 显示 PDF 中的特定页面
我正在使用 DOMPDF 从 PHP 生成 PDF 文件。效果非常好。
但现在,当我单击生成 PDF 的链接时,我希望它能将我带到 PDF 的第五页(如果该页上有内容)。有办法做到这一点吗?
I am using DOMPDF to generate a PDF file from PHP. It works very good.
But now when I click on the link that generates the PDF I want it to take me to the fifth page of the PDF (if there's content on that page). Is there a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据此页面,您可以使用函数
Cpdf.openHere
:According to the source code posted on this page, you can use the function
Cpdf.openHere
: