openbsd-ports/print/poppler/pkg/DESCR-utils
ajacoutot 72ba0866cb Create a poppler-utils subpackage which bundles the same utilities that
xpdf-utils used to ship. The reason is that these are still actively
maintained and expected to be based on poppler by external tools.
While here, remove gcc3 workaround and regen all dependencies.

input from and ok kili@ (maintainer)
2012-06-06 18:27:34 +00:00

15 lines
592 B
Plaintext

This package contains xpdf-workalike command line utilities for getting
information of PDF documents, convert them to other formats, or
manipulate them:
* pdffonts -- font analyzer
* pdfimages -- image extractor
* pdfinfo -- document information extractor
* pdfseparate -- page extractor
* pdftocairo -- PDF to PNG/JPEG/PDF/PS/EPS/SVG converter using cairo
* pdftohtml -- PDF to HTML/XML/PNG converter
* pdftoppm -- PDF to PPM converter
* pdftops -- PDF to PostScript (PS) converter
* pdftotext -- PDF to text converter
* pdfunite -- PDF merging tool