dokuwiki-plugin-dw2pdf
dokuwiki-plugin-dw2pdf copied to clipboard
A fork of Luigi Micco's PDF export plugin for DokuWiki
Hello, after I have installed dw2pdf I wanted to change the font size because the size is a little bit to large in my exported PDF Files. I tryed to...
I upgraded to Release 2022-07-31 “Igor” today. Then upgraded to PHP 8.1 and after reloading the page I got the following errors. Only after disabling the plugin, all the errors...
Chinese punctuation becomes an unrecognizable character(□) when it's in front of english character
Hi All, I ran into this problem when mixing english and chinese. For example, **。test** 。is the chinese period. The chinese period becomes an unrecognizable character □
I use a reverse-proxy to authenticate my users. In default export template, the URLs link to the private DNS name of the server. If there was an option that would...
Hello, I use the [xbr render plugin](https://www.dokuwiki.org/plugin:xbr) and the line breaks are not in the pdf export. Could support for this be integrated? I hacked something really dirty in action.php's...
See release https://github.com/mpdf/mpdf/releases/tag/v8.1.0
dokuwki proxy setting is not propagated into dw2pdf so it is impossible to set up proxy without modyfing php files manually
If there is only one title and 2 or 3 sub titles, then adding a toc is not really necessary. It would be nice to have a parameter that tells...
Hi, I experience issues with restrictions on open_basedir. The only allowed full path is the one in which the application resides. Example : `is_file(): open_basedir restriction in effect. File(/lib/styles/../images/error.png) is...
The only way I could get the PDF to be aligned properly to the right (for hebrew) was to add the following line in action.php: `$mpdf->SetDirectionality('rtl');` I added it right...