dokuwiki-plugin-dw2pdf
dokuwiki-plugin-dw2pdf copied to clipboard
A fork of Luigi Micco's PDF export plugin for DokuWiki
This modification solves the problem faced by users who want to print a pdf using their own page order. A new sorting mode `indexmenu` has been added, which uses the...
Hello, whe trying to export table with utf-8 characters:  I get this as an result:  Is there any settings available for this plugin to set charset?
I have a namespace full of documents relating to business continuity. Struct data is associated with this name space with details such as owner, sponsor, last review date, next review...
On one of my namespaces I get the following error, seemingly while trying to parse an svg: ``` TypeError: Unsupported operand types: string * float /var/www/dokuwiki/lib/plugins/dw2pdf/vendor/mpdf/mpdf/src/Image/Svg.php(1477) #0 /var/www/dokuwiki/lib/plugins/dw2pdf/vendor/mpdf/mpdf/src/Image/Svg.php(3793): Mpdf\Image\Svg->svgStyle() #1...
Greetings, I've tried to make this work for hours to no avail. I am unable to locate what doesn't work In my custom template's style.css, I have added this: ```...
Hello, Here is a small patch that solves issue #245 by setting mPDF's `curlProxy` and `curlProxyAuth` configuration variables based on Dokuwiki's proxy configuration (if it is set). Kind regards, E.B.
Although the link do=export_pdf has a rel="nofollow" generated PDFs can be indexed. Sending the header noindex prevents this.
Please consider **support for PHP 8.2** by upgrading [mpdf/mpdf](https://github.com/splitbrain/dokuwiki-plugin-dw2pdf/blob/master/composer.lock#L10-L11) in `composer.lock` to v8.1.6+ as of 2023-03-23 or newer at your earliest deliberation. Your version is v8.0.17 as of 2022-01-20. Current...
For #269 .
In the past, it was possible to set the parameter "pagesize" to custom values. _Example:_ "`do=export_pdf&pagesize={216,303}`" But now, when processing the plugin, there comes an error message that the pagesize...