Check documentation for the latest version of dhtmlxSuite toPDF DHTMLX Docs

toPDF

exports data from dhtmxlGrid to a PDF document

void toPDF(string path);
pathstringthe path to the generate.php file resided in the Export package

Available only in PRO Edition

Example

mygrid.toPDF('codebase/grid-pdf-php/generate.php');

Back to top