Questions tagged [epstopdf]

{eps2pdf} is a Ghostscript frontend for converting document formats from {eps} to {pdf}.

concerns the eps to pdf converter eps2pdf. The converter is a front end for GhostScript (). The conversion works by reading the eps and modifying its to yield a pdf of a size determined by the boundingbox (not the paper size). This is particularly useful when using pdf format for figures in for example pdfLaTeX.

186 questions
9
votes
2 answers

Error using epstopdf package

I am currently using pdflatex on my Mac OS Yosemite to compile a simple code which is to demonstrate the problem I am having with another larger file. I am using TexLive 2014 and when running the following code on TexStudio I get an…
MCF57
  • 103
7
votes
2 answers

sh: epspdf: command not found

I'm trying to use the epspdfconversion package under TeXLive, on a Linux system. I've successfully installed and included said package, but when executing the command: pdflatex MyFile.tex it returns the error: sh: epspdf: command not found pdfTeX…
7
votes
6 answers

Trouble with epstopdf: File 'foo-eps-converted-to.pdf' not found

My question has been asked before but none of the answers previously has answered my question. I have an .eps file that I want to include in my LaTeX document. For this purpose I have included the epstopdf package. However, when I try to compile my…
user50733
  • 185
6
votes
1 answer

epspdfconversion isn't working

I'm with a problem with the package epspdfconversion. I use the following…
5
votes
1 answer

EPS to PDF - Remove "-eps-converted-to" from pdf filename

I'm using \usepackage{graphicx} and \usepackage{epstopdf} to import .eps figures. Afterwards I would like to get rid off the EPS files since I have the .pdf now. I know that LaTeX does not re-convert the .eps to .pdf file in every run but I would…
Bjartmar
  • 1,096
4
votes
2 answers

Error message: found PDF version <1.7>, but at most version <1.5> allowed: Solutions from other posts don't work

I updated TeXworks via MikTeX several months ago and now get the following warning message every time I try to use epstopdf: "PDF inclusion: found PDF version <1.7>, but at most version <1.5> allowed" I had no issues prior to updating. Here is a…
Kelsey
  • 101
  • 1
  • 5
4
votes
0 answers

Automically converting eps to pdf, but pdf-version is to high

I use TexLive and compile with lualatex. I have some eps-images included, which get automatically converted to pdf files. (I assume TexLive does it, because I do not use the package epstopdf). Everything works fine, unless that the generated pdfs…
tommsch
  • 429
4
votes
1 answer

epstopdf outdir challenges

I'm currently working on setting up the appendices for a dissertation project, which are going to contain +100 figures from several individual parametric studies. The majority of the figures have are included as EPS-files hence the challenge…
3
votes
1 answer

epstopdf and graphicspath with pdflatex

If I have an eps file in a subfolder and point to it with graphicspath, it can't seem to do the conversion, the log says: (epstopdf) Output file: (epstopdf) Command:
James
  • 565
  • 6
  • 13
2
votes
2 answers

Command repstopdf executes successfully, but does not generate a pdf file

As the title states, I'm having trouble with the conversion of my eps files to pdf. Minimal example: \documentclass[letterpaper, 10pt,…
Jon
  • 474
  • 2
  • 11
2
votes
0 answers

Where do I send patches to epstopdf? I made a patch to force B&W PDFs

I made a small patch to epstopdf to force the PDF to B&W. I had a document with some color, and I needed to convert it to a B&W PDF to avoid triggering color separations. Is there a place to post patches to epstopdf? I have pasted the patch…
William
  • 21
  • 2
2
votes
0 answers

unable to add eps file in pdf created by latex

I am trying to attach .eps file in my pdf document created by Latex. I am using windows winshell 3.3.2.6 (windows 7). I following packages \usepackage{graphicx}, \usepackage{epsfig}, \usepackage{epstopdf}. I get the error - Error: Package…
2
votes
0 answers

epstopdf creates blank PDF files

I have an issue with epstopdf.exe and that leads to inability to use .eps files for creating pdf documents. Here is the example of console output when I try to transform a sample eps file manually using epstopdf: c:\>epstopdf --verbose…
2
votes
0 answers

snapshot, bundledoc and epstopdf

I am using epstopdf package to convert on the fly eps images to pdf. However, the snapshot package and bundledoc do not keep track of the original eps file but only of the included pdf. Is there any way to improve this behavior?
Fabio
  • 31
2
votes
2 answers

epstopdf does not find (or generate) pdf file

I have an error while trying to use epstopdf package. This is my code \documentclass[11pt,oneside,a4paper,onecolumn]{article} \usepackage[usenames,dvipsnames]{pstricks} \usepackage{epsfig} \usepackage{pst-grad} % For…
ashim
  • 1,783
1
2