Fonts & Character SetsFont not embedded in pdf file

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Faseeh
Posts: 14
Joined: Mon Jan 04, 2016 10:23 am

Font not embedded in pdf file

Post by Faseeh »

Hi and Thank you for going through my post.

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
This will directly embed all fonts while compiling itself. But it still gives the same embed problem.

2. Tried embedding process for individual pdfs that I am including from Visio

3. Tried including

Code: Select all

 \usepackage{lmodern}
but it gives the same problem.

Please help what i am missing.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Font not embedded in pdf file

Post by kaiserkarl13 »

Have you tried making the PDF with pdflatex (i.e., without going through DVI first)?
Faseeh
Posts: 14
Joined: Mon Jan 04, 2016 10:23 am

Font not embedded in pdf file

Post by Faseeh »

Thanks for your reply.

I compile my code with pdflatex and it does not embed for visio diagrams that I include as pdf. As a solution (since i had to submit my work somewhere) I embedded font in individual visio pdf files using a third-party software and that resolved the issue. However, i was not able to do it with latex itself.
Post Reply