MuPDF has combined several of their command line tools into a single
tool called mubusy, so update pkg/DESCR accordingly. mudraw remains a separate binary. OK sthen@ (maintainer)
This commit is contained in:
parent
3598a99d92
commit
f3289e209f
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2012/08/17 13:30:16 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2012/08/23 01:21:04 lteo Exp $
|
||||
|
||||
COMMENT = graphic library, pdf parser, viewer and utilities
|
||||
|
||||
V = 1.1
|
||||
REVISION = 0
|
||||
DISTNAME = mupdf-$V-source
|
||||
PKGNAME = mupdf-${V:S/-rc/rc/}
|
||||
|
||||
|
@ -13,8 +13,12 @@ We don't support interactive features such as form filling, javascript
|
||||
and transitions. MuPDF is written modularly, so such features can be
|
||||
added on by integrators if they so desire.
|
||||
|
||||
Command line utilities include: pdfdraw, to render pages and output
|
||||
PNM image files. pdfshow, to print and examine the objects in a PDF file.
|
||||
pdfclean, to decompress and pretty-print the streams and objects in PDF
|
||||
files and also to extract individual pages. pdfinfo_mupdf, to display
|
||||
information about objects. pdfextract, to extract individual objects.
|
||||
The mubusy command line tool supports multiple arguments, including
|
||||
"show" to print and examine objects in a PDF file, "clean" to decompress
|
||||
and pretty-print the streams and objects in PDF files and also to
|
||||
extract individual pages, "info" to display information about objects,
|
||||
"extract" to extract individual objects, and "poster" to split a large
|
||||
page into many tiles.
|
||||
|
||||
The mudraw command line tool renders pages and outputs PGM/PPM/PAM/PNG
|
||||
image files.
|
||||
|
Loading…
Reference in New Issue
Block a user