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.
我想在我的 PDF 中添加一个脚注,由 MPDF 从 html 创建。我没有找到任何功能或标签。我尝试将注释放在页脚中,按标签更改它,但这正在更改所有偶数/奇数页的页脚。也许有办法从下一页开始更改页脚?然后我会用我的注释文本更改页脚,然后立即将其更改为标准页脚。
$mpdf->SetFooter('{DATE d/m/Y }|{PAGENO}/{nb}|Sym Consultoria');