PDFEmbed

From OPENRESEARCH mk copy Wiki
Jump to navigation Jump to search

Extension

Template:Extension

Freitext

git clone https://github.com/WolfgangFahl/PDFEmbed

# LocalSettings.php
wfLoadExtension('PDFEmbed');
//Allow user the usage of the pdf tag
$wgGroupPermissions['*']['embed_pdf'] = true;