18550eeebSAndreas Gohrdw2pdf Plugin for DokuWiki 28550eeebSAndreas Gohr 38550eeebSAndreas GohrExport DokuWiki pages to PDF 48550eeebSAndreas Gohr 58550eeebSAndreas GohrAll documentation for this plugin can be found at 68550eeebSAndreas Gohrhttp://www.dokuwiki.org/plugin:dw2pdf 78550eeebSAndreas Gohr 88550eeebSAndreas GohrIf you install this plugin manually, make sure it is installed in 98550eeebSAndreas Gohrlib/plugins/dw2pdf/ - if the folder is called different it 108550eeebSAndreas Gohrwill not work! 118550eeebSAndreas Gohr 128550eeebSAndreas GohrPlease refer to http://www.dokuwiki.org/plugins for additional info 138550eeebSAndreas Gohron how to install plugins in DokuWiki. 148550eeebSAndreas Gohr 158550eeebSAndreas Gohr---- 16*7f027680SAndreas Gohr 17*7f027680SAndreas GohrNotes on updating the mpdf library. The library is installed by composer 18*7f027680SAndreas Gohrbut results are checked into the plugin repository. Similar to what we do 19*7f027680SAndreas Gohrin DokuWiki core. Because mpdf has some dependencies that are already 20*7f027680SAndreas Gohrsatisfied in DokuWiki core, they do not need to be installed by the plugin 21*7f027680SAndreas Gohragain. To do so we declare them as replaced in the composer.json. The 22*7f027680SAndreas Gohr.gitignore is used to skip checking in unneeded library files like examples 23*7f027680SAndreas Gohretc. 24*7f027680SAndreas Gohr 25*7f027680SAndreas GohrUpdating should be done via composer update --no-dev --prefer-dist 26*7f027680SAndreas Gohr 27*7f027680SAndreas Gohr---- 288550eeebSAndreas GohrCopyright (C) Andreas Gohr <gohr@cosmocode.de>, 298550eeebSAndreas Gohr Luigi Micco <l.micco@tiscali.it> 308550eeebSAndreas Gohr 318550eeebSAndreas GohrThis program is free software; you can redistribute it and/or modify 328550eeebSAndreas Gohrit under the terms of the GNU General Public License as published by 338550eeebSAndreas Gohrthe Free Software Foundation; version 2 of the License 348550eeebSAndreas Gohr 358550eeebSAndreas GohrThis program is distributed in the hope that it will be useful, 368550eeebSAndreas Gohrbut WITHOUT ANY WARRANTY; without even the implied warranty of 378550eeebSAndreas GohrMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 388550eeebSAndreas GohrGNU General Public License for more details. 398550eeebSAndreas Gohr 408550eeebSAndreas GohrSee the COPYING file in your DokuWiki folder for details 41