K (1 Version importiert) |
K (1 Version importiert) |
||
(13 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpiceUEModulePDF | ||
|desc = {{int:bs-uemodulepdf-desc | |||
{{ | }} | ||
}} | |||
{{ | ==License== | ||
{{ | {{AutoDocLicense | ||
| | |name = GPL-3.0-only | ||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.39.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 4.3 | |||
}} | |||
{{AutoDocVersion | |||
|name = BlueSpiceUniversalExport | |||
|version = 4.3 | |||
}} | |||
}} | |||
==IntegratesInto== | |||
{{AutoDocIntegratesInto | |||
|into = {{AutoDocListItem | |||
|item = BlueSpiceUEModulePDF | |||
}} | |||
{{AutoDocListItem | |||
|item = BlueSpiceUniversalExport | |||
}} | |||
}} | |||
==Permissions== | |||
{{AutoDocPermissions | |||
|permissions = {{AutoDocPermission | |||
|name = uemodulepdf-export | |||
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
|desc = | |desc = {{int:right-uemodulepdf-export | ||
}} | |||
{{ | }} | ||
| | {{AutoDocPermission | ||
|name = uemodulepdfrecursive-export | |||
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
|desc = | |desc = {{int:right-uemodulepdfrecursive-export | ||
}} | |||
{{ | }} | ||
| | {{AutoDocPermission | ||
|name = uemodulepdfsubpages-export | |||
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
|desc = | |desc = {{int:right-uemodulepdfsubpages-export | ||
}} | |||
{{ | }} | ||
}} | |||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = UEModulePDFAllowPartialExport | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModulePDFDefaultTemplate | |||
|value = <nowiki>'BlueSpice'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModulePDFExportDialogExcludeTemplates | |||
|value = <nowiki>array ( | |||
)</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModulePDFFileResolver | |||
|value = <nowiki>'standard-resolver'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModulePDFPdfServiceURL | |||
|value = <nowiki>'http://127.0.0.1:8080/BShtml2PDF'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModulePDFSuppressNS | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModulePDFTemplatePath | |||
|value = <nowiki>'extensions/BlueSpiceUEModulePDF/data/PDFTemplates'</nowiki> | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSMigrateSettingsFromDeviatingNames BSMigrateSettingsFromDeviatingNames] | |||
|callback = \BlueSpice\UEModulePDF\Hook\BSMigrateSettingsFromDeviatingNames\SkipServiceSettings::callback | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSUEModulePDFCreatePDFBeforeSend BSUEModulePDFCreatePDFBeforeSend] | |||
|callback = remove-temporary-files | |||
}} | |||
}} | |||
Aktuelle Version vom 10. Juli 2024, 14:52 Uhr
DescriptionMsg
Aktiviert MediaWiki zum Exportieren von Seiten in das PDF-Format
License
GPL v3
Requirements
- MediaWiki: 1.39.0
- BlueSpiceFoundation: 4.3
BlueSpiceUniversalExport: 4.3
IntegratesInto
- BlueSpiceUEModulePDF
- BlueSpiceUniversalExport
Permissions
Rechte
Name | Beschreibung | Rollen |
---|---|---|
uemodulepdf-export | Export einer Seite in PDF | reader |
uemodulepdfrecursive-export | Exportieren einer Seite einschließlich aller verlinkten Seiten als PDF-Datei | reader |
uemodulepdfsubpages-export | Eine Seite inklusive aller Unterseiten nach PDF exportieren | reader |
Config
Konfiguration
Name | Wert |
---|---|
UEModulePDFAllowPartialExport | false |
UEModulePDFDefaultTemplate | 'BlueSpice' |
UEModulePDFExportDialogExcludeTemplates | array ( ) |
UEModulePDFFileResolver | 'standard-resolver' |
UEModulePDFPdfServiceURL | 'http://127.0.0.1:8080/BShtml2PDF' |
UEModulePDFSuppressNS | false |
UEModulePDFTemplatePath | 'extensions/BlueSpiceUEModulePDF/data/PDFTemplates' |