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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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