Convert E-Books to Supernote A6X2 optimized PDFs.
This repository contains a simple containerized wrapper around calibre to convert E-Books to PDFs for the Supernote A6X2.
This project is useful if you want to convert E-Books to PDFs for the Supernote A6X2 since PDFs have better annotations support and are more optimized for the device.
This project requires a container engine installed on your system. Make sure either Docker or Podman is available.
- Clone the repository.
- Place your E-Books in the
./input
directory. - Run the
convert.sh
script from the root of the repository. - The converted PDFs will be placed in the
./output
directory.
The actual conversion script is located in .container/convert.sh
with ./convert.sh
being a wrapper around it that detects the container engine and builds the container if necessary.
If you want to modify the the conversion options (e.g. font-sizes, margins, etc.) you can do so in the .container/convert.sh
script.
If you have calibre installed on your system you can also run the conversion script directly.
The conversion options used in this project were originally inspired by this reddit post.
MIT © Moritz R. Schulz