- π©πͺ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 β .
Rather than making the module make all the decisions, it would be nice to have a way to intercept the PDF output before writing to disk so that our own custom modules can snatch it up and store it on a field on a node or whatever we want to do with it. Like comment #9 in
π¬
Allow to set whether to redirect on save
Closed: outdated
this could be possible by just returning return mpdf->Output($filename, 'S')
output.
I've got a patch that adds a harmless and ambiguously expandable $options array to the API.
Closed: outdated
2.6
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
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 β .