Hi,
I am having problems to convert a EPS figure into PDF using the tool EPS2PDF for my Latex book. The figures are not being converted correctly, parts of them are missing.
Please find an example of the original EPS and the converted PDF in the attachemtns. You can see that a part of the legend of the graph in the PDF file is missing.
I am aware I could use other tools such as the epstopdf package for "on the fly" conversions. Howerver I am very advanced with the writing, and would rather avoid making drastic changes in the Texniccenter.
I would appreciate if someone could help me to fix the probelm with the EPS2PDF.
Graphics, Figures & Tables ⇒ Problems converting EPS to PDF using EPS2PDF
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 351
- Joined: Sat Aug 02, 2008 8:47 am
Re: Problems converting EPS to PDF using EPS2PDF
when I delete the rubbish code at the beginning and the end of the EPS I get the correct PDF. The eps should start with
%!PS-Adobe-2.0 EPSF-2.0
and end with
%%EOF
I suppose you created the eps with Publisher or another Windows tool.
You can fix that problem whith running
eps2eps XXXX.EPS xxxx.eps
%!PS-Adobe-2.0 EPSF-2.0
and end with
%%EOF
I suppose you created the eps with Publisher or another Windows tool.
You can fix that problem whith running
eps2eps XXXX.EPS xxxx.eps