Extension:PDFEmbed/cs

Category:LGPL licensed extensions/cs
Příručka k rozšířením MediaWiki
PDFEmbed
Stav rozšíření: stabilníCategory:Stable extensions/cs
Implementace Značka Category:Tag extensions/cs, MédiaCategory:Media handling extensions/cs
Popis Umožňuje vkládat na stránku soubory PDF
Autoři Alexia E. Smith, Wolfgang Fahl, Mark A. Hershberger, Chris Koerner and Spas Z.Spasov (Alexia E. Smithdiskuse)
Nejnovější verze 3.0.1 (2023-01-24)
MediaWiki >= 1.40.0
PHP 7.3+
Změny v databázi Ne
Licence GNU Lesser General Public License 3.0
Stáhnout Category:Extensions in GitHub version control/cs
$wgPdfEmbed (width, height)
pdf
Čtvrtletní stahování 9 (Ranked 105th)
Category:All extensions/cs

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

  • Yes Dokončeno – Přejděte na stránku Special:Version vaší wiki a zkontrolujte, zda bylo rozšíření úspěšně nainstalováno.

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>

See also

Category:Document viewer extensions/cs Category:PDF extensions/cs
Category:All extensions/cs Category:Document viewer extensions/cs Category:Extensions in GitHub version control/cs Category:Extensions included in Fandom/cs Category:Extensions included in Miraheze/cs Category:Extensions included in MyWikis/cs Category:Extensions included in WikiForge/cs Category:Extensions included in wiki.gg/cs Category:Extensions which add rights/cs Category:LGPL licensed extensions/cs Category:Media handling extensions/cs Category:PDF extensions/cs Category:ParserFirstCallInit extensions/cs Category:Stable extensions/cs Category:Tag extensions/cs