메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
Ahn9807 (토론 | 기여)님의 2025년 4월 11일 (금) 03:05 판

This widget allows you to embed PDF files on your wiki page.

Created by Wilhelm Bühler and adapted by Karsten Hoffmeyer.

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page 위젯:PDFViewer.

 <parameters>
   <param name="url" type="string" required="true" />
   <param name="width" type="string" default="100%" />
   <param name="height" type="string" default="700px" />
 </parameters>
 <html><![CDATA[
   <iframe
     src="https://mozilla.github.io/pdf.js/web/viewer.html?file={$url}"
     width="{$width}"
     height="{$height}"
     style="border: none;"
     allowfullscreen
   ></iframe>
 ]]></html>