Extension:PDFEmbed/ru

Category:LGPL licensed extensions/ru
Справка по расширениям MediaWiki
PDFEmbed
Статус релиза: стабильноCategory:Stable extensions/ru
Реализация Тег Category:Tag extensions/ru, МедиафайлыCategory:Media handling extensions/ru
Описание Allows to embed PDF files into a page
Автор(ы) Alexia E. Smith, Wolfgang Fahl, Mark A. Hershberger, Chris Koerner and Spas Z.Spasov (Alexia E. Smithобсуждение)
Последняя версия 3.0.1 (2023-01-24)
MediaWiki >= 1.40.0
PHP 7.3+
Изменения в БД Нет
Лицензия GNU Lesser General Public License 3.0
Скачать Category:Extensions in GitHub version control/ru
$wgPdfEmbed (width, height)
pdf
Ежеквартальные загрузки 7 (Ranked 103rd)
Category:All extensions/ru

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.

Установка

  • Download и распакуйте файл(ы) в папку с названием PDFEmbed в вашей папке extensions/.
  • Добавьте следующий код в конце вашего файла LocalSettings.php :
    wfLoadExtension( 'PDFEmbed' );
    
  • Configure at your convenience
  • Yes Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.

Настройка

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;

Пример использования

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>

См. также

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