Search found 6 matches

by rensv
Thu May 29, 2008 10:39 pm
Forum: General
Topic: Embed fonts in pdf
Replies: 10
Views: 24607

Re: Embed fonts in pdf

Yessss, I finally succeeded. I created my ps file using dvips. Subsequently I converted the ps-file to pdf using GSView
with the following settings:

PDFSETTINGS /printer
CompatibilityLevel 1.3
EmbedAllFonts true
SubsetFonts true
MaxSubsetPct 100

Just posting it here because it might be helpful to ...
by rensv
Thu May 29, 2008 7:22 pm
Forum: General
Topic: Embed fonts in pdf
Replies: 10
Views: 24607

Re: Embed fonts in pdf

Nope, that didn't work, but still thanks for the help. any other suggestions?
I am not really attached to these fonts so if someone can tell me how to replace them, maybe that would do the trick.

Rens
by rensv
Wed May 28, 2008 9:50 pm
Forum: General
Topic: Embed fonts in pdf
Replies: 10
Views: 24607

Re: Embed fonts in pdf

Ok, thanks.
I managed to install the packages, but unfortunately it didn't solve my original problem. When I open my pdf and look at document properties -> fonts then most fonts are embedded, but still some fonts (Helvetica, Symbol, Times-Bold, Times-BoldItalic, Times-Italic, Times-Roman) are not ...
by rensv
Sun May 25, 2008 9:53 pm
Forum: General
Topic: Embed fonts in pdf
Replies: 10
Views: 24607

Re: Embed fonts in pdf

Thank you very much, however I cannot get this txfonts package working.
I used the command: \usepackage{txfonts}

and when I compiled, TexnicCenter asked to download this missing package, but it did not succeed. So, alternatively, I downloaded it manually from the CTAN page you referred to. But ...
by rensv
Sat May 24, 2008 1:33 pm
Forum: General
Topic: Embed fonts in pdf
Replies: 10
Views: 24607

Re: Embed fonts in pdf

Thanks for your reply.

Here is my main tex file, and some extra style files I used. Does that help?
by rensv
Sat May 24, 2008 12:45 pm
Forum: General
Topic: Embed fonts in pdf
Replies: 10
Views: 24607

Embed fonts in pdf

Hello,

I am creating my PhD thesis using MikTex and TexnicCenter. I created a PDF from my dvi file using dvips and ghostscript, but when I sent this pdf-file to the print-shop they said that not all fonts were embedded which could give trouble when they print it. Can somebody tell me how I can ...