- 🇩🇪Germany jan kellermann
Drupal 7 is end of live.
If you want to use PDF using mPDF → for your Drupal 10/11 please checkout new version 3.x → .
I don't mind having most of the module in English, but for my users I need to have the button "Generate pdf" to be translated in their respective language.
Please change line 29 of pdf_using_mpdf.module
'title' => 'Generate PDF',
to
'title' => t('Generate PDF'),
Thanks for your consideration.
Closed: outdated
2.6
User interface
Drupal 7 is end of live.
If you want to use PDF using mPDF → for your Drupal 10/11 please checkout new version 3.x → .