Search code examples
phpfile-format

Is there a PHP script that can convert HTML table data to various formats?


Using PHP, I can convert MySQL data or static table data to csv, Excel, JSON, MySQL etc but is there a useful conversion script or tool that can convert table data into other formatted/styled formats such as PDF and/or JPG/PNG using the PHP GD Library or other?


Solution

  • I've used this before to turn a HTML table into a PDF. I generated the table from a MySQL query.