TCPDF:一份 pdf 中的混合方向
一个 PDF 中是否可以混合方向。例如一些页面纵向和一些横向?或者可以旋转内容吗?我可以看到你可以在构造函数中设置整体方向,但没有看到任何东西。
多发性硬化症
Is it possible to have mixed orientation in one PDF. E.g. some pages portrait and some landscape? Or is it possible to rotate content? I can see that you can set the overall orientation can be set in the constructor, but didn't see anything.
MS
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
实际上非常简单,您只需添加页面即可:
It's actually pretty easy all yo have to do is when you add a page:
要旋转内容,您可以使用以下代码。
For rotating the content you can use the following code.