本文介绍了在 TCPDF 中,这个 getAliasNbPages 返回值 {:ptp:} 所以我怎样才能得到整数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在 TCPDF 中 vthis 函数显示值 {:ptp:} 那么我怎样才能得到整数.
In TCPDF vthis function show value {:ptp:} so How can i get interger.
所以请帮助我.我需要这个值,因为我需要应用一些条件.
So please help me. I need this value because i need apply some condition.
我有很多检查过的文档.但我找不到解决方案.
I have lot of checked documentation. But i can't found the solution.
推荐答案
你只能得到一个别名
,因为你直到文档结束才知道总页码.TCPDF 用正确的数字替换 $pdf->Output()
处的占位符别名.
You only can get an alias
because you not know the total page number until the end of the document. TCPDF replace the placeholder alias at $pdf->Output()
with the correct number.
这篇关于在 TCPDF 中,这个 getAliasNbPages 返回值 {:ptp:} 所以我怎样才能得到整数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!