Hello there,
I am new to Grocery CRUD and I was just wondering how can I email a table as a pdf from view?
Thank you
Adriana
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 13 February 2015 - 00:38 AM
Hello there,
I am new to Grocery CRUD and I was just wondering how can I email a table as a pdf from view?
Thank you
Adriana
Posted 13 February 2015 - 02:18 AM
well.. u need to use some pdf generator like dompdf to generate the output for the same...
generate a temporary pdf file.. and add it as an attachment and send it as a mailer to whereveryou want to. This is more of CI side of coding rather then GC Side of coding.