hw>Mlink-rodrigue No edit summary |
m (1 revision imported) |
(No difference)
|
Revision as of 11:34, 20 December 2021
Extension: BlueSpiceUEModulePDF
Overview | |||
---|---|---|---|
Description: |
Enables MediaWiki to export pages into PDF format | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | GPL-3.0-only |
Type: | BlueSpice | Category: | Export |
Edition: | BlueSpice free, BlueSpice pro, BlueSpice Farm"BlueSpice Farm" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpice Cloud"BlueSpice Cloud" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property. | Version: | 4.1+ |
Features
BlueSpiceUEModulePDF enables the output of a wiki page as Adobe Portable Document Format (PDF).
The user chooses an export function in the widget bar:
- Single page
- Single page with linked pages
- Single page with subpages
Administrators can change the following setting in the Configuration manager, under Function>Export or Extension>BlueSpiceUEModulePDF. Here wiki administrators can configure:
- Hide namespace prefix in PDF: The namespace is not shown for page titles in the PDF.
The wiki page can be printed to PDF in landscape format by adding the following tag anywhere in source view:
<bs:ueparams template="BlueSpice_Landscape" />
Technical Information
This information applies to BlueSpice 4. Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.39.0
- BlueSpiceFoundation: 4.3
BlueSpiceUniversalExport: 4.3
Integrates into
- BlueSpiceUEModulePDF
- BlueSpiceUniversalExport
Special pages
Permissions
Name | Description | Role |
---|---|---|
uemodulepdf-export | Export a page to PDF | reader |
uemodulepdfrecursive-export | Export a page, including all linked pages, to PDF | reader |
uemodulepdfsubpages-export | Export a page, including all sub pages, to PDF | reader |
Configuration
Name | Value |
---|---|
UEModulePDFAllowPartialExport | false |
UEModulePDFDefaultTemplate | 'BlueSpice' |
UEModulePDFExportDialogExcludeTemplates | array ( ) |
UEModulePDFFileResolver | 'standard-resolver' |
UEModulePDFPdfServiceURL | 'http://127.0.0.1:8080/BShtml2PDF' |
UEModulePDFSuppressNS | false |
UEModulePDFTemplatePath | 'extensions/BlueSpiceUEModulePDF/data/PDFTemplates' |