<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ODS - Insert a good quality picture to PDF using ODS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Insert-a-good-quality-picture-to-PDF-using-ODS/m-p/293380#M16679</link>
    <description>&lt;P&gt;Hi K,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot. Work like a charm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2016 10:34:49 GMT</pubDate>
    <dc:creator>DanielDor</dc:creator>
    <dc:date>2016-08-23T10:34:49Z</dc:date>
    <item>
      <title>ODS - Insert a good quality picture to PDF using ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Insert-a-good-quality-picture-to-PDF-using-ODS/m-p/293337#M16677</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I'm trying to make my report a bit more fancy. I'm trying to enter a logo picture to the report using the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf file="C:\temp\file - &amp;amp;fdate .pdf" ;&lt;BR /&gt;title "^S={font_size=14pt} Report&amp;nbsp;- &amp;amp;fdate ^S={}";&lt;BR /&gt;ods escapechar='^';&lt;BR /&gt;ods pdf text = "^{style[just=center preimage='C:\temp\Picture.png']}";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... (CODE)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I'm getting the picture inside the report, but the picture is Pixeled.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. How can improve it? I've tried a lot of different pictures in high quality, all of them looks bad in the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 04:46:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Insert-a-good-quality-picture-to-PDF-using-ODS/m-p/293337#M16677</guid>
      <dc:creator>DanielDor</dc:creator>
      <dc:date>2016-08-23T04:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: ODS - Insert a good quality picture to PDF using ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Insert-a-good-quality-picture-to-PDF-using-ODS/m-p/293365#M16678</link>
      <description>&lt;PRE&gt;
Use DPI= option, as long as you have a high quality picture.

ods pdf file='/folders/myfolders/x.pdf' dpi=300;
ods escapechar='~';
title '~S={preimage="/folders/myfolders/x.jpg"} xxxxx';
proc print data=sashelp.class;
run;
ods pdf close;


&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Aug 2016 07:39:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Insert-a-good-quality-picture-to-PDF-using-ODS/m-p/293365#M16678</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-08-23T07:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: ODS - Insert a good quality picture to PDF using ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Insert-a-good-quality-picture-to-PDF-using-ODS/m-p/293380#M16679</link>
      <description>&lt;P&gt;Hi K,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot. Work like a charm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Insert-a-good-quality-picture-to-PDF-using-ODS/m-p/293380#M16679</guid>
      <dc:creator>DanielDor</dc:creator>
      <dc:date>2016-08-23T10:34:49Z</dc:date>
    </item>
  </channel>
</rss>

