1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/dw2pdf
Daniel Baumann 8e32b01eb0
Adding dw2pdf version 2023-11-25 (48253f1).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 19:33:13 +01:00
..
.github/workflows Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
_test Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
conf Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
lang Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
syntax Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
tpl/default Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
vendor Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
.gitignore Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
action.php Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
composer.json Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
composer.lock Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
deleted.files Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
DokuImageProcessorDecorator.php Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
DokuPDF.class.php Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
file-pdf.svg Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
MenuItem.php Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
pagetools-pdfexport-sprite.png Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
plugin.info.txt Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
README Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
renderer.php Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00
style.css Adding dw2pdf version 2023-11-25 (48253f1). 2025-03-24 19:33:13 +01:00

dw2pdf Plugin for DokuWiki

Export DokuWiki pages to PDF

All documentation for this plugin can be found at
http://www.dokuwiki.org/plugin:dw2pdf

If you install this plugin manually, make sure it is installed in
lib/plugins/dw2pdf/ - if the folder is called different it
will not work!

Please refer to http://www.dokuwiki.org/plugins for additional info
on how to install plugins in DokuWiki.

----

Notes on updating the mpdf library. The library is installed by composer
but results are checked into the plugin repository. Similar to what we do
in DokuWiki core. Because mpdf has some dependencies that are already
satisfied in DokuWiki core, they do not need to be installed by the plugin
again. To do so we declare them as replaced in the composer.json. The
.gitignore is used to skip checking in unneeded library files like examples
etc.

Updating should be done via composer update --no-dev --prefer-dist

----
Copyright (C) Andreas Gohr <gohr@cosmocode.de>,
              Luigi Micco <l.micco@tiscali.it>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

See the COPYING file in your DokuWiki folder for details