Graphics, Figures & TablesImport PDF file in graphics

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
hm24_arul
Posts: 11
Joined: Tue Mar 31, 2009 8:04 am

Import PDF file in graphics

Post by hm24_arul »

Hi Experts

I am Arul. New to this group. Working as latex compositor. Here I want to place my pdf file in to latex document.

Actually my original code is

Code: Select all

\begin{figure}
\includegraphics{myfig.eps}
\end{figure}
in place of using the EPS files now I want to use PDF files

Code: Select all

\begin{figure}
\includegraphics{myfig.pdf}
\end{figure}
I am using YandY Tex, WinXP
how I can import the PDF file?
thanks in advance

regards
a r u l

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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

Import PDF file in graphics

Post by localghost »

Convert your EPS files by using the command line tool epstopdf or "on the fly" with the epstopdf package. Note that PDF graphics are only accepted by pdflatex and not by latex.


Best regards and welcome to the board
Thorsten¹
hm24_arul
Posts: 11
Joined: Tue Mar 31, 2009 8:04 am

Re: Import PDF file in graphics

Post by hm24_arul »

Hi Thanks a lot

regards
a r u l
Post Reply