From cca19ccf172c75eab8e7b7b981a79492ad50d594 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 29 Mar 2021 02:02:14 +0200 Subject: [PATCH] =?UTF-8?q?PDF=E2=86=92EPUB:=20Add=20link=20to=20=E2=80=9C?= =?UTF-8?q?EPUB=203=20rendering=20in=20EPUB=202=20reading=20systems?= =?UTF-8?q?=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/how-i-convert-pdfs-to-epub.adoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/posts/how-i-convert-pdfs-to-epub.adoc b/content/posts/how-i-convert-pdfs-to-epub.adoc index b3231bc..44648a4 100644 --- a/content/posts/how-i-convert-pdfs-to-epub.adoc +++ b/content/posts/how-i-convert-pdfs-to-epub.adoc @@ -24,6 +24,7 @@ toc: true :url-helicon-type: https://www.heliconbooks.com/?id=blog&postid=EPUB3Footnotes :url-epub-spec: https://www.w3.org/publishing/epub/epub-contentdocs.html :url-ap-semantics: https://www.accessiblepublishing.ca/epub-semantic-aria-roles/ +:url-epub3-rendering: http://idpf.org/forum/topic-623 :wp-pdf: https://en.wikipedia.org/wiki/PDF :wp-epub: https://en.wikipedia.org/wiki/EPUB :wp-xhtml: https://en.wikipedia.org/wiki/XHTML @@ -60,11 +61,11 @@ Calibre creates EPUB 2 books by default. Convert the book to EPUB 3footnote:[EPUB 3 introduces many accessibility features, see link:{url-ap-semantics}[AccessiblePublishing: EPUB Semantics, ARIA Roles, & Metadata] for details.] by clicking menu:Tools[Upgrade book internals]. This -will, among other things, convert `toc.ncx` to `nav.xhtml`. To support e-book -readers which can't handle EPUB 3 yet, re-create `toc.ncx` as an empty file. It -is filled automatically when you create the table of contents. Open -`metadata.opf` and replace `` with `` (`id1` is the ID -of `toc.ncx`, defined a few lines above). +will, among other things, convert `toc.ncx` to `nav.xhtml`. To +link:{url-epub3-rendering}[support e-book readers which can't handle EPUB 3 +yet], re-create `toc.ncx` as an empty file. It is filled automatically when you +create the table of contents. Open `metadata.opf` and replace `` with +`` (`id1` is the ID of `toc.ncx`, defined a few lines above). You start with a single XHTML file, `start.xhtml`. I always use that for the title page, the copyright notice and so on. You can force a page break to