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
Diamond | Level 26

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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore 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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 2182 views
  • 0 likes
  • 2 in conversation