[Tex/LaTex] Font embedding problem with EPS figures in LaTeX

epsepstopdffontspdftex

I have an EPS figure generated by Microsoft Visio with PDFCreator. I want to add this EPS figure to my document using pdflatex by declaring \usepackage{epstopdf} but the fonts in the EPS figure are not properly managed.

What's the best solution for adding EPS figures with properly embedded fonts?

Best Answer

You need to export the file from Visio using a method that avoids bitmapping. I think the MetafileToEPSConverter is what you need. Note that vector graphics can be stored using either eps or pdf without distortion; the blurring effect that you are seeing probably results from the file being stored using a bitmap format (jpg, gif, png, etc.) at some stage of your workflow.