Antw: pdf-export
- To: mathgroup at smc.vnet.net
- Subject: [mg44081] Antw: pdf-export
- From: "Thomas Manz" <thomasmanz at web.de>
- Date: Wed, 22 Oct 2003 03:24:31 -0400 (EDT)
- References: <bmg0c1$e7n$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Nobody of you does use pdf-export ????
>>> Thomas Manz<thomasmanz at web.de> 14.10.2003 07:08:17 >>>
Hello!
I want to export a plot in pdf format, but I have problems with fonts.
Example:
$FormatType = OutputForm
$TextStyle = {FontFamily -> "Times"}
pic = Plot[Sin[x], {x, 0, Pi}, Frame -> True, FrameLabel -> {"x", "Sin(x)",
"", ""}]
Display["c:\\test.pdf", pic, "PDF"]
The plot shows the correct font but when exporting in pdf (the last command) I get the following error:
Display::pserr: PostScript language error:
Warning: substituting font Courier for Times
How can I export pdfs with other fonts than Courier??
Thanks,
Thomas Manz