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']}";
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.