Extension:PDF Creator/it
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
Stato della release: stabile |
|
|---|---|
| Descrizione | Creates PDF files from wiki pages |
| Autore(i) | Hallo Welt! GmbH |
| Mantenuta da | Hallo Welt! GmbH |
| Versione | 5.0 |
| Politica di compatibilità | Per ogni versione di MediaWiki LTS (supporto a lungo termine) c'è un branch corrispondente nell'estensione |
| MediaWiki | 1.43 (LTS) |
| Modifiche al Database | Sì |
|
|
| Licence | GNU General Public License 3.0 only |
| Scaricare | |
| Traduci l'estensione PDF Creator se è disponibile su translatewiki.net | |
PDF Creator allows users to export wiki content to professionally styled PDF documents.
It supports both individual pages and multi-page exports (books).
Utilizzo / funzionalità
- Pages can be exported individually or together with subpages or linked pages.
- Users can choose between different templates for their PDF layout (with or without cover sheets).
- PDF export is available directly from the page tools menu via an intuitive export dialog.
- ContentDroplets allow users to add quick-export links or previews directly on a page.
- Templates are customizable, including headers, footers, styles, and metadata.
-
Template "StandardPDF" layout definition page
-
"Edit" dialog for the header section
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-PDFCreator
.git) as a "vcs repository" and the package name (mediawiki/PDFCreator) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-PDFCreator .git" } ], "require": { "mediawiki/PDFCreator": "PDFCreator" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'PDFCreator' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Categories:
- Stable extensions/it
- Extensions with invalid or missing type/it
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/it
- ContentHandlerDefaultModelFor extensions/it
- LoadExtensionSchemaUpdates extensions/it
- MWStakeCommonUIRegisterSkinSlotComponents extensions/it
- MWStakeGenericTagHandlerInitTags extensions/it
- MediaWikiServices extensions/it
- ParserFirstCallInit extensions/it
- SkinTemplateNavigation::Universal extensions/it
- GPL licensed extensions/it
- Extensions in Wikimedia version control/it
- All extensions/it
- Extensions by HalloWelt/it
- BlueSpice/it

