LifeAlgorithm / VitalSourcePrinter

Code to legally and automatically print your purchased e-books from VitalSource.com
MIT License
76 stars 24 forks source link

Add request - Prompt for limited pages by author #16

Open cyrut2 opened 5 years ago

cyrut2 commented 5 years ago

Different books have different restrictions that change the prompts and create errors while placing page numbers to print. The action of the prompt is to have the code request an integer for the user to create the page increments. eg my books have increments from actually one page per print to 21 pages per cycle.

New to python just shooting in the dark #i know its very primitive

Integer start = new Integer(5); Integer end = start + 5; // end == 10;