summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/epstopdf.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-03 20:44:04 +0000
committerKarl Berry <karl@freefriends.org>2016-07-03 20:44:04 +0000
commit94626ee0ec44f738d36151189f2e0ef4327d91b7 (patch)
tree26198c358280d5ed708412431eaf38f82f1eb40e /Master/texmf-dist/doc/man/man1/epstopdf.1
parentb9f9e3807ddf6a1428840ac1d3f8918f2107bf17 (diff)
epstopdf
git-svn-id: svn://tug.org/texlive/trunk@41607 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/epstopdf.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/epstopdf.113
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/man/man1/epstopdf.1 b/Master/texmf-dist/doc/man/man1/epstopdf.1
index fff723a0947..62ffbf6e632 100644
--- a/Master/texmf-dist/doc/man/man1/epstopdf.1
+++ b/Master/texmf-dist/doc/man/man1/epstopdf.1
@@ -1,5 +1,5 @@
.TH EPSTOPDF 1 "28 May 2016"
-.\" $Id: epstopdf.1 41287 2016-05-28 18:09:45Z karl $
+.\" $Id: epstopdf.1 41288 2016-05-29 16:50:38Z karl $
.SH NAME
epstopdf, repstopdf \- convert an EPS file to PDF
.SH SYNOPSIS
@@ -65,17 +65,20 @@ argument in the gs command (can be repeated).
set AutoRotatePages (default: None); recognized \fIval\fP choices:
None, All, PageByPage. For EPS files, PageByPage is equivalent to All.
.IP "\fB--\fP[\fBno\fP]\fBcompress\fP"
-use compression in the output (default: true).
+use compression in the output (default: true); if turned off, passes
+.IR -dUseFlateCompression=false .
.IP "\fB--device\fP=\fIdev\fP"
use -sDEVICE=\fIdev\fP (default: pdfwrite); not allowed in restricted mode.
.IP "\fB--\fP[\fBno\fP]\fBembed\fP"
-embed fonts (default: true).
+embed fonts (default: true); passes
+.I -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true.
.IP "\fB--\fP[\fBno\fP]\fBgray\fP"
-grayscale output (default: false).
+grayscale output (default: false); passes
+.I -sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray.
.IP "\fB--pdfsettings\fP=\fIval\fP"
use -dPDFSETTINGS=/\fIval\fP (default is `prepress' if \fB--embed\fP,
else empty); recognized \fIval\fP choices: screen, ebook, printer,
-repress, default.
+prepress, default.
.IP "\fB--\fP[\fBno\fP]\fBquiet\fP"
use -q, a.k.a. -dQUIET (default: false).
.IP "\fB--res\fP=\fIdpi, dpi\fPx\fIdpi\fP"