Difference between revisions of "PDFEmbed"
Jump to navigation
Jump to search
(pushed from media by wikipush) |
|||
Line 5: | Line 5: | ||
|url=https://github.com/WolfgangFahl/PDFEmbed | |url=https://github.com/WolfgangFahl/PDFEmbed | ||
|purpose=Display PDF content inline | |purpose=Display PDF content inline | ||
+ | |since=2013/09/25 | ||
+ | |wiki=OPEN RESEARCH | ||
|storemode=property | |storemode=property | ||
}} | }} |
Latest revision as of 12:54, 12 December 2020
Extension
Extension | |
---|---|
File:Edit-Icon.pngedit | |
name | PDFEmbed |
url | https://github.com/WolfgangFahl/PDFEmbed |
purpose | Display PDF content inline |
since | 2013/09/25 |
wiki | OPEN RESEARCH |
Freitext
git clone https://github.com/WolfgangFahl/PDFEmbed
# LocalSettings.php
wfLoadExtension('PDFEmbed');
//Allow user the usage of the pdf tag
$wgGroupPermissions['*']['embed_pdf'] = true;