Title: Radeet pdf Embed
Author: A. H. M. Anawar Parvez
Published: <strong>2016년 9월 1일</strong>
Last modified: 2017년 2월 22일

---

플러그인 검색

![](https://ps.w.org/radeet-pdf-embed/assets/banner-772x250.png?rev=1488291)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/radeet-pdf-embed/assets/icon-128x128.png?rev=1488291)

# Radeet pdf Embed

 작성자: [A. H. M. Anawar Parvez](https://profiles.wordpress.org/parvezbrta/)

[다운로드](https://downloads.wordpress.org/plugin/radeet-pdf-embed.2.3.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/radeet-pdf-embed/#description)
 * [평가](https://ko.wordpress.org/plugins/radeet-pdf-embed/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/radeet-pdf-embed/#installation)
 * [개발](https://ko.wordpress.org/plugins/radeet-pdf-embed/#developers)

 [지원](https://wordpress.org/support/plugin/radeet-pdf-embed/)

## 설명

### Basic use

To embed a PDF you’ve uploaded to your WordPress site’s media
 library, simply put
the URL for the attachment page in your post on its own line. The PDF will be embedded
with the default settings at that location, as if it were using oEmbed.

#### Examples:

    ```
    report1.pdf에 액세스하려면 클릭하세요.
    ```

This doesn’t work for PDFs hosted on other websites, or if you
 need to change the
parameters.

### Using the `[pdf]` shorttag

If the PDF isn’t in your WordPress site’s media library, or if
 you want to customize
any parameters for the embed, then use the `[pdf]...[/pdf]` shorttag. Between the
tags, you’ll provide the URL for the PDF to embed. If the PDF is in your WordPress
site’s media library, you can either give the attachment page URL, or the URL to
the PDF file directly.

The `[pdf]` shorttag accepts several optional parameters:

 * `width` – sets the width of the frame the PDF is embedded in.
    By default, this
   is set to 100%.
 * `height` – sets the height of the frame the PDF is embedded
    in. By default, 
   this is unset.
 * `title` – sets the title of the PDF, for use in the fallback
    link text.

#### Examples:

    ```
    Post short URL: [pdf width="200px"]http://localhost/?p=9[/pdf]
    Attachment default URL: [pdf height="500em"]http://localhost/?attachment_id=9[/pdf]
    Attachment pretty URL: [pdf title="Report 1"]http://localhost/test/report1/[/pdf]
    Media direct URL: [pdf]http://localhost/wp-content/uploads/2013/11/report1.pdf[/pdf]
    ```

### Compatibility

The PDF should be embedded in the page, with the document scaled so it fills the

embed frame horizontally. Unfortunately, embedding PDFs is not well-supported.

#### Auto-loading embedded PDFs

Unlike with images, web browsers may not automatically download and display
 embedded
PDFs when the page is loaded. For security reasons, some users prefer not to allow
the PDF plugin to run unless they trust the website the PDF comes from. This generally
leaves a grey rectangle that the user may click on to allow the PDF to be downloaded
and displayed.

#### PDF open parameters

There is currently no way to customize the [PDF open parameters](http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf).

#### Chrome

The PDF should be scaled/zoomed within the embed frame so that the full
 horizontal
width of the paper fills the frame. This is [not supported in Chrome’s default PDF
viewer, so the document will probably be scaled to 100%, which may either mean the
document doesn’t fill the frame, or, more likely, the document is too wide for the
frame, and the right-hand side of the document is hidden.

#### Internet Explorer

Internet Explorer requires a PDF plugin to render embedded PDFs. Generally,
 that’s
Adobe Reader. Without such a plugin, the fallback download link will be used.

#### Mobile browsers

In particular, mobile browsers may show a grey box instead of the embedded PDF,

and will download the file when it is clicked. Other mobile browsers might embed
the PDF, but won’t allow it to scroll.

### Alternatives

Your best alternative is to **not** embed PDFs. PDFs are bad for many reasons:
 
not easily indexed by search engines, not easily accessible by readers who use assistive
technologies, poorly supported by web browsers (as seen above) and so on. They’re
just **bad** and you should avoid embedding PDFs if you can.

If you _really_ can’t, then you might consider using another solution like
 [http://pdfobject.com/](http://pdfobject.com/)
or [PDF.js](https://mozillalabs.com/en-US/pdfjs/).

## 설치

 1. Upload `radeet-pdf-embed.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the “Plugins” menu in the WordPress admin panel

## FAQ

Will you support the plugin?
 Yes, I will support the plugin.

## 후기

![](https://secure.gravatar.com/avatar/24febec8373c8aa415536902be37caa6a323d01afd81b3d9059a6eebd9915495?
s=60&d=retro&r=g)

### 󠀁[Easy to Use](https://wordpress.org/support/topic/easy-to-use-1291/)󠁿

 [A. H. M. Anawar Parvez](https://profiles.wordpress.org/parvezbrta/) 2017년 2월
22일

Easy to Use

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/radeet-pdf-embed/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ A. H. M. Anawar Parvez ](https://profiles.wordpress.org/parvezbrta/)

[자국어로 “Radeet pdf Embed”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/radeet-pdf-embed)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/radeet-pdf-embed/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/radeet-pdf-embed/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/radeet-pdf-embed/)을 [RSS](https://plugins.trac.wordpress.org/log/radeet-pdf-embed/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.0.7

 * Fix a couple corner cases – thanks AngelinaBelle!

#### 0.0.6

 * Set a default height of 500em

#### 0.0.5

 * Fix a simple programming error; thanks to firedog341 for the report

#### 0.0.4

 * By default, use a 100% width embed frame
 * Expanded readme

#### 0.0.3

 * Embed PDFs on attachment pages
 * Fix a spacing issue for PDFs with no title
 * Don’t use PDF open parameters for the fallback link

#### 0.0.2

 * Don’t embed non-PDFs from the media library

#### 0.0.1

 * Initial release

## 기초

 *  버전 **2.3.0**
 *  최근 업데이트: **9년 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 3.0.1 또는 그 이상 **
 *  다음까지 시험됨: **4.7.33**
 *  언어
 * [English (US)](https://wordpress.org/plugins/radeet-pdf-embed/)
 * 태그:
 * [embed](https://ko.wordpress.org/plugins/tags/embed/)[pdf](https://ko.wordpress.org/plugins/tags/pdf/)
 *  [고급 보기](https://ko.wordpress.org/plugins/radeet-pdf-embed/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/radeet-pdf-embed/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/radeet-pdf-embed/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/radeet-pdf-embed/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/radeet-pdf-embed/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/radeet-pdf-embed/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/radeet-pdf-embed/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/radeet-pdf-embed/reviews/)

## 기여자

 *   [ A. H. M. Anawar Parvez ](https://profiles.wordpress.org/parvezbrta/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/radeet-pdf-embed/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://www.radeet.com)