(Added the brief usage notes from the MediaWiki wiki here) |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Extension infobox |
||
+ | | version = 2.0.2 |
||
+ | | author = {{*}}Alexia E. Smith |
||
+ | | link = [https://gitlab.com/hydrawiki/extensions/PDFEmbed GitLab] |
||
+ | | desc = Media handler extension for PDF files. |
||
+ | | gp =yes |
||
+ | | ucp = yes |
||
+ | }} |
||
'''PDFEmbed''' is an [[extension]] which allows PDF files (uploaded to your wiki) to be embedded into a wiki page using <code><nowiki><pdf></pdf></nowiki></code> tags. |
'''PDFEmbed''' is an [[extension]] which allows PDF files (uploaded to your wiki) to be embedded into a wiki page using <code><nowiki><pdf></pdf></nowiki></code> tags. |
||
Latest revision as of 19:08, 3 December 2020
PDFEmbed is an extension which allows PDF files (uploaded to your wiki) to be embedded into a wiki page using <pdf></pdf>
tags.
Usage Example
The PDF to be embedded must first be uploaded to the wiki through "Special:Upload". The namespace prefixed file name is then used between the tags to embed it in a page.
<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
External links