summaryrefslogtreecommitdiff
path: root/utils/pdfimages.1
AgeCommit message (Collapse)AuthorFilesLines
2013-09-14pdfimages.1: fix typoAdrian Johnson1-1/+1
2013-08-30pdfimages: support cmyk tiff outputAdrian Johnson1-5/+8
If -tiff is specified, CMYK images will be written as CMYK TIFF files instead of converting to RGB. If both -png and -tiff are specified (as is the case with the -all option), CMYK images are written as TIFF and all other types as PNG.
2013-08-26fix typo in pdfimages.1Adrian Johnson1-1/+1
2013-08-26pdfimages: Add -all option to write all image in their native formatAdrian Johnson1-0/+4
2013-08-26pdfimages: support ccitt outputAdrian Johnson1-1/+38
2013-08-26pdfimages: support JBIG2 outputAdrian Johnson1-5/+8
2013-08-26pdfimages: add support for writing JPEG2000 filesAdrian Johnson1-4/+8
2013-08-26pdfimages: add support for png and tiff outputAdrian Johnson1-7/+15
2013-08-26pdfimages: print size, ratio, and ppiAdrian Johnson1-0/+12
2012-02-18pdfimages: add -list option to list all imagesAdrian Johnson1-0/+101
Bug 46066
2011-09-28xpdf303: Merge some man pagesAlbert Astals Cid1-4/+5
2011-08-22update SEE ALSO section of man pagesAdrian Johnson1-3/+5
- ensure each man page references all other utils - sort list of utils in alphabetical order
2010-11-10Add -p flag to pdfimagesJakob Voss1-0/+3
Adds the page the image is in to the image filename
2008-08-01Improve manpages and add -listenc to pdfinfo and pdftotext in the wayAlbert Astals Cid1-14/+0
Our manpages listed things like xpdfrc and -cfg options we don't support at all. Also some options were missing from the man pages Finally there was the -enc option you completely had to guess which string to pass, so i've added the -listenc option to get the user the list of encodings he can use
2005-12-122005-12-12 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+96
* Makefile.am: * configure.ac: * goo/GooVector.h: * utils/HtmlFonts.cc: * utils/HtmlFonts.h: * utils/HtmlLinks.cc: * utils/HtmlLinks.h: * utils/HtmlOutputDev.cc: * utils/HtmlOutputDev.h: * utils/ImageOutputDev.cc: * utils/ImageOutputDev.h: * utils/Makefile.am: * utils/parseargs.c: * utils/parseargs.h: * utils/pdffonts.1: * utils/pdffonts.cc: * utils/pdfimages.1: * utils/pdfimages.cc: * utils/pdfinfo.1: * utils/pdfinfo.cc: * utils/pdftohtml.1: * utils/pdftohtml.cc: * utils/pdftoppm.1: * utils/pdftoppm.cc: * utils/pdftops.1: * utils/pdftops.cc: * utils/pdftotext.1: * utils/pdftotext.cc: Add command line utilities from xpdf.