Extension:PDFEmbed/pl
![]() Status wydania: stabilne |
|
---|---|
Realizacja | Znaczniki , Media |
Opis | Allows to embed PDF files into a page |
Autor(zy) | Alexia E. Smith, Wolfgang Fahl, Mark A. Hershberger, Chris Koerner and Spas Z.Spasov (Alexia E. Smithdyskusja) |
Ostatnia wersja | 3.0.1 (2023-01-24) |
MediaWiki | 1.35.x - 1.38.x (1.30+ only works on some browsers) |
PHP | 7.3+ |
Zmiany w bazie danych | Nie |
Composer | mwstake/mediawiki-pdfembed |
Licencja | GNU Lesser General Public License 3.0 |
Pobieranie | GitHub: Uwaga: |
$wgPdfEmbed (width, height) |
|
pdf |
|
embed_pdf |
|
Quarterly downloads | 6 (Ranked 154th) |
The PDFEmbed extension allows PDF files (uploaded to your wiki) to be embedded into a wiki page using <pdf></pdf>
tags.
The PDF file extension is automatically added and necessarily default permissions are configured.
Future functionality will allow this extension to act as a media handler for PDF files.
Installation
- Download i umieść plik(i) w katalogu o nazwie
PDFEmbed
w swoim kataloguextensions/
. - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'PDFEmbed' );
- Configure at your convenience
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Configuration
If the default configuration needs to be altered add these settings to the "LocalSettings.php" file below the require:
// Default width for the PDF object container.
$wgPdfEmbed['width'] = 800;
// Default height for the PDF object container.
$wgPdfEmbed['height'] = 1090;
//Allow user the usage of the pdf tag
$wgGroupPermissions['*']['embed_pdf'] = true;
Usage Example
The PDF to be embedded must first be uploaded to the wiki through "Special:Upload".
<pdf>File:Example.pdf</pdf>
With optional width and height.
<pdf width="500" height="300">File:Example.pdf</pdf>
Scroll to page 10 after document is rendered.
<pdf page="10">File:Example.pdf</pdf>
Filing issues
As of 2020-10 there are two repositories for this extension. The original gitlab one at https://gitlab.com/hydrawiki/extensions/PDFEmbed and a "pseudo fork" at https://github.com/WolfgangFahl/PDFEmbed. For current issues, please use https://github.com/WolfgangFahl/PDFEmbed/issues.
Zobacz też
![]() | To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |
- Stable extensions/pl
- Tag extensions/pl
- Media handling extensions/pl
- Extensions supporting Composer/pl
- LGPL licensed extensions/pl
- Extensions in GitHub version control/pl
- Extensions which add rights/pl
- ParserFirstCallInit extensions/pl
- All extensions/pl
- Extensions included in Fandom/pl
- Extensions included in Miraheze/pl
- Extensions included in MyWikis/pl
- Extensions included in wiki.gg/pl
- Extensions included in WikiForge/pl
- Extensions included in WikiTide/pl
- Document viewer extensions/pl
- PDF extensions/pl