BookmarkSubscribeRSS Feed
MikeRhoads
Obsidian | Level 7
The (excellent) SAS Global Forum 2010 paper by Scott Huntley and Bari Lawhorn on ODS PDF compatibility for SAS 9.2 suggests that one technique for reducing the size of PDF files in 9.2 is to specify:

OPTIONS SYSPRINTFONT='Courier';

to prevent the Cumberland AMT font from being loaded. Unfortunately, when I try this on my WinXP desktop (SAS 9.2 TS2M2), I get the following error:
WARNING: -SYSPRINTFONT: Font "Courier" not found.

"Courier" does not show up in my font list in MS Office apps, although it does show up in SAS Display Manager (Tools, Options, Enhanced Editor, Appearance). "Courier New" shows up in both lists, and specifying Courier New with SYSPRINTFONT does not produce an error. I’m just not sure whether using Courier New provides the same benefits as were suggested in the paper, and whether on the other hand there are any risks I need to be aware of with it. (Or is there something else that I could do to prevent the error when specifying “Courier”?)

Thanks!
1 REPLY 1
MikeRhoads
Obsidian | Level 7
After discussing this with one of the ODS folks, it sounds as though my best alternative is to abandon my effort to mess with SYSPRINTFONT, given that I don't have a font specifically named "Courier" on my computer. (Courier New winds up actually being slightly larger than the default of Cumberland when font embedding is enabled.)

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 831 views
  • 0 likes
  • 1 in conversation