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']}";
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.