Hi everybody,
I was working on word then I decided to use latex, so I am very new for Latex.
I am just trying to use the same figure I built in word instead of doing new ones.
could any of you tell me how to import those figures with high resolution.
Thank you
best regards
Graphics, Figures & Tables ⇒ Using the same figure I have used in MS Word
-
- Posts: 7
- Joined: Mon Jan 23, 2017 8:51 am
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Using the same figure I have used in MS Word
Welcome to the forum!
You could save the images (document) in PDF format, or print into a PDF file, and import ad PDF image into your LaTeX document, such as by
You can clip images by a PDF processing software, or clip via options to \includegraphics. The latter is described in the
graphicx manual.
Stefan
You could save the images (document) in PDF format, or print into a PDF file, and import ad PDF image into your LaTeX document, such as by
\includegraphics{figure.pdf}
You can clip images by a PDF processing software, or clip via options to \includegraphics. The latter is described in the

Stefan
LaTeX.org admin