|
[Date Index]
[Thread Index]
[Author Index]
Re: Inserting PDF's
- To: mathgroup at smc.vnet.net
- Subject: [mg47078] Re: [mg47013] Inserting PDF's
- From: Gerry Flanagan <flanagan at materials-sciences.com>
- Date: Thu, 25 Mar 2004 05:48:06 -0500 (EST)
- References: <200403200850.DAA11412@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
If it's a simple graphic, you can try converting the PDF to an EPS (through
Illustrator. Maybe Ghostscript or some other small application could also
convert it). Then use the Show[Import["filename.eps"],
AspectRatio->Automatic]. This will convert the graphic to native
Mathematica postscript. Text in the graphics is frequently an issue.
Mathematica uses its own text scaling rules.
Alternative is to use something like ghostscript to generate a bitmap of
whatever resolution you want, then paste or Import to your notebook. I've
become a fan of always using Import (you can delete the input line
containing Import after you're done).
Gerry F.
At 03:50 AM 3/20/2004, Gregory Lypny wrote:
>Hello everyone,
>
> When I paste PDF graphics into Mathematica notebooks, they appear
> fine
>on screen, but they print jaggy (bit mapped). Is there any way to
>improve the print outs?
>
> Greg
Prev by Date:
Re: Permutation
Next by Date:
Yet another Mathematica docs whopper
Previous by thread:
Inserting PDF's
Next by thread:
MultipleListPlot and Lists of Lists
|