[Tex/LaTex] Epstopdf BoundingBox not found

epstopdferrors

Please, i need to convert some eps figures to pdf for use with pdflatex.

But, i have this warning:

 epstopdf curve.eps 
 ==> Warning: BoundingBox not found

Have you an idea please ?
Thank you so much.

Best Answer

Try,

epstool --copy --bbox curve.eps --output curve1.eps

This should generate proper bounding box. Then, epstopdf curve1.eps should work properly.

Hope it helps.