Code Monkey home page Code Monkey logo

jetbook's Introduction

jetbook Build status

A simple Java-Script to generate a printable PDF, that is compatible with the Rocketbook app. Of course, you will not be able to erase your notes with water, but the erasing properties of the usual Frixion pens is sufficient for more than enough repetitions. So simply buy some Frixion ball pens, generate some pages and bind them (or let them bind online) into a notebook to your liking.

Images

Original Rocketbook Image processing Individual template

Usage

Execute the jar with:

java -jar jetbook-0.1.jar -n <pagecount> -i <inputtemplate> -o <outputfile>

For example:

java -jar jetbook-0.1.jar -n 98 -i nalch-default -o /home/nalch/jetbook

The arguments are:

argument cli arg documentation default value
pagecount -n how many pages the resulting document should have 1
inputtemplate -i choose an available template. Currently: nalch-default, nalch-logo nalch-default
outputfile -o choose the resulting file (without the ending, that is automatically set to pdf) results/result

jetbook's People

Contributors

nalch avatar

Stargazers

loveFluffy avatar Jason Todd avatar  avatar  avatar This Is Not A Test. avatar Glen Davies avatar Vasco Ribeiro Pereira avatar Daniel E. Chapman II avatar Alan McCoy avatar Wick avatar Christopher Holfeld avatar  avatar Marcus R. Brown avatar Nicolás Pace avatar Jim Tremblay-Laplante avatar Martin Cleaver avatar

Watchers

 avatar James Cloos avatar  avatar

jetbook's Issues

Run error

Hi - I'm getting an error when running the jar. See below.

C:\temp\jetbook-master>java -jar jetbook.jar
Starting generation
Populating temporary pdf with 1 pages.
Populating temporary pdf with qrcodesDelete temporary files
Exception in thread "main" java.util.NoSuchElementException: Key 'qrCodeSize' does not map to an existing object!
        at org.apache.commons.configuration2.AbstractConfiguration.throwMissingPropertyException(AbstractConfiguration.java:1901)
        at org.apache.commons.configuration2.AbstractConfiguration.checkNonNullValue(AbstractConfiguration.java:1888)
        at org.apache.commons.configuration2.AbstractConfiguration.getInt(AbstractConfiguration.java:1252)
        at de.nalch.jetbook.JetbookMain.main(JetbookMain.java:128)

Any idea how to resolve?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.