BookmarkSubscribeRSS Feed
BStats
Calcite | Level 5

Hi.

 

I am working with ods absolute layout with a pdf destination. We have two company logos that need to go on this particulare report. However, when I attempt to have one in the left corner and one in the right they end up stacked on top of eachother. Does anyone know how to fix this? Both logos are the same size. 

 

option nomprint nosymbolgen nomlogic nodate nonumber center missing=0
orientation=portrait
papersize = letter
topmargin = 0.001in
bottommargin = 0.001in
leftmargin = 0.001in
rightmargin = 0.001in;
ods listing close;
ods escapechar = '^';
ods pdf file ="C:\Users\lxxxx\Desktop\Doc1.pdf" startpage = no style=Stack_Table_Style;

ods layout absolute start width=7.5in height=10.0;

title;

ods region x=0.3in
y=0.5in
width = 2.5in
height = 0.25in;
ods text = "^{style[preimage='D:\xxx\Logos\Picture1.jpg']}";

ods region x=4.5in
y=0.5in
width = 2.5in
height = 0.25in;
ods text = "^{style[preimage='D:\xxx\Logos\Picture2.jpg']}";

1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
I think this is a question for Tech Support. If you have discovered a defect, they can involve the developers in R&D.
cynthia

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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