BookmarkSubscribeRSS Feed
sarunas
Calcite | Level 5

Hi,

I set up a background image for pdf output, but the background image fills only half of the page. Is there an option that would make the picture to fill the pdf page entirely ? I use this code:

proc template;

define style Styles.mystyle;

parent = Styles.Normal;

STYLE body /

backgroundimage='/user/test/bck_image.jpg'

BOTTOMMARGIN=0

TOPMARGIN=0

RIGHTMARGIN=0

LEFTMARGIN=0

;

end;

run;

options nodate nocenter orientation=landscape;

ods pdf file="/user/test/test.pdf" style=mystyle;

proc print data=sashelp.class; quit;

ods pdf close;

Many thanks.

1 REPLY 1
Cynthia_sas
SAS Super FREQ

Hi:

  This Tech Support note suggests that your image be created with a DPI of 150:

http://support.sas.com/kb/39/194.html

and this might also be relevant: http://support.sas.com/kb/18/320.html

  I would suggest that you open a track with Tech Support, as the issue might be specifically related to your image characteristics.

cynthia

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
  • 1340 views
  • 0 likes
  • 2 in conversation