No edit summary |
|||
Line 1: | Line 1: | ||
[[Setup:Installation_Guide/Advanced/Maintenance_scripts|{{Icon|bi bi-arrow-right-circle|||}} all maintenance scripts]] | [[Setup:Installation_Guide/Advanced/Maintenance_scripts|{{Icon|bi bi-arrow-right-circle|||}} all maintenance scripts]] | ||
==Reference== | ==Reference== | ||
BlueSpice Extension: [[Reference:BlueSpiceUEModuleBookPDF| | BlueSpice Extension: [[Reference:BlueSpiceUEModuleBookPDF|BlueSpiceUEModuleBookPDF]] | ||
==Usage == | |||
To run the script, execute:<syntaxhighlight lang="text"> | |||
php {MW_ROOT}/extensions/BlueSpiceUEModuleBookPDF/maintenance/dumpPDF.php --file:<localpath> --limit:100 --mail:admin@mymail.com | |||
</syntaxhighlight> | |||
==Configuration== | |||
==Options== | |||
*<code>file:</code> Absolute path of the output pdf file | |||
*<code>limit:</code> Limit of pages for single pdf export. If more pages are in the namespace the pdf is split. | |||
*<code>verbose</code>: | |||
*<code>mail:</code> E-mail address for notification email | |||
= | You can see the list of possible options with descriptions by using the following command:<syntaxhighlight lang="text"> | ||
php {MW_ROOT}/extensions/BlueSpiceUEModuleBookPDF/maintenance/dumpPDF.php --help | |||
</syntaxhighlight> |
Revision as of 08:58, 19 July 2023
Reference
BlueSpice Extension: BlueSpiceUEModuleBookPDF
Usage
To run the script, execute:
php {MW_ROOT}/extensions/BlueSpiceUEModuleBookPDF/maintenance/dumpPDF.php --file:<localpath> --limit:100 --mail:admin@mymail.com
Configuration
Options
file:
Absolute path of the output pdf filelimit:
Limit of pages for single pdf export. If more pages are in the namespace the pdf is split.verbose
:mail:
E-mail address for notification email
You can see the list of possible options with descriptions by using the following command:
php {MW_ROOT}/extensions/BlueSpiceUEModuleBookPDF/maintenance/dumpPDF.php --help