Skip to content

turchinc/xenial-mupdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

xenial-mupdf

Usage

docker run --rm -v "$(pwd)":/pdf -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY turchinc/xenial-mupdf mupdf /pdf/file_to_open.pdf

You can also add the following to your .bash_profile (or similar) to allow you to quickly run the docker container using mupdf file_to_open.pdf.

mupdf(){
	docker run --rm \
		-v "$(pwd)":/pdf \
		-v /tmp/.X11-unix:/tmp/.X11-unix \
		-e DISPLAY=unix$DISPLAY \
		turchinc/xenial-mupdf mupdf /pdf/"$@"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published