BookmarkSubscribeRSS Feed
VijayKumar
Calcite | Level 5

Hi ,

To add a logo to the first pdf page , I created a style as below

proc template;

     define style lg;

     parent=styles.printer;

     style body from document /

     background=_undef_

     backgroundimage="logo.jpg";

     end;

run;

But this logo gets added to every pdf page which is not the requirement.  I used ODS PDF style=none after the first page..., but still no success.

Please help!


1 REPLY 1
Cynthia_sas
SAS Super FREQ

Hi:

  If you search for previous forum postings, you will see that this question has come up several times.

https://communities.sas.com/message/10450#10450
https://communities.sas.com/message/56745#56745

 

This Tech Support note explains how to use a style template to insert a banner image into PDF output:

http://support.sas.com/kb/5/285.html  (Note that they use STYLE TABLE as the recommended template approach, and NOT STYLE BODY, as you show in your attempt.)

  

  Otherwise, this Tech Support note:

http://support.sas.com/kb/36/707.html

shows how to use the PREIMAGE style attribute to insert a logo into a title statement. You can use the PREIMAGE attribute either with or without the URL= attribute shown in this note.

  Do note, that if you use the PREIMAGE technique, you cannot also use the ESCAPECHAR and/or functions for page numbering:

http://support.sas.com/kb/34/573.html

 

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