Hi.
I need to export selected rows to create a PDF file (or excell) to print labels for cargo boxes. I need to customize the table format like resize column weight and height, change the font, add two value in one cell. Are there any example to help me?
Or how can I use html export on selected rows?
1 Answers
Yes, best solution would be to use HTML to generate PDF.
This way you can customize it as you want.
Reder demos/export/export-pdf.html.php
Demo http://www.phpgrid.org/demo/demos/export/export-pdf-html.php
Code http://www.phpgrid.org/demo/demos/export/export-pdf-html.phps
Your Answer