splitbrain / dokuwiki-plugin-dw2pdf

A fork of Luigi Micco's PDF export plugin for DokuWiki
http://www.dokuwiki.org/plugin:dw2pdf
55 stars 68 forks source link

PDF auto-print #354

Closed rclbrg closed 1 year ago

rclbrg commented 6 years ago

I suggest to add an optional javascript function to open the system print dialog after pdf export (Auto-print). This can be achieved by adding to action.php in line 465:

$mpdf->SetJS('this.print();');

It certainly makes sense to make this configurable.

Klap-in commented 1 year ago

We cannot add every detail. So I propose to not add this. Maybe we should think about having option to extend the settings of mpdf directly per pdf-template?