summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-29 20:32:23 +0000
committerKarl Berry <karl@freefriends.org>2024-04-29 20:32:23 +0000
commit38b49bc2124f5a7d5a064c3242867213d6b6d57e (patch)
tree28a0f07221b395d379e7ef0b6ee87ae7dca51d63 /Master/texmf-dist/doc
parenteb40f89bc7e99e3acbdbf32d10c015e6016f1137 (diff)
epstopdf (29apr24)
git-svn-id: svn://tug.org/texlive/trunk@71134 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/man/man1/epstopdf.122
-rw-r--r--Master/texmf-dist/doc/man/man1/epstopdf.man1.pdfbin28960 -> 29695 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/repstopdf.man1.pdfbin28960 -> 29695 bytes
-rw-r--r--Master/texmf-dist/doc/support/epstopdf/README8
4 files changed, 16 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/man/man1/epstopdf.1 b/Master/texmf-dist/doc/man/man1/epstopdf.1
index 0062932c582..cf993d3133e 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 "15 September 2023"
-.\" $Id: epstopdf.1 68289 2023-09-15 22:17:54Z karl $
+.TH EPSTOPDF 1 "29 April 2024"
+.\" $Id: epstopdf.1 71121 2024-04-29 17:27:25Z karl $
.SH NAME
epstopdf, repstopdf \- convert an EPS file to PDF
.SH SYNOPSIS
@@ -30,7 +30,7 @@ produced by default.)
PJL commands at the start of a file are removed. DOS EPS binary files
(TN 5002) are supported. Seeking from a pipe is not supported.
.PP
-If the bounding box in the input is incorrect, of course there will
+If the bounding box in the input is incorrect, inevitably there will
be resulting problems.
.SH OPTIONS
Options may start with either "\fB-\fP" or "\fB--\fP", and may be
@@ -48,7 +48,8 @@ write result to \fIfile\fP. If this option is not given, and
otherwise, the default is to construct the output file name by replacing
any extension in the input file with `.pdf'.
.IP "\fB--\fP[\fBno\fP]\fBdebug\fP"
-write debugging info (default: false).
+write debugging info (default: false). For maximum output, use \fB--debug\fP
+as the first option.
.IP "\fB--\fP[\fBno\fP]\fBexact\fP"
scan ExactBoundingBox (default: false).
.IP "\fB--\fP[\fBno\fP]\fBfilter\fP"
@@ -70,8 +71,8 @@ gs, installed under \fB.../tlpkg/tlgs/bin/\fP.
.PP
Options for Ghostscript (more info below):
.IP "\fB--gscmd\fP=\fIval\fP"
-pipe output to \fIval\fP (default: [\fBgswin64c\fP on 64-bit Windows,
-\fBgswin32c\fP on 32-bit Windows, else \fBgs\fP])
+pipe output to \fIval\fP (default: [\fBgswin64c.exe\fP on 64-bit Windows,
+\fBgswin32c.exe\fP on 32-bit Windows, else \fBgs\fP])
.IP "\fB--gsopt\fP=\fIval\fP"
include \fIval\fP as one argument in the gs command (can be repeated).
.IP "\fB--gsopts\fP=\fIval\fP"
@@ -112,7 +113,7 @@ individually.
.PP
\fB--gsopt\fP adds its argument as a single option to the gs command
line. It can be used multiple times to specify options separately.
-This must be used if a gs option or its value contains whitespace.
+This form must be used if a gs option or its value contains whitespace.
.PP
In restricted mode, options are limited to those with names and values
known to be safe. Some options taking booleans, integers or fixed
@@ -141,8 +142,9 @@ Example for \fBepstopdf\fP's attempt at correcting PostScript:
epstopdf --nogs test.ps >testcorr.ps
.fi
.PP
-In all cases, you can add \fB--debug\fP (\fB-d\fP) to see more about
-what \fBepstopdf\fP is doing.
+In all cases, you can add \fB--debug\fP to see more about
+what \fBepstopdf\fP is doing. Use \fB--debug\fP as the first option for
+maximum output.
.SH BUGS
The case of "%%BoundingBox: (atend)" when input is not seekable (e.g.,
from a pipe) is not supported.
@@ -171,4 +173,4 @@ epstopdf home page: https://tug.org/epstopdf.
You may freely use, modify and/or distribute this man page.
The epstopdf script is released under the modified BSD license.
.PP
-$Id: epstopdf.1 68289 2023-09-15 22:17:54Z karl $
+$Id: epstopdf.1 71121 2024-04-29 17:27:25Z karl $
diff --git a/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf b/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf
index fc58b8aae76..e64c46318ab 100644
--- a/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf b/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf
index fad57446b12..f5176ac06e9 100644
--- a/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/epstopdf/README b/Master/texmf-dist/doc/support/epstopdf/README
index 619667865cf..56f02d32a14 100644
--- a/Master/texmf-dist/doc/support/epstopdf/README
+++ b/Master/texmf-dist/doc/support/epstopdf/README
@@ -1,12 +1,12 @@
-$Id: README 48727 2018-09-21 22:18:21Z karl $
+$Id: README 71121 2024-04-29 17:27:25Z karl $
This file is public domain. (Originally written by Karl Berry, 2009.)
This is the README for the epstopdf script distribution.
-Primary distribution point: http://ctan.org/pkg/epstopdf
- (list of mirrors at: http://ctan.org/mirrors)
+Primary distribution point: https://ctan.org/pkg/epstopdf
+ (list of mirrors at: https://ctan.org/mirrors)
-Home page: http://tug.org/epstopdf/
+Home page: https://tug.org/epstopdf/
Run epstopdf --help for the usual list of options, examples, etc.