Overview | |||
---|---|---|---|
Description: |
Allows importing office files as wikipages | ||
State: | stable | Dependency: | BlueSpice |
Developer: | Hallo Welt! GmbH | License: | GPL-3.0-only |
Type: | BlueSpice | Category: | Content Structuring |
Edition: | BlueSpice pro, BlueSpice farm, BlueSpice cloud | Version: | |
Features
The extension ImportOfficeFiles allows importing a Word document which will be converted to wiki pages.
- File can be converted to a single page or to a page with subpages.
- Image files are also imported
- Imported pages can be used as a page collection for creating a book
Maximum image width{{Bsvs|bsvFrom=5.1}}
The maximum image width for imported images is set to 700px by default.The server configuration for changing this value is:
$wgImportOfficeFilesWord2007ImageWidthThreshold = 700
Technical Information
Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.43.0
Integrates into
- ImportOfficeFiles
Special pages
Configuration
Name | Value |
---|---|
ImportOfficeFilesWord2007TagProcessorPipeline | array ( 0 => 'instr-text', 1 => 'drawing', 2 => 'tabulator', 3 => 'line-break', 4 => 'text', 5 => 'textrun', 6 => 'bookmarkStart', 7 => 'bookmarkEnd', 8 => 'hyperlink', 9 => 'paragraph', 10 => 'table', ) |
ImportOfficeFilesWord2007TagPropertyProcessorPipeline | array ( 0 => 'style', 1 => 'color', 2 => 'justify', 3 => 'highlight', 4 => 'shadow', 5 => 'verticalalign', 6 => 'italic', 7 => 'strikethrough', 8 => 'underline', 9 => 'bold', ) |
Hooks
- BeforePageDisplay
- BlueSpiceDiscoveryTemplateDataProviderAfterInit
- MWStakeRunJobsTriggerRegisterHandlers
- SkinTemplateNavigation::Universal
Composer requirements
all-packages | phpoffice/phpword
mwstake/mediawiki-component-processmanager |
---|