LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 3 Sep 2008 11:44:53 +0200
Reply-To:   Andre Wielki <wielki@INED.FR>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Andre Wielki <wielki@INED.FR>
Subject:   Re: SAS Graph resolution in Powerpoint
Comments:   To: Jonas Bilenas <jonas.bilenas@CHASE.COM>
In-Reply-To:   <200809021839.m82GWCjC008807@malibu.cc.uga.edu>
Content-Type:   text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Jonas,<br> For producing separated graphic files outside any ods context, it is a solution but with limits<br> (not verified yet in 9.2 as Sas has implemented a serie of new true type fonts)<br> see also TS674<br> <br> 1)the availables fonts are sas fonts and only a narrow list of hard fonts:<br> helvetica timesroman courier symbol and zapfdingbats&nbsp; and their variation<br> <br> 2) more goptions are usually needed : vsize and hsize by example<br> <br> 3)office 1997!!! ten years old&nbsp;<span class="moz-smiley-s3"><span> ;-) </span></span>&nbsp; the more recent drivers are cgmofmp&nbsp;&nbsp; and cgmpfml<br> <br> Andre<br> <br> Jonas Bilenas a &eacute;crit&nbsp;: <blockquote cite="mid:200809021839.m82GWCjC008807@malibu.cc.uga.edu" type="cite"> <pre wrap="">On Tue, 2 Sep 2008 10:35:47 -0400, Susie C Y Li <a class="moz-txt-link-rfc2396E" href="mailto:susie.li@BOEHRINGER-INGELHEIM.COM">&lt;susie.li@BOEHRINGER- INGELHEIM.COM&gt;</a> wrote:

</pre> <blockquote type="cite"> <pre wrap="">Hello,

I wonder if there is anyway to sharpen the SAS Graph output resolution once imported (cut and pasted) into Powerpoint.

As of now, the SAS created charts or graphs look fine in SAS, but fuzzy in Powerpoint.

Susie C Li </pre> </blockquote> <pre wrap=""><!----> I find the cgm drivers generate better graphs to import into POWERPOINT.

For a landscape plot:

filename gout '.'; goptions reset=all device=cgmOF97L gsfname=gout gsfmode=replace ftext=swiss;

For a portrait plot:

filename gout '.'; goptions reset=all device=cgmOF97P gsfname=gout gsfmode=replace ftext=swiss;

Jonas Bilenas

</pre> </blockquote> <br> <pre class="moz-signature" cols="110">-- Andr&eacute; WIELKI INED (Institut National d'Etudes D&eacute;mographiques) Service Informatique 133 Boulevard Davout 75980 Paris Cedex 20 m&eacute;l : <a class="moz-txt-link-abbreviated" href="mailto:wielki@ined.fr">wielki@ined.fr</a> t&eacute;l : 33 (0) 1 56 06 21 54 </pre> </body> </html>


Back to: Top of message | Previous page | Main SAS-L page