Wonder PDF Embed

설명

Wonder PDF Embed

WonderPlugin PDF Embed is a plugin to embed and display PDF files on your WordPres website by using Mozilla’s PDF.js.

Features

  • Easy to use
  • Responsive PDF viewer
  • Using Mozilla’s PDF.js
  • Embed and display PDF files in WordPress posts or pages – click to see the online demo.
  • Works with the premium plugin Wonder Lightbox to open a PDF file in a lightbox popup
  • Works with the premium plugin Wonder Carousel to create a PDF carousel
  • Options to hide the download button, the print button and the text selection tool menu item in the PDF viewer toolbar. Please note: the options only use CSS and JavaScript code to hide the relative menu items/buttons in the PDF.js viewer toolbar. It’s NOT a DRM (Digital Rights Management) scheme to protect the PDF file. It does NOT stop experienced visitors from downloading, printing or copying text from the PDF file.

How to Use

You can use the following shortcode to embed a PDF file to WordPress posts or pages:

[wonderplugin_pdf src=”http://www.yourwordpresssite.com/yourdoc.pdf” width=”100%” height=”600px” style=”border:0;”]

PDF URL Requirements

  • The PDF file MUST be hosted on the SAME DOMAIN as the WordPress website.
  • The PDF URL MUST be an absolute URL, that’s, the URL must start with http:// or https://.
  • Make sure there are no special characters in the PDF URL, for example, apostrophes, double quotes, accented letters etc.
  • The PDF URL is defined with the src attribute.

Shortcode Attributes

  • You can use px or % for the width and height attributes, for example, 600px or 100%.
  • By using % for the width attribute, the PDF viewer will be responsive.
  • If you use 100% for the height attribute, make sure the container of the shortcode has a proper height value.
  • You can use the style attribute to define the CSS style of the PDF viewer which is an iframe.

For more information, please view the online tutorial: https://www.wonderplugin.com/wordpress-pdf-embed/#tutorial

Open a PDF file in a lightbox popup

Please view the online document: https://www.wonderplugin.com/wordpress-pdf-embed/#lightbox

Create a PDF carousel

Please view the online document: https://www.wonderplugin.com/wordpress-pdf-embed/#carousel

설치

Install the plugin in WordPress backend

  1. In WordPress backend, go to menu Plugins -> Add New
  2. Search Wonder PDF Embed
  3. Install the plugin

Install the plugin with downloaded plugin zip file

  1. In WordPress backend, go to menu Plugins -> Add New
  2. Click the link Upload Plugin
  3. Select the plugin zip file, then click Install Now

Uninstall the plugin

  1. In WordPress backend, go to menu Plugins -> Installed Plugins
  2. Deactivate the plugin
  3. After the plugin is deactivated, Delete the plugin

FAQ

Do the option “hide the download button”, “hide the print button” and “hide the text selection tool menu item” prevent people from downloading, printing or copying text from the PDF file?

No.

The options only use CSS and JavaScript code to hide the relative menu items/buttons in the PDF.js viewer toolbar. It’s NOT a DRM (Digital Rights Management) scheme to protect the PDF file. It does NOT stop experienced visitors from downloading, printing or copying text from the PDF file.

I received the error “An error occurred while loading the PDF” or “Missing PDF file”

Please check your PDF URL and make sure it complies with the following requirements:

  1. The PDF file MUST be hosted on the SAME DOMAIN as the WordPress website.
  2. The PDF URL MUST be an absolute URL, that’s, the URL must start with http:// or https://.
  3. Make sure there are no special characters in the PDF URL, for example, apostrophes, double quotes, accented letters etc.

후기

2024년 2월 22일
Took 3 hours to push it worked: if a file is not accessed it report it as corrupted 🙁
2022년 11월 30일
I needed a PDF viewer to work in a modal popup called with Ajax and this does the job! No JS errors like I had with EmbedPress, easy to use & fine with Ajax / Popup. Thank you very much!
2021년 3월 29일
This plugin is quite simple but complete and effective. We are delighted by the functionality of Wonder PDF Embed plugin and we are using it to share all our documents.
2020년 7월 21일
This plugin will be ideal for protecting vanilla (raw) PDF embedded on web pages that use a copy protection solution like the ArtistScope Site Protection System (ASPS). ASPS provides the most secure copy protection for all media displayed on web pages... except for PDF, because while PDF is unencrypted and normally opens using Adobe Reader resources, the embedded reader will always provide save, print and copy options in its toolbar. But with this plugin, those toolbar options can be removed, thus making it possible to copy protect PDF on ASPS web pages.
2019년 2월 6일
Пробовал много плагинов для просмотра PDF,этот самый удобный и быстый!
모든 13 평가 읽기

기여자 & 개발자

“Wonder PDF Embed”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Wonder PDF Embed”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.7

  • Support Google Analytics

2.6

  • Support page, zoom, pagemode URL parameters

2.5

  • Fix a bug on setting the default PDF link target

2.4

  • Add an option to specify the default PDF link target

2.3

  • Change the PDF.js 2.0.493 folder name to the default name pdfjs to fix the possible cache issue

2.2

  • Change PDF.js folder name to fix the cache issue after upgrading

2.1

  • Fix the cache issue after upgrading PDF.js

2.0

  • Add Mozilla PDF.js version 2.0.493 (dark theme toolbar) as an option

1.9

  • Update Mozilla PDF.js to the latest version 2.12.313
  • NOTICE: The latest Mozilla PDF.js changes the viewer toolbar from dark to light color theme!

1.8

  • Support loading cross-domain PDF files by configuring remote server CORS policy

1.7

  • Escape shortcode attributes

1.6

  • Add an option to hide the whole toolbar
  • Add an option to hide the Open File button in the toolbar
  • Add an option to disable right click on the PDF viewer

1.5

  • Add an option to hide the Document Properties menu item in the toolbar
  • Enable the Hand Tool option when the Text Selection Tool menu is hidden

1.4

  • Add an option to hide the Text Selection Tool menu item in the toolbar

1.3

  • Add information for the toolbar options

1.2

  • Add two options to hide the Download and the Print button in the toolbar

1.1

  • Update Mozilla PDF.js to the latest version 2.0.493

1.0

  • First version released