Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 TCPDF 生成长 PDF 文档。我想要的是创建这个文档的两个版本——一个包含所有页面,一个只有 5 页。但是当我调用 Output 时,整个文档都被破坏了,我无法再次调用 Output - 如何创建另一个文档?
已解决的问题 - 我已经制作了 Object 的实例
$short_pdf= clone $this;