texlive[68288] Build/extra/epstopdf/epstopdf.1: play with fonts

commits+karl at tug.org commits+karl at tug.org
Sat Sep 16 00:13:08 CEST 2023


Revision: 68288
          http://tug.org/svn/texlive?view=revision&revision=68288
Author:   karl
Date:     2023-09-16 00:13:08 +0200 (Sat, 16 Sep 2023)
Log Message:
-----------
play with fonts

Modified Paths:
--------------
    trunk/Build/extra/epstopdf/epstopdf.1

Modified: trunk/Build/extra/epstopdf/epstopdf.1
===================================================================
--- trunk/Build/extra/epstopdf/epstopdf.1	2023-09-15 22:05:35 UTC (rev 68287)
+++ trunk/Build/extra/epstopdf/epstopdf.1	2023-09-15 22:13:08 UTC (rev 68288)
@@ -1,4 +1,4 @@
-.TH EPSTOPDF 1 "8 July 2023"
+.TH EPSTOPDF 1 "15 September 2023"
 .\" $Id$
 .SH NAME
 epstopdf, repstopdf \- convert an EPS file to PDF
@@ -5,14 +5,14 @@
 .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
@@ -19,11 +19,11 @@
 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 @@
 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 @@
 .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



More information about the tex-live-commits mailing list.