VitalSourcePrinter icon indicating copy to clipboard operation
VitalSourcePrinter copied to clipboard

Add request - Prompt for limited pages by author

Open cyrut2 opened this issue 7 years ago • 0 comments

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;

cyrut2 avatar Sep 28 '18 02:09 cyrut2