Skip to content

Releases: Thertzlor/epub-print-page-approximator

v1.1.9 - key:value chapter map support

01 Oct 08:15
Compare
Choose a tag to compare

[1.1.9]

  • Added the option to provide the chapter map as key:value pairs instead of a simple list.

v1.1.8 - Detect Existing Page Marker Tags

02 Apr 19:07
Compare
Choose a tag to compare

[1.1.8]

  • Added the functionality to rebuild a valid page list from non-standard page markers in the ebook by passing a tag selector as the pages argument.
  • Added the --attributes\-a argument to select attribute values of detected page markers.
  • Fixed some bugs involving HTML decoding and zip file handling.
  • Guides moved to the new Wiki.

v1.1.7 - No longer spineless

06 Dec 20:03
Compare
Choose a tag to compare

[1.1.7]

  • The order in which the HTML documents are parsed is now defined by the order they are listed in the spine instead of their order in the content.opf.
  • There are two new options for dealing with special cases pertaining to the book spine. --nonlinear\-l for documents with the linear='no' setting and --unlisted\-u for documents not listed in the spine.
  • More bugfixes with path handling.

v1.1.6 - do as the Roman numerals do

04 Dec 18:17
Compare
Choose a tag to compare

At this point the tool has pretty much all features I want it to have. Future releases will most likely be optimizations only.

[1.1.6]

  • added new --romanfrontmatter\-f option to specif if and how many pages of front matter the book contains, which will be paginated in Roman numerals.
  • The --tocpages option now also supports roman numerals for defining the page number of sections before page one.
  • More bugfixes and performance improvements.

v1.1.5

18 Nov 19:22
Compare
Choose a tag to compare

This release adds the ability to generate a custom page count by defining how many characters, lines or words should be on a single page.
Regular pagination now also supports a "words" mode in addition to "lines" and "chars"

v1.1.4: Adobe page-map support

14 Nov 23:41
Compare
Choose a tag to compare

This release adds support for the non-standard adobe page-map feature used on many Adobe Digital Editions based readers.

v1.1.3

11 Nov 09:57
Compare
Choose a tag to compare

Print Page Approximator is now available as a standalone executable.

  • Compiled with PyInstaller on Win11 64-bit.