Generates RocketBook QR Numerated Pages in a PDF depending on the quantity of pages, the template type and the page size.
quantity
: int, The number of pages that will contain the document.frame
: str, The size of the page, it can be A4 or Letter.type
: str, A string number that refers to the type of page, it can be (DotGrid:0, Graph:1, Lined:2, Music:3).numbered
: bool Define if the pages will be numbered or not.
str
, Returns a message with the statusfile
, The *.pdf file
You must be placed in the program folder.
python rocket-qr.py <quantity> <frame> <type>
Will generate an A4 sized file with 5 pages and with DotGrid template
python rocket-qr.py 5 A4 0