Relatively new to SAS and having issues with resolution of PNG and JPG images when they are exported to PDF reports. Have tried using the suggestions I was able to find on this forum and elsewhere but still having issues with resolution in the finished product. Image is crisp in both png and jpg but when using the following, the image ends up pixelated on the PDF. It does not happen all of the time depends on the image being used. %let Image='Drive:\folder\folder\folder/LOGO_1.PNG' dpi=300; Same problem here ODS LAYOUT ABSOLUTE; ODS Region Y=0.1in X=0.1in; ODS text= "~{style[preimage='Drive:\folder\folder\folder/LOGO_1.PNG']}"; ODS Region Y=0.38in X=2.5in; ODS text= "~{style[color=BL Font_size=16pt Font_weight=bold]&ANAME}"; ODS text= "~{style[color=BL Font_size=16pt Font_weight=bold]Report name}"; ODS text= "~{style[color=BL Font_size=16pt]&monthfull &Y}"; Any suggestions would be appreciated.
... View more