summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-09-15 22:13:08 +0000
committerKarl Berry <karl@freefriends.org>2023-09-15 22:13:08 +0000
commit8662a50fe238123f37354bfefa673fe10ec74650 (patch)
tree30f50d1528c395f151808ec69c192e965d8c0963 /Build
parent57510e23fb14deaea0a70d24fdb56b0508c4147c (diff)
play with fonts
git-svn-id: svn://tug.org/texlive/trunk@68288 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/extra/epstopdf/epstopdf.131
1 files changed, 15 insertions, 16 deletions
diff --git a/Build/extra/epstopdf/epstopdf.1 b/Build/extra/epstopdf/epstopdf.1
index 88168570079..c7db0005d68 100644
--- a/Build/extra/epstopdf/epstopdf.1
+++ b/Build/extra/epstopdf/epstopdf.1
@@ -1,29 +1,29 @@
-.TH EPSTOPDF 1 "8 July 2023"
+.TH EPSTOPDF 1 "15 September 2023"
.\" $Id$
.SH NAME
epstopdf, repstopdf \- convert an EPS file to PDF
.SH SYNOPSIS
\fBepstopdf\fP [\fIoptions\fP] [\fIepsfile\fP [\fIpdffile\fP.pdf]]
.SH DESCRIPTION
-By default, \fBepstopdf\fP converts the input PostScript file to PDF,
+\fBepstopdf\fP converts the input PostScript file to PDF, by default
using Ghostscript.
.PP
-\fBEpstopdf\fP transforms the Encapsulated PostScript file \fIepsfile\fP
-(or standard input) so that it is guaranteed to start at the 0,0
-coordinate, and it sets a page size exactly corresponding to the
-BoundingBox. Thus, the result needs no cropping, and the PDF MediaBox
-is correct.
+In more detail: \fBepstopdf\fP transforms the Encapsulated PostScript
+file \fIepsfile\fP (or standard input) so that it is guaranteed to start
+at the 0,0 coordinate, and it sets a page size exactly corresponding to
+the BoundingBox. Thus, the result needs no cropping, and the PDF
+MediaBox is correct.
.PP
By default, the output name is the input name with any extension
replaced by \fB.pdf\fP. An output name ending with .pdf can also be given
as a second argument on the command line, or the \fB--outfile\fP
(\fB-o\fP) option can be used with any name.
.PP
-The output is PDF 1.5 by default; use, e.g.,
+The output is PDF 1.5 by default. To change this, use, for example
.nf
--gsopt=-dCompatibilityLevel=1.7
.fi
-to change this. (Until epstopdf 2.28 (released September 2018), the
+(Until epstopdf 2.28 (released September 2018), the
PDF version was whatever the underlying Ghostscript or other interpreter
produced by default.)
.PP
@@ -82,15 +82,15 @@ 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); if turned off, passes
-.IR -dUseFlateCompression=false .
+.BR -dUseFlateCompression=false .
.IP "\fB--device\fP=\fIdev\fP"
-use -sDEVICE=\fIdev\fP (default: pdfwrite); not allowed in restricted mode.
+use \fB-sDEVICE=\fIdev\fR (default: pdfwrite); not allowed in restricted mode.
.IP "\fB--\fP[\fBno\fP]\fBembed\fP"
embed fonts (default: true); passes
-.I -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true.
+.B -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true.
.IP "\fB--\fP[\fBno\fP]\fBgray\fP"
grayscale output (default: false); passes
-.I -sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray.
+.B -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,
@@ -98,10 +98,9 @@ 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"
-set image resolution (default: [use gs default]); ignored if
-\fB--debug\fP is set.
+set image resolution (default: [use gs default]).
.IP "\fB--\fP[\fBno\fP]\fBsafer\fP"
-use -d(NO)QUIET (default: true).
+use -d(NO)SAFER (default: true).
.PP
In addition to the specific options above, additional options to be used
with gs can be specified with either or both of the two cumulative