aonez/macreflower — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2016-11-27
Reformat academic papers as PDFs to read comfortably on a Kindle Paperwhite.
Convert technical reports into Kindle-friendly layouts without using the terminal.
Drag and drop a PDF onto the app to get a version sized for a six-inch e-ink screen.
| aonez/macreflower | burningtyger/gmail-notifr | juanpe/jptoolbox | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Objective-C | Objective-C | Objective-C |
| Last pushed | 2016-11-27 | 2013-01-22 | 2014-02-05 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires installing the separate k2pdfopt command-line utility and building the Mac app from source in Xcode.
MacReFlower is a small Mac app that reformats PDF files so they read well on a Kindle Paperwhite. If you've ever tried reading a PDF on an e-reader, you know the text is usually tiny and you have to zoom and scroll constantly. This tool fixes that by resizing and reflowing the content to fit the device's screen. You just drag and drop a PDF onto the app, and it handles the conversion. Behind the scenes, it relies on a separate utility called k2pdfopt, which is specifically designed to optimize documents for small screens. The app gives you a simple interface around that conversion engine, showing progress while it works. This is for anyone who reads academic papers, technical reports, or other PDF-heavy content on a Kindle. Instead of squinting at full-page layouts meant for letter-size paper, you get text sized for a six-inch screen. The README notes it's built for the Paperwhite specifically but might work on other e-ink devices too. The project is quite small and focused, it's essentially a front-end for an existing command-line tool, making that functionality accessible to people who'd rather not use the terminal. The README doesn't go into further detail beyond that.
A small Mac app that reformats PDF files so they display clearly on a Kindle Paperwhite. You drag and drop a PDF and the app handles resizing and reflowing text to fit the device screen.
Mainly Objective-C. The stack also includes Objective-C, macOS, k2pdfopt.
Dormant — no commits in 2+ years (last push 2016-11-27).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.