Difference between revisions of "PDFEmbed"

From Openresearch
Jump to: navigation, search
(pushed from media by wikipush)
(No difference)

Revision as of 12:33, 12 December 2020

Extension

Extension
File:Edit-Icon.pngedit
name  PDFEmbed
url  https://github.com/WolfgangFahl/PDFEmbed
purpose  Display PDF content inline
since  
wiki  

Freitext

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

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