meeting-room-booking-system / mrbs-code

MRBS application code
Other
117 stars 58 forks source link

html table to pdf #1733

Open jberanek opened 8 years ago

jberanek commented 8 years ago

anyone here know how to convert the html report to pdf..

Reported by: sayadansystem

Original Ticket: mrbs/support-requests/1010

jberanek commented 8 years ago

It depends what you are trying to achieve. You could just open the CSV report in Excel and then save it as a PDF. Or you could use a PDF library and modify the report.php code so that it can output directly to PDF.

Original comment by: campbell-m

jberanek commented 8 years ago

can u point to me the PDF library so I can run output directly to PDF?

Original comment by: sayadansystem

jberanek commented 8 years ago

A search for "PHP PDF library" or "PHP PDF class" will reveal a few.

Original comment by: campbell-m