Bug 691966

Summary: mupdf should support some like pdf open parameters (acrobat) and add -h to options
Product: MuPDF Reporter: Daniel Dutkiewicz <dsdutkiewicz>
Component: appsAssignee: Tor Andersson <tor.andersson>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jackie.rosen
Priority: P4    
Version: unspecified   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---

Description Daniel Dutkiewicz 2011-02-15 02:40:55 UTC
nameddest=name
search=wordlist

- nameddest opens the pdf to the page with that dest
- search starts a search with the given string on the current page i.e. it starts the search after the pageno option has set the page

dan@radiance:~/git.l/mupdf/apps$ mupdf -h
mupdf: unknown option -h
usage: mupdf [options] file.pdf [page]
	-p -	password
	-r -	resolution
	-A	disable accelerated functions
usage: mupdf [options] file.pdf [page]

would have:

-n - goto named destination
-s - start search with query
-h   show this help

added
Comment 1 Tor Andersson 2011-04-10 13:55:00 UTC

*** This bug has been marked as a duplicate of bug 691330 ***