I have pdf produced using latex and it is giving "font not embedded" when I try to publish it to an online service. It is pointing toward a few diagrams that I have produced with ms visio. What I have tried so far is:
1. Tried compiling latex files using this setting one of my friends suggested this:
Go to Options-> Configure TeXstudio->Commands->Ps2Pdf. In that field, just paste
Code: Select all
ps2pdf.exe -dPDFSETTINGS#/prepress -dEmbedAllFonts#true -dMaxSubsetPct#100 -dCompatibilityLevel#1.3 %.ps
2. Tried embedding process for individual pdfs that I am including from Visio
3. Tried including
Code: Select all
\usepackage{lmodern}
Please help what i am missing.