LaravelDaily / laravel-invoices

Laravel package to generate PDF invoices from various customizable parameters
GNU General Public License v3.0
1.35k stars 297 forks source link

Add an option to Use mPDF instead of DomPDF only #162

Closed anahdi closed 2 years ago

anahdi commented 2 years ago

Hi

I would like to know if it is possible to Add an option to Use mPDF instead of DomPDF only . https://github.com/mpdf/mpdf

Thank you

mc0de commented 2 years ago

Probably it is possible by overriding render() method, but I'm not sure what other changes you might need.

anahdi commented 2 years ago

Thank you @mc0de

mPDF support RTL . Dose this mean overriding render() method to mPDF will make laravel Invoices support Arabic invoices ?

Thank you