EPUBをPDFに変換
電子書籍をPDFに変換します。ページを作るのは、選んだ用紙サイズです。
このツールはブラウザーの中だけで動きます。ファイルがアップロードされることはなく、そのことはブラウザーのネットワークタブでご自身で確認できます。 ご自分で確かめてください。ブラウザーのネットワークタブを開いて見てください。残りの作業回数を尋ねる小さなリクエストが1つだけ表示されます。ツール名とハッシュだけで、ファイルは決して含まれません。
このツールでできること
An EPUB has no pages. It is a zip of XHTML that a reader re-flows to whatever screen it is on, which is why the same book is 300 pages on a phone and 180 on a tablet. Converting one to PDF therefore means creating the pagination rather than reproducing it, and the page size you choose is not cosmetic - it decides what the book becomes. A5 is the default because it is close to a paperback; a novel set on A4 with normal margins gives lines long enough to be genuinely tiring to read.
Use it when the book has to go somewhere an EPUB cannot follow: a reader or a printer that only accepts PDF, a course pack that has to be handed round as a single file, or an annotation app that expects fixed pages to write on.
仕組み
- Drop the .epub onto this page. One book at a time, up to 200 MB.
- Choose the page size. A5 is the default and reads like a paperback; A4 and Letter suit printing; A3 and Legal are there for the unusual cases.
- Set the type size between 8 and 16 points. Together with the page size and margins, this is what fixes the page count.
- Leave chapter breaks on so each chapter starts on a fresh page, and bookmarks from headings on so the outline is built from the book's own headings.
- Press Convert. The PDF downloads on its own once the whole book has been laid out.
The page count is something you create, not something you discover. It is the product of the page size, the type size and the margins, so the same book comes out at very different lengths depending on what you pick. A5 at 11 pt is close to a printed paperback. A4 at 11 pt with normal margins produces long lines and fewer, denser pages, which is fine for reference and tiring for a novel. If the length matters, try one setting, look at the result, and adjust once.
Chapter breaks decide whether the book has structure or just flow. With them on, each chapter starts on a fresh page, which is what you want for anything being printed or bound. Turn them off and the chapters run continuously into one another - a shorter document with no half-empty pages, which suits reading on a screen where nobody is turning anything over.
A fixed-layout EPUB is outside what this conversion can do faithfully. The document model behind every conversion here describes flowing content - paragraphs, headings, lists, tables, images - and has no notion of absolute positioning, so a comic, a children's picture book or a magazine whose text is placed at particular coordinates will convert, but as flowing text rather than as the layout it was. A re-flowable EPUB, which is nearly all of them, converts as intended.
The book's own fonts are not used. Text is set in the embedded Noto set instead, subsetted to the characters the book actually contains. There is a wrinkle worth knowing: the layout asks for a serif, and there is no Noto Serif in that set, so with embedding on the serif borrows the sans faces. Turning embedding off gives you a real Times Roman at the cost of every character outside WinAnsi, which for a book with accented names is usually the worse trade.
DRM is a hard stop, and this tool does not attempt to get past it and will not. A book bought from a shop that applies DRM has its chapters encrypted with a key tied to the reader it was sold for: the container still parses, and the chapters come back empty. When that happens the tool says the book is DRM-protected rather than failing with a parse error that tells you nothing.
このツールにできないこと
- DRM-protected books cannot be converted. The container parses but the chapters are encrypted, and removing that protection is not something this tool does.
- Fixed-layout EPUBs lose their layout. Comics, picture books and magazines convert as flowing text, because the model behind every conversion here has no absolute positioning.
- Fonts the book ships are not used. Text is set in the embedded Noto faces, which do not cover Chinese, Japanese, Korean, Arabic or Indic scripts.
よくある質問
- 本が変換できません。DRMのせいですか?
- ほぼ間違いなくそうです。DRMで保護されたEPUBは正しいzipとして開きますが、章の中身は暗号化されているため、変換は読める内容を見つけられず、そのことをお伝えします。このツールはDRMを外しませんし、外すつもりもありません。ご自分で書いた本、保護なしで出版社から入手した本、DRMのない図書館の書き出しは、いずれも問題なく変換できます。
- PDFは何ページになりますか?
- それは完全にここでの選択次第です。EPUB自体はページ数を持っていないからです。用紙サイズ・文字の大きさ・余白の3つで決まります。目安として、A5の11ポイントは紙の文庫本に近く、同じ文字の大きさでA4にするとページ数はかなり減り、そのぶん1行が長くなります。
- どの用紙サイズを選べばいいですか?
- 読むためならA5です。紙でも画面でも、1行の長さが文庫本に近く、長く読むのが楽なのはその長さだからです。普通のコピー用紙に印刷したり、ほかの書類と一緒に綴じたりするならA4かレターです。大きい用紙ほど1行が長くなるので、その場合は文字も大きくしないと読むのが疲れます。
- 挿絵は引き継がれますか?
- 本に埋め込まれた画像は本文の流れの中に運ばれ、指定されたサイズで配置されます。途中で再エンコードはしません。本の中で何度も使われている画像も、PDFには1回だけ入るので、挿絵の多い本が必要以上に大きくなりません。例外は、固定レイアウトのページで特定の位置にあることが前提の図です。ここのレイアウトは流し込みだからです。
- 本はどこかにアップロードされますか?
- されません。EPUBの展開も、XHTMLの解析も、PDFの書き出しも、すべてブラウザーの中のWeb Workerで行われます。タイトルも含め、本に関する何一つ端末から出ません。このページが取りに行くのは、このサイト自身のオリジンにあるNotoのフォントだけで、一度キャッシュされれば接続がまったくなくても変換できます。