본문으로 건너뛰기

PDF를 EPUB으로 변환

PDF를 화면에 맞게 다시 흐르는 전자책으로 바꿔요.

기기에서 처리됨

이 도구는 브라우저 안에서만 실행돼요. 파일은 절대 업로드되지 않으며, 브라우저의 네트워크 탭에서 직접 확인할 수 있어요. 직접 확인해 보세요. 브라우저의 네트워크 탭을 열어 두고 지켜보면, 남은 작업이 있는지 묻는 작은 요청 하나만 보여요. 도구 이름과 해시뿐이고, 파일은 절대 포함되지 않아요.

이 도구가 하는 일

The reason people want this is specific: a PDF on a phone or an e-reader is close to unreadable. The page is a fixed sheet of A4 and the screen is not, so you either zoom and pan or squint at six-point type. EPUB re-flows to whatever width it is given, and that single property is the whole value of the conversion. It also means the original pagination is discarded - the text is rebuilt as a stream of chapters, paragraphs, headings and lists, not as a copy of the printed page.

Use it for anything long that you intend to read rather than consult: a book or manual that only exists as a PDF, a lengthy report you want to get through on a commute, a thesis, a set of papers going onto a Kobo. It is the wrong tool for anything where the layout is the content - a form, a score, a plan.

작동 방식

  1. Drop the PDF onto this page. It is checked for a text layer, because there is nothing to re-flow in a scan.
  2. Choose where the chapters come from: bookmarks, detected headings, or page boundaries as a last resort.
  3. Fill in the title and author if the document's own metadata is wrong or missing - this is what an e-reader shows in its library.
  4. Under advanced options set the language if the document is not in the language of this page, and narrow the page range to skip front matter you do not want.
  5. Press Convert to EPUB, then send the file to your reader however you normally do.

Chapter detection is the feature, not a detail, because an e-book without chapter breaks is one long scroll with no table of contents and no way back to where you were. Bookmarks come first: a document's own outline is its author's statement of where the chapters are, and it beats any heuristic. Heading detection is the fallback, promoting short lines set in larger type. Page boundaries are the last resort - not really chapters at all, but at least somewhere to jump to.

Setting the language matters more than it looks. An EPUB carries a language tag, and readers use it to decide how to hyphenate and how a screen reader pronounces the text. Left on automatic, the tag follows the language of this page rather than the language of your document, which is a sensible default and the wrong answer if you are converting a Spanish book on an English interface.

Title and author are worth a moment even though they are optional. Left empty, they are taken from the PDF's own metadata, which is frequently the name of a template someone used in 2011 or the path of a Word file. That is what appears on your reader's shelf, next to a book with no cover.

Everything runs in your browser: the text extraction through PDF.js, the EPUB packaging through a ZIP writer in a Web Worker. No part of the book is uploaded, which is the honest answer to the question people ask about converters that handle copyrighted material.

이 도구가 할 수 없는 일

  • Pagination is discarded by design. Page numbers, running heads, footers and footnote positioning do not survive, because re-flowing text has no fixed pages to attach them to.
  • Pictures are not carried across. The EPUB is built from the document's text and structure only, so figures, diagrams and photographs are missing from the result.
  • A scan has no text layer and nothing to re-flow, so the conversion stops rather than producing an empty book. Run OCR PDF first.

자주 묻는 질문

PDF를 굳이 EPUB으로 바꾸는 이유가 뭔가요?
PDF는 페이지 크기가 고정되어 있지만 전자책 리더는 그렇지 않기 때문이에요. 6인치 화면에서 A4 페이지는 읽기엔 너무 작거나 담기엔 너무 넓어서, 책 내내 확대하고 밀며 보게 돼요. EPUB은 글을 다시 흘려 주고 글자 크기를 기기가 정하게 하는데, 긴 문서를 휴대폰에서 읽을 수 있게 만드는 것이 바로 그 점이에요.
장은 어떻게 나뉘나요?
북마크 개요가 있으면 거기서 가져와요. 그것이 문서 구조에 대한 저자 본인의 설명이니까요. 개요가 없으면 글자 크기로 제목을 감지해 대신 써요. 둘 다 없을 때 페이지 경계를 고르면 매 쪽에서 나눠요. 진짜 장은 아니지만 리더의 이동 기능이 쓸 거리는 생겨요.
삽화도 넘어오나요?
지금 버전에서는 아니에요. EPUB은 추출한 텍스트와 그 구조로만 쓰이기 때문에 그림과 도표, 사진은 남겨 둬요. 삽화가 있는 책이라면 실제로 아쉬운 부분이고, 다시 흐르는 것보다 이미지가 더 중요하다면 PDF를 HTML로 변환해 페이지 그림 방식으로 쓰는 쪽이 나아요.
킨들에서도 되나요?
네, Send to Kindle을 거치면 돼요. EPUB을 받아서 도착할 때 아마존 자체 형식으로 바꿔 주거든요. USB로 기기의 documents 폴더에 파일을 그대로 넣는 방법은 안 돼요. 킨들은 EPUB을 그대로 읽지 못하니까요. 코보와 포켓북, Apple Books, 대부분의 안드로이드 리더는 그대로 열어요.
변환하려면 책이 업로드되나요?
아니요. 텍스트 추출과 EPUB 포장 모두 브라우저에서 이뤄지니 문서에 대해 아무것도 전송되지 않아요. 사람들이 변환하는 파일은 대개 자기가 가진 책이고 남의 손에 넘기고 싶지 않은 것이라, 여기서는 짚어 둘 만해요. 연결을 꺼도 동작해요.

관련 도구