|
|
| File Information |
| Description |
EPS2PDF converts an existing EPS file to a PDF file using Ghostscript. EPS2PDF reads an eps file, modifies the bounding box and creates a pdf file whose size is determined by the bounding box and not by the paper size. This can not be
accomplished by using Ghostscript only. So, all that one needs is of course MATLAB and Ghostscript drivers.
This tool is especially suited for LaTeX (TeX) users who want to create pdf documents on the fly (by including pdf graphics and using either pdftex or pdflatex). An example would be, if you are using LaTeX (TeX) to typeset documents then the usual (simple) way to include graphics is to include eps graphics using for example (if there exists myfigure.eps)
\begin{figure}
\centering
\includegraphics[scale=0.8]{myfigure}\\
\caption{some caption.}
\end{figure}
To use pdflatex (pdftex) you do not need to change anything but provide another file myfigure.pdf in the same directory along with myfigure.eps. And this file, of course, can be generated by EPS2PDF. |
| Acknowledgements |
This submission has inspired the following:
savefig
|
| MATLAB release |
MATLAB 6.5.1 (R13SP1)
|
| Other requirements |
Ghostscript |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (17) |
| 03 Sep 2004 |
Behzad Samadi
|
|
|
| 21 Jun 2005 |
Michael Hofer
|
|
|
| 02 Sep 2005 |
Steve B
|
|
|
| 08 Feb 2006 |
evgeni lomonosov
|
|
|
| 19 Feb 2006 |
Sebastian F
|
|
|
| 20 Mar 2006 |
dsg dghnd
|
|
|
| 13 May 2007 |
Ryan Edwards
|
|
|
| 03 Dec 2007 |
Jan K.
|
|
|
| 17 Apr 2008 |
h h
|
|
|
| 21 May 2008 |
Zhaowen Wang
|
|
|
| 10 Sep 2008 |
Mark Tschopp
|
|
|
| 18 Sep 2009 |
Fabio Caponetti
|
|
|
| 12 Apr 2010 |
J.Paul Rinehimer
|
|
|
| 01 Nov 2010 |
Ran
|
|
|
| 03 Aug 2011 |
Folkert
|
|
|
| 25 Oct 2011 |
Uli
|
|
|
| 27 Nov 2011 |
Maria
|
|
|
| Updates |
| 27 Aug 2004 |
Optimized for speed |
| 04 Oct 2004 |
Minor changes to enhance usability |
|
Contact us at files@mathworks.com