GeneralIs there any way to use .eps images when outputting to a pdf

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
brian_s
Posts: 3
Joined: Sun Mar 02, 2008 2:33 am

Is there any way to use .eps images when outputting to a pdf

Post by brian_s »

Are there any packages that allow .eps files to be used when creating a pdf document? I have drawn some images in Inkscape and it wont export files in .jpg format.

Anyone have any other options for programs which I could use for drawing diagrams that would be compatible?


Thanks
Brian

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Re: Is there any way to use .eps images when outputting to a pdf

Post by gmedina »

Hi,

you will find some answers to your question if you use the "Search" button of the board (top right corner) with "epstopdf" as keyword.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
brian_s
Posts: 3
Joined: Sun Mar 02, 2008 2:33 am

Re: Is there any way to use .eps images when outputting to a pdf

Post by brian_s »

Thanks, had been using the wrong search keywords, and hadnt found much useful info.

I have just tried using the epstopdf package, but getting errors. Then instead just saved my inkscape images as pdf's. Diagrams seem to be coming out OK in the document (better than using screen capture to convert to jpg any way). Is this the way I should continue? Are there any downsides to saving the images as .pdf's?

Thanks again
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Is there any way to use .eps images when outputting to a pdf

Post by localghost »

Since Inkscape is made for drawing vector based images, it is clear that you can't save your diagrams in (the pixel based) JPG format. But it supports to save them directly as PDF. Like EPS it is a vector based format and yields best results when scaled. Hence a conversion will not be necessary.


Best regards
Thorsten¹
daleif
Posts: 199
Joined: Wed Nov 19, 2008 12:46 am

Re: Is there any way to use .eps images when outputting to a pdf

Post by daleif »

to use the epstopdf package your LaTeX needs to run external programs, this is usually disabled (for security)

I would convert by hand, using the the commandline tool epstopdf

as far as I remember you can also do this via gsview (if you are on windows), it should be in the menu (perhaps I'm wrong)
Post Reply