Hi,
I'm trying to convert Postscript plots produced by Root to PDF. It is
required by the journal that the document may contain Type 1 fonts
only. I use epstopdf to do the conversion however about a half of the
plots end up with Type 3 bitmapped fonts referenced in the PDF.
I'm using Root from CVS with TTF support. According to the docs
epstopdf should handle all 14 standard fonts and transfer them as Type
1. I found a utility to list fonts contained in a PDF file and it
shows
Font : [A ] Type3 Not embedded
Font : [Helvetica-Bold ] Base14 Not embedded
for an eps file produced by
gStyle->SetOptTitle(0);
gStyle->SetOptStat(0);
TH1F *h = new TH1F("h","t3",10,0.,1.);
h->Draw();
c1->SaveAs("t3.eps");
I've put t3.eps to
http://darbujan.fzu.cz/~masik/root/t3.eps
Do you think it is a limitation of epstopdf or is the font used
already during ps file generation.
Thank you in advance for you answers,
Jiri
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:02 MET