diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-08 22:22:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-08 22:22:17 +0000 |
commit | a6b7076d32196967c84daf1cbfe9bc5f1a328af9 (patch) | |
tree | e4b9909527e3b5c30669a34010023c97a83a3040 /Master/texmf-dist/doc/man | |
parent | 3b64a5f55fe9d0bfab8d85b52ceb282204cb7c06 (diff) |
epstopdf (8jan17)
git-svn-id: svn://tug.org/texlive/trunk@42905 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/epstopdf.1 | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf | bin | 30303 -> 9997 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf | bin | 30317 -> 9997 bytes |
3 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/man/man1/epstopdf.1 b/Master/texmf-dist/doc/man/man1/epstopdf.1 index 62ffbf6e632..659de23e90e 100644 --- a/Master/texmf-dist/doc/man/man1/epstopdf.1 +++ b/Master/texmf-dist/doc/man/man1/epstopdf.1 @@ -1,9 +1,9 @@ -.TH EPSTOPDF 1 "28 May 2016" +.TH EPSTOPDF 1 "7 January 2017" .\" $Id: epstopdf.1 41288 2016-05-29 16:50:38Z karl $ .SH NAME epstopdf, repstopdf \- convert an EPS file to PDF .SH SYNOPSIS -\fBepstopdf\fP [\fIoptions\fP] [\fIepsfile\fP] +\fBepstopdf\fP [\fIoptions\fP] [\fIepsfile\fP [\fIpdffile\fP.pdf]] .SH DESCRIPTION By default, \fBepstopdf\fP converts the input PostScript file to PDF, using Ghostscript. @@ -14,6 +14,11 @@ 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 PJL commands at the start of a file are removed. DOS EPS binary files (TN 5002) are supported. .PP @@ -107,6 +112,7 @@ names are allowed, those taking general strings are not. These examples all equivalently convert `test.eps' to `test.pdf': .nf epstopdf test.eps +epstopdf test.eps test.pdf cat test.eps | epstopdf --filter >test.pdf cat test.eps | epstopdf -f -o=test.pdf .fi diff --git a/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf b/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf Binary files differindex 061c1d0b933..f6108d4dfcb 100644 --- a/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf diff --git a/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf b/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf Binary files differindex f999cd3b75c..6476dba162f 100644 --- a/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf |