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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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