eps2xxx

Converts an EPS file to several other formats (PDF, JPG, PNG, TIFF).
8K download
Aggiornato 22 feb 2005

Visualizza la licenza

EPS2XX can convert an existing EPS file to 4 other formats: PDF, JPG, PNG, and TIFF (one at a time or several at once) using Ghostscript. EPS2XX reads an eps file, modifies the bounding box and creates output file(s) file whose size is/are determined by the bounding box from the eps file and not by the paper size. This can not be accomplished by using Ghostscript only.

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 EPS2XXX.

Cita come

Primoz Cermelj (2024). eps2xxx (https://www.mathworks.com/matlabcentral/fileexchange/6858-eps2xxx), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14SP1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Printing and Saving in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: savefig, BaFigExPro (v. 2.7)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Minor bug removed;
Eps files without the BB are now upported;