Setup:Installation Guide/Advanced/Maintenance scripts/dumpPDF: Difference between revisions

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|BlueSpiceUEMoudleBookPDF]]
BlueSpice Extension: [[Reference:BlueSpiceUEModuleBookPDF|BlueSpiceUEModuleBookPDF]]


Script location: <code>extensions/BlueSpiceUEModuleBookPDF/maintenance/dumpPDF.php</code>
==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


==Usage==
==Configuration ==


==Options==
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 09:58, 19 July 2023

all maintenance scripts

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 file
  • limit: 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



To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions