Title: PDF Gallery Viewer
Author: Sergio Comella
Published: <strong>2025년 4월 22일</strong>
Last modified: 2026년 1월 1일

---

플러그인 검색

![](https://ps.w.org/pdf-gallery-viewer/assets/banner-772x250.png?rev=3285215)

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

![](https://ps.w.org/pdf-gallery-viewer/assets/icon-128x128.png?rev=3285216)

# PDF Gallery Viewer

 작성자: [Sergio Comella](https://profiles.wordpress.org/panezio923/)

[다운로드](https://downloads.wordpress.org/plugin/pdf-gallery-viewer.1.6.3.zip)

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

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

## 설명

PDF Gallery Viewer allows you to easily embed PDF galleries with live previews. 
It uses PDF.js to render the first page of each PDF directly in the browser, without
relying on server-side libraries like Imagick. Each item includes a customizable
title and a “View” button that opens the PDF in a modal viewer.

The layout is responsive and adapts from a multi-column grid to a single-column 
stack on smaller screens.

**Key Features:**

 * Live thumbnail of first PDF page (via PDF.js)
 * Responsive layouts (Grid, List, or Slider)
 * Modal viewer with zoom, navigation, and download
 * Gutenberg block with layout selector and drag-and-drop file integration
 * Tooltip + truncation for long titles
 * Dynamic shortcode generation by category, tag, or post
 * Sorting UI (Title / Filename / Manual drag & drop)
 * Manual ordering with FIFO/LIFO behavior for newly added items

### Usage

Basic usage:

[pdf_gallery url=”https://example.com/doc.pdf” title=”Document Title”]

Multiple items in a container:

[pdf_gallery_container layout=”grid”]
 [pdf_gallery url=”…” title=”…”] [pdf_gallery
url=”…” title=”…”] [/pdf_gallery_container]

Sorting / ordering:

[pdf_gallery_container layout=”grid” order_by=”title” order=”asc” ui=”1″]
 … [/pdf_gallery_container]

Manual ordering (UI drag & drop) with FIFO/LIFO for newly added items:

[pdf_gallery_container id=”my-gallery” layout=”grid” order_by=”manual” manual_mode
=”fifo” ui=”1″]
 … [/pdf_gallery_container]

IMPORTANT: Manual ordering is managed by admins and saved server-side (post meta)
so the order is the same for all visitors.
 For reliable persistence, always set
a stable id=”…” on each container (the Gutenberg block does this automatically).

Dynamic by category:

[pdf_gallery_container category=”brochures” layout=”slider”]

## 스크린샷

 * [[
 * Responsive gallery grid layout
 * [[
 * Modal viewer with zoom and navigation controls
 * [[
 * Slider layout (Swiper.js)
 * [[
 * Gutenberg block editor
 * [[
 * Tooltip and truncated titles
 * [[

## 블록

이 플러그인은 1개의 블록을 제공합니다.

 *   PDF Gallery (Multiplo) Inserisci una galleria PDF con più documenti.

## 설치

 1. Upload the plugin to `/wp-content/plugins/pdf-gallery-viewer/`
 2. Activate it via the WordPress Plugins menu
 3. Use the `[pdf_gallery]` or `[pdf_gallery_container]` shortcodes in posts or pages

## FAQ

### Does this plugin require Imagick?

No. Previews are generated client-side using PDF.js.

### Will this work on mobile?

Yes, all layouts and the modal are responsive.

### Can I add multiple PDFs?

Yes, using either multiple shortcodes or the Gutenberg block.

## 후기

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

### 󠀁[Clean, lightweight, and works beautifully!](https://wordpress.org/support/topic/clean-lightweight-and-works-beautifully/)󠁿

 [manygold](https://profiles.wordpress.org/manygold/) 2025년 5월 2일

I’ve tried several PDF gallery plugins, but PDF Gallery Viewer stands out for its
simplicity and modern design. The real-time thumbnail previews using PDF.js are 
fast and accurate, and the Gutenberg block integration is seamless. I especially
love the layout options—grid, list, and slider—which make it super flexible for 
different use cases. No server-side dependencies, fully responsive, and easy to 
use.Highly recommended for anyone who wants a professional and efficient PDF gallery
on their WordPress site!

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

## 기여자 & 개발자

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

기여자

 *   [ Sergio Comella ](https://profiles.wordpress.org/panezio923/)

[자국어로 “PDF Gallery Viewer”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/pdf-gallery-viewer)

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

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

## 변경이력

#### 1.6.3

 * Fixed: disabled UI order controls

#### 1.6.2

 * Added filename visibility in Gutenberg block selection list
 * Added numeric ordering for PDFs (admin-defined, persistent)
 * Removed FIFO/LIFO ordering logic
 * Fixed manual ordering issues in block editor
 * Fixed frontend sorting UI buttons not working
 * Improved list view readability (title + actions layout)
 * General UI/UX refinements and accessibility improvements

#### 1.5.0

 * Added sorting UI (Title / Filename / Manual)
 * Added admin-managed manual ordering via drag & drop (saved server-side, same 
   order for everyone)
 * Added FIFO/LIFO option for newly added items when manual ordering is enabled

#### 1.3.0

 * Added dynamic gallery support by category, tag, and post ID
 * Added layout selector: Grid, List, Slider
 * Integrated Swiper.js for modern carousel layout
 * Added title truncation and tooltips
 * Improved shortcode output and styling

#### 1.2.1

 * Integrated Font Awesome for icons

#### 1.2.0

 * Removed Imagick dependency
 * Live thumbnail previews using PDF.js
 * Modal viewer with zoom, navigation, and download
 * Initial Gutenberg block with visual editing

#### 1.0.0

 * Initial release

## 기초

 *  버전 **1.6.3**
 *  최근 업데이트: **5개월 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **6.7.5**
 *  PHP 버전 ** 7.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/pdf-gallery-viewer/)
 * 태그:
 * [gallery](https://ko.wordpress.org/plugins/tags/gallery/)[javascript](https://ko.wordpress.org/plugins/tags/javascript/)
   [modal](https://ko.wordpress.org/plugins/tags/modal/)[pdf](https://ko.wordpress.org/plugins/tags/pdf/)
   [responsive](https://ko.wordpress.org/plugins/tags/responsive/)
 *  [고급 보기](https://ko.wordpress.org/plugins/pdf-gallery-viewer/advanced/)

## 평점

 별 5점 만점에 5점.

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

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

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

## 기여자

 *   [ Sergio Comella ](https://profiles.wordpress.org/panezio923/)

## 지원

지난 2개월 동안 해결된 문제:

     1 중 0

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