TCPDF
byを使用してクライアント アプリケーション用の pdf を生成していますcustomising footer
。footer
私のクライアントは、ページ番号とともに動的なデータを表示したいと考えています。私が直面している問題は、データが pdf の幅よりも長くなり、データが次の行に移動せず、一部のテキストが切り取られることです。
Can somebody suggest me solution by which I can shift some text to new line? similar to the one be do in HTML by adding <br>.
または
Is there a way by which the text moves to next line automatically when the length of the text in footer exceeds the pdf width?