I'm using LEd and TexLive2007.
When i try to include some graphics (*.eps) into my document:
Code: Select all
...
\usepackage{graphicx}
\usepackage{epsfig}
...
...
\begin{figure}[h]
\begin{center}
\includegraphics[scale=0.3]{alg1.eps}
\caption{\label{r1}drawing description.}
\end{center}
\end{figure}
...
(DVI->PDF),i get following error:
Code: Select all
[1(.//alg1.eps<PS>
Version of PDF file (1.4) is newer than version limit specification.
pdf_open: Not a PDF 1.[1-3] file
Corrupt PDF file?
)
pdf: image inclusion failed for (alg1.eps).
]
and of course there is nopicture in PDF

What's about this PDF version ?? if there is any limit how can i change it ?
Could You help me please...
Thanks !