My report looks like this
But is is not pretty.
How can I have a Wrap Text. But another problem is that with Wrap text I would need more width of the page.
Is it possible to increase the Width of the PDF Export
Regards.
1 Answers
The width of the columns in the pdf is based on the width of the column in the grid.
You can set width of individual column and it will be changed in pdf as well.
You can also decrease the font of the exported pdf.
Refer https://www.gridphp.com/demo/demos/export/export-pdf.phps, e.g. change 11 to 8px font
Line 63: $pdf->SetFont(‘cid0jp’, ”, 11);
Your Answer