OS4 DepotLogo by DaveyD 
(anonymous IP: 216.73.216.103,2484) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (349)
   o Datatype (51)
   o Demo (206)
   o Development (621)
   o Document (24)
   o Driver (101)
   o Emulation (155)
   o Game (1036)
   o Graphics (514)
   o Library (120)
   o Network (240)
   o Office (68)
   o Utility (957)
   o Video (74)

Total files: 4516

Full index file
Recent index file

 Links

  Amigans.net
  Aminet
  IntuitionBase
  Hyperion Entertainment
  A-Eon
  Amiga Future


Support the site


 Readme for:  Office » Misc » amibookreader.lha

AmiBookReader

Description: AmiBookReader - eBook & Document Reader
Download: amibookreader.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 6Mb
Version: 1.0
Date: 19 Jun 2026
Author: Falke_34
Submitter: Falke_34
Email: falke 34/gmx de
Homepage: http://falke34.bplaced.net
Requirements: AmigaOS 4.1
Category: office/misc
License: GPL
Distribute: yes
Min OS Version: 4.1
FileID: 13886
 
 
Snapshots:
 
Comments: 0
Snapshots: 2
Videos: 0
Downloads: 17  (Current version)
17  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Short:        AmiBookReader - eBook & document reader for AmigaOS 4.1
Uploader:     Falke_34
Author:       Falke_34
Type:         office
Version:      1.0 (Beta 6 - Final)
Requires:     AmigaOS 4.1
Architecture: ppc-amigaos >= 4.1.0
Distribution: Aminet / OS4Depot
Replaces:     -

================================================================
 AmiBookReader v1.0
 An eBook and document reader for AmigaOS 4.1
================================================================

Description
-----------
AmiBookReader is a native PowerPC AmigaOS 4.1 application for reading
e-books, comics and documents. It uses MuPDF as its rendering engine
together with a classic ReAction GUI, so it feels right at home on
Workbench.

Supported formats:
  * epub, pdf, cbz, xps, oxps, fb2, mobi   - documents / e-books
  * png, jpg, jpeg, gif, bmp, tiff, tif    - standard images
  * svg, txt                              - vector graphics / text
  * jp2, jpx                              - JPEG 2000
  * jbig2                                 - often embedded in scanned
                                             PDFs, can also be opened
                                             directly
  * pnm, pbm, pgm, ppm, pam                - Unix bitmap formats

Features
--------
  - Native ReAction GUI, resizable window
  - Zoom panel with +/- buttons and reset, or +/- keyboard shortcuts
    when the panel is closed
  - Vertical and horizontal scrollbars
  - Fullscreen mode (View menu, checkbox)
  - Night mode and Sepia reading mode (experimental)
  - Bookmarking: automatically remembers the last opened book and page
  - "Start with Last Document" option (Settings menu)
  - "Keep Window Size on Exit" option (Settings menu)
  - Jump to first/last page (<< / >> buttons), direct page selection
  - Drag & Drop: drop a file onto AmiBookReader to open it directly
  - Iconify support
  - Shell support with command line arguments (see below)
  - Workbench icon and screen title integration
  - Icons created by McFly

Requirements
------------
  - AmigaOS 4.1 Final Edition
  - A PowerPC AmigaOne / Sam440 / other AmigaOS 4 compatible system
  - A reasonable amount of Fast RAM is recommended for larger PDFs
    or high-resolution scans

Installation
------------
  1. Copy the AmiBookReader drawer to your hard disk (e.g. Work:).
  2. Double-click the AmiBookReader icon to launch.
  3. Optionally drag a supported file onto the icon/window to open
     it directly.

Usage from Shell
-----------------
  AmiBookReader [FILE] [PAGE <n>] [PUBSCREEN <name>]

  FILE       - path to a document, e-book or image to open
  PAGE       - page number to jump to (1 = first page)
  PUBSCREEN  - name of a public screen to open the window on

  Examples:
    AmiBookReader Work:Books/manual.pdf
    AmiBookReader Work:Books/manual.pdf PAGE 42
    AmiBookReader Work:Books/manual.pdf PUBSCREEN MyScreen

  Without any arguments, AmiBookReader resumes the last opened book
  and page automatically, unless "Start with Last Document" has been
  disabled in the Settings menu.

Known Issues
------------
  - Night mode and Sepia are experimental and may still need some
    fine-tuning on certain images or colour profiles.

Credits
-------
  - Rendering engine: MuPDF (https://mupdf.com)
  - GUI: ReAction / AmigaOS 4.1 classes (window.class, layout.class,
    button.class, space.class, scroller.class, menuclass)

Contact
-------
  Author:  Falke_34
  Email:   falke.34()gmx.de

================================================================
 History / Changelog
================================================================

Beta 6 (Final Version)
  New:
    - Drag & Drop: drop a file onto AmiBookReader to open it directly
    - Workbench screen title now shows "AmiBookReader" while the
      program is active
    - Zoom panel (View menu) with a Reset button, or zoom via +/-
      keys when the panel is closed
    - Zoom panel opens centred on the first start; its position is
      then saved to ENV:AmiBookReader.prefs
    - Fullscreen mode added as a checkbox in the View menu
    - Vertical and horizontal scrollbars
    - Shell support (see "Usage from Shell" above)
    - Night mode and Sepia reading mode (experimental)
  Fixed:
    - Icon bug: removed a stray FreeDiskObject() call on exit that
      caused a crash whenever a Workbench icon was set

Beta 5
  New:
    - "Keep Window Size on Exit" added as a checkbox under the
      Settings menu (checkmark reflects the current state).
      Default: off
    - "Start with Last Document" added as a checkbox under the
      Settings menu (checkmark reflects the current state).
      Default: on (previous behaviour)
    - Two new buttons, << and >>, to jump straight to the first or
      last page
  Fixed:
    - Welcome page buffer switched from shared to copied data (was
      causing a crash on exit on real hardware)
    - Window size was being saved slightly too small when "Keep
      Window Size on Exit" was active; saving is now more accurate
    - Minor optimisations to the ENV/.prefs file

Beta 4
  - Added support for .jp2
  - Added page selection (jump to a specific page)
  - Bookmarking: the current book and last visited page are now saved
    to ENV: - on the next launch, AmiBookReader resumes exactly where
    you left off
  - Added a welcome/start page (only shown when no saved settings
    exist yet)

Beta 3
  - Updated MuPDF to 1.27.2
  - Fixed the window resize (grow/shrink) freeze
  - Added version information (About)
  - Added Iconify support
  - All supported formats should now be included:
      * epub, pdf, cbz, xps, oxps, fb2, mobi - documents / e-books
      * png, jpg, jpeg, gif, bmp, tiff, tif   - standard images
      * svg, txt                             - vector graphics / text
      * jp2, jpx                             - JPEG 2000
      * jbig2 - often embedded in scanned PDFs, can also be opened
                directly
      * pnm, pbm, pgm, ppm, pam               - Unix bitmap formats

Beta 2
  - EPUB, MOBI and PDF all working (fixed a path bug in the file
    requester)
  - Added a filter for all supported formats in the file requester

Beta 1
  - Basic ReAction GUI
  - EPUB support working
  - PDF support not yet working
  - Window resize (grow/shrink) still causes a freeze



Copyright © 2004-2026 by Björn Hagström All Rights Reserved