MuPDF for DOS (ver May_2012) Abandoned Freeware MuPDF for DOS is a modern high resolution *.PDF file viewer compiled in DJGPP (so it requires a 386+). It is fully graphical and recognizes the presence of a mouse. Pressing F1 toggles a list of keyboard commands. NOTE: There is NO printing capability! The DOS Adobe Acrobat Reader can be used to print the file (if it can open it). ----- Command line syntax: mupdf [options] file.pdf [page] -p = password -r = resolution -A = disable accelerated functions CAUTION: You -MUST- specify the files extention (i.e, .pdf). NOTE: MuPDF will use an environment setting "NANOSCR=" NANOSCR=[screen_width] [screen_height] [screen_pixtype] For "screen_pixtype", the following values are valid: 8888 for 32bit, 888 for 24bit, and 565 for 16bit. ----- In-program commands: Page Down = next page Page Up = previous page End = ten pages down Home = ten pages up xxg = jump to page "xx" dn arrow = scroll down up arrow = scroll up lt arrow = scroll left rt arrow = scroll right + = zoom in - = zoom out Ins = rotate counter-clockwise Del = rotate clockwise s = search for a text string n = search for next instance of the string N = search for previous instance of the string c = toggle color/greyscale Esc = exit program