summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/epstopdf.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/epstopdf.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/epstopdf.114
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/man/man1/epstopdf.1 b/Master/texmf-dist/doc/man/man1/epstopdf.1
index b634ebb47ee..3e64f1ab723 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 "7 January 2017"
-.\" $Id: epstopdf.1 42895 2017-01-08 00:10:22Z karl $
+.TH EPSTOPDF 1 "17 September 2018"
+.\" $Id: epstopdf.1 48681 2018-09-16 23:03:58Z karl $
.SH NAME
epstopdf, repstopdf \- convert an EPS file to PDF
.SH SYNOPSIS
@@ -19,6 +19,14 @@ 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.,
+.nf
+--gsopt=-dCompatibilityLevel=1.7
+.fi
+to change this. (Until epstopdf 2.28 (released September 2018), the
+PDF version was whatever the underlying Ghostscript or other interpreter
+produced by default.)
+.PP
PJL commands at the start of a file are removed. DOS EPS binary files
(TN 5002) are supported.
.PP
@@ -151,4 +159,4 @@ Man page originally written by Jim Van Zandt.
.PP
epstopdf home page: http://tug.org/epstopdf.
.PP
-You may freely use, modify and/or distribute this file.
+You may freely use, modify and/or distribute this man page.