Re: exporting graph in pdf file
- To: mathgroup at smc.vnet.net
- Subject: [mg31045] Re: exporting graph in pdf file
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 6 Oct 2001 03:32:08 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <9p2qac$31n$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, export *.eps, go into the Distiller |Settings | Font Locations press the add button srach for the $TopDirectory/SystemFiles/Fonts/Type1 directory and add it to the font locations. Distill the *.eps file. If this not help send me the PostScript file, I will look what's wrong. Regards Jens Seongyeon Lim wrote: > > Hello, > > I'm having problem exporting graphs into pdf files. (I'm using Mathematica > 4.1 on windows 98.) > > gr=Plot[...] > Export["ex1.pdf",gr,"PDF"] > > When I opened the created pdf file, it gives me an error messages > "unable to create or find font Math2Mono" or "There was an error processing > a page. Illegal operation inside a path". > > Technical support suggested setting up Adobe Distiller to find the Math > fonts, but it didn't help. > > Thank you in advance! > > sy