Graphics, Figures & Tables ⇒ Inserting EMF/WMF files into a document
Inserting EMF/WMF files into a document
In other word, I would like to use vectorial images in TeX. I've got lot of EMF files and I don't want to convert to PNG 'cause of poor quality when I've used PDFLaTeX.
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Inserting EMF/WMF files into a document
[1] Bullzip PDF Printer
[2] PDFCreator|pdfforge.org
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Inserting EMF/WMF files into a document
OK! I think I get the picture. So if I could convert my vectorial image to PDF doc would I able to insert it to my TeX file? How can I do it?localghost wrote:You have to convert your pictures to a vector format that is accepted. But I'm not aware of a freeware tool that can do this (a search engine may help). You may print the pictures into PDF using a kind of printer driver [1,2]. Another solution may be IrfanView (freeware indeed) which is able to convert images to PDF.
[1] Bullzip PDF Printer
[2] PDFCreator|pdfforge.org
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Inserting EMF/WMF files into a document
The same way as you include other graphics files. Just use the graphicx package and its \includegraphics command.rrodolfo wrote:[...] So if I could convert my vectorial image to PDF doc would I able to insert it to my TeX file? How can I do it?
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Inserting EMF/WMF files into a document
That's good!localghost wrote:The same way as you include other graphics files. Just use the graphicx package and its \includegraphics command.rrodolfo wrote:[...] So if I could convert my vectorial image to PDF doc would I able to insert it to my TeX file? How can I do it?

It's perfect!... Thanks, localghost. That's what I really needed...