Hello folks,
I am looking to find a way for Converting PDF figures to EPS?
please help
Many thanks
Graphics, Figures & Tables ⇒ Converting PDF figures to EPS?
NEW: TikZ book now 40% off at Amazon.com for a short time.

Converting PDF figures to EPS?
Depending on your operating system, you might be able to use the pdftops command line tool from the Poppler libraries, perhaps.
Or combine pdf2ps and ps2epsi from ghostscript.
You might also be able to do with Inkscape.
But more often people convert in the other direction. Is there a special reason you need to convert in this direction?
Code: Select all
pdftops -eps myfile.pdf myfile.eps
You might also be able to do with Inkscape.
But more often people convert in the other direction. Is there a special reason you need to convert in this direction?
Converting PDF figures to EPS?
Sam wrote:Hello folks,
I am looking to find a way for Converting PDF figures to EPS?
please help
Many thanks
Hello,
Can anyone help in converting my PDF figures to eps please?
thanks
Converting PDF figures to EPS?
Use pdftoeps from ghostscript. Also on CTAN. You might also be interested in the epstopdf package.
If you want more detailed help, at least tell us what operating sytem you're using.
If you want more detailed help, at least tell us what operating sytem you're using.