Skip to content

Simple utility to resize PDF for the Kindle Paperwhite, uses k2pdfopt for the actual conversion

License

Notifications You must be signed in to change notification settings

weihuang0908/MacReFlower

 
 

Repository files navigation

Icon

MacReFlower

ORIGIN PROJECT: https://github.com/fibasile/MacReFlower

by Fiore Basile fiore.basile@gmail.com

This is a little utility app that allows to drop PDF files and get them optimized for viewing on the Kindle Paperwhite, but might work for other e-Ink devices..

The program uses the k2pdfopt utility, which you should download and put in your PATH, i.e. in /usr/local/bin folder.

Please also make sure that k2pdfopt is executable (i.e. chmod +x k2pdfopt)

Default k2pdfopt options are in MacReFlower/MRFAppDelegate.m

//$k2pdfopt -o a.pdf L3\ mapreduce-osdi04.pdf -dev kpw -mode 2col -ws 0.375 -ls- -ui-

  • (void)runConversionTask:(id)sender { NSArray* defaultOptions = [NSArray arrayWithObjects: @"-dev", @"kpw", @"-mode", @"2col", @"-ws", @"0.375", @"-ls-", @"-ui-", @"-x", nil];

Users can alter these options as needed.

Screenshots

Initial screen Conversion progress

License

MacReFlower is distributed under the MIT License. See the LICENSE.txt for more information.

Contact information

Wei Huang

email: weihuang0908@qq.com

About

Simple utility to resize PDF for the Kindle Paperwhite, uses k2pdfopt for the actual conversion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%