
: Re: how to convert djvu files to some files? and use djvused command when i use this command: djvused aaa.djvu -e 'select 10; save-page-with b.djvu' output is: D:Program FilesDjVuLibre>djvused
The easier solution for this issue is to change the single quotes with double quotes. The have a different function under the DOS/Windows command prompt than under the common Linux shells.
djvused aaa.djvu -e "select 10; save-page-with b.djvu"
You can easily test the different workings of the single and double quotes by doing:
python -c "import sys; print sys.argv[1:]" "abc def" 'uvw xyz'
which gives you the 3 element list:
['abc def', "'uvw", "xyz'"]
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Twilah

: How do I determine the latest firmware version for a Bookeen Odyssey? When I look at the page for downloading firmware it displays Cybook Odyssey Firmware Update - Version 5.2 (build 1780)

: How do I get to the Bookeen Odyssey service mode? I did come across this video on YouTube where someone goes through service mode menus of the Odyssey. How can I get to those menus?