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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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