giftpublishing.blogg.se

Epub to kobo epub
Epub to kobo epub









  1. Epub to kobo epub install#
  2. Epub to kobo epub full#
  3. Epub to kobo epub code#

Kepubify, seriesmeta, and covergen (this branch).įork of /x/net/html with additional features and modifications required by kepubify.įork of archive/zip from Go 1.17 backported to Go 1.16 for performance improvements. NB: Je hoeft het boek dat je in de Kobo Shop hebt gekocht niet te exporteren om het op je Kobo eReader of in de app te lezen het zal automatisch in je bibliotheek worden weergegeven.

Epub to kobo epub code#

This repository contains multiple main branches with code used by kepubify. Niet alle fabrikanten ondersteunen het EPUB-bestandsformaat. Previously, kepubify replaced it using a replace directive in go.mod, but since the fork is now a standalone package, this is not necessary anymore, and will no longer cause conflicts if used as a dependency in applications requiring /x/net/html directly. This fork provides additional options used by kepubify to allow reading malformed HTML/XHTML and to produce polyglot HTML/XHTML output for maximum compatibility. Note that kepubify uses a custom fork of /x/net/html. To build seriesmeta, a C compiler must be installed and CGO must be enabled. It cannot read AZW or KFX so those must be converted (preferably to ePub). If you are using kepubify as a library in another application with -tags zip117 enabled on Go 1.16, it must also use the backported package when passing a *zip.Reader to (*kepub.Converter).Transform. The entire list is this: EPUB, EPUB2, EPUB3 (Note: Kobo Original and Kobo Wi Fi does not support EPUB3), PDF, FlePub and MOBI. To use a backported version of these optimizations on Go 1.16, add the option -tags zip117 to the build/install command. On Go 1.17 or later, additional optimizations are automatically used to significantly improve kepubify's performance by preventing unchanged files from being re-compressed. Presumably, when converting from Epub, the Page breaks and file splits are already where they are wanted.

Epub to kobo epub install#

To install kepubify directly, run go install To build from source, clone this repository, and run go build. Another change you probably want to make to the default settings: In the 'Structure Detection' heading, change 'Insert Page Breaks' to just a single /. See the website for more documentation, pre-built binaries for Windows, Linux, and macOS, and a web version. See the releases page for pre-built binaries for Windows, Linux, and macOS. seriesmeta scans for EPUBs and KEPUBs, and updates the Kobo database with the Calibre or EPUB3 series metadata. covergen pre-generates cover images to speed up library browsing on Kobo eReaders while providing higher-quality resizing. Two additional standalone utilities are included with kepubify.

Epub to kobo epub full#

Kepubify is standalone (it also works as a library or a webapp), converts most books in a fraction of a second (40-80x faster than Calibre), handles malformed HTML/XHTML without causing further issues, has multiple optional conversion options (punctuation smartening, custom CSS, text replacement, and more), has a full test suite, is interoperable with other applications, and is safe to use with untrusted books. Website Download Documentation Web Version pkg.go.dev About











Epub to kobo epub