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、ページごとにすべての人の動的な給与明細を生成するために使用しています。3を使用してページごとに給与明細を生成したいのですがTCPDF、PHP助けてください。
TCPDF
3
PHP
ループに追加する必要があります。
for($x=0; $x<count($records); $x++ ) { if( mod(x,3) == 0 ) pdf->addPage(); //--- do pdf stuff }