exports data to a PDF file
url | string | the url of a data export service |
dtable.exportToPDF();
You can write your own server-side solution PHP, JAVA, .NET (check here). In this case, export will look like:
dtable.exportToPDF("http://your-site.com/path/generate.php");
Back to top