<?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 PDF output gives no color in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310213#M17338</link>
    <description>&lt;P&gt;I'd probably start with the colourprinting option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;options nodate number pageno=1 orientation=landscape &lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;colorprinting=yes&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt; papersize=letter missing='N' nobyline &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bottommargin=0in topmargin=0in leftmargin=0in rightmargin=0in;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2016 19:30:34 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-11-08T19:30:34Z</dc:date>
    <item>
      <title>ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309798#M17314</link>
      <description>&lt;P&gt;If I submit the following code, except for the first and last lines that contains ODS, I get a nice output in my &amp;nbsp;html window with color. However, if I include the ODS statements at the beginning and end, I get output that has no color. I appreciate any help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods pdf file='G:\Departments\Research\MAP\1617\Fall 2016\Freqs of Pct Correct by Course Grade.pdf';&lt;BR /&gt;*math*;&lt;BR /&gt;proc sort data=mmap;&lt;BR /&gt;by letter;&lt;BR /&gt;proc freq data=mmap noprint;&lt;BR /&gt;by letter;&lt;BR /&gt;tables cat / out=FreqOutMath;&lt;BR /&gt;run;&lt;BR /&gt;title "Percent Correct on Math MAP by Course Letter Grade";&lt;BR /&gt;proc sgplot data=FreqOutMath;&lt;BR /&gt;vbar letter / response=Percent group=cat groupdisplay=stack;&lt;BR /&gt;xaxis discreteorder=data;&lt;BR /&gt;yaxis grid values=(0 to 100 by 10) label="Percentage of Total with Group";&lt;BR /&gt;run;&lt;BR /&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 18:19:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309798#M17314</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-07T18:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309805#M17315</link>
      <description>&lt;P&gt;You might try specifying a STYLE= option on the ODS PDF statement, likely best would be to match the style used by HTML.&lt;/P&gt;
&lt;P&gt;I believe the default PDF style doesn't include color. The log may have shown a bunch of lines about elements not defined, those would be mostly the colors used by graphics.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 18:31:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309805#M17315</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-07T18:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309809#M17316</link>
      <description>&lt;P&gt;I don't know what style the HTML used.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 18:40:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309809#M17316</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-07T18:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309815#M17317</link>
      <description>&lt;P&gt;If you are using Base SAS go to the menu Tools&amp;gt;Options&amp;gt;Preferences&amp;gt;Results&lt;/P&gt;
&lt;P&gt;There should be a Style indicated under HTML. Possibly Default or HTMLBlue.&lt;/P&gt;
&lt;P&gt;Since the SAS supplied styles vary from release to release I can't be sure which one you want, or if someone in your organization may have created and specified something else for your default style.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PDF and RTF ods destinations have their own defaults that you need to override though to get color.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 18:59:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309815#M17317</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-07T18:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309818#M17318</link>
      <description>&lt;P&gt;The style says HTMLBlue. &amp;nbsp;I'm not sure what to do with info to get my ods pdf file = ... statement to export in color.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 19:08:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309818#M17318</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-07T19:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309834#M17319</link>
      <description>&lt;P&gt;Add STYLE as indicated earlier.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS PDF file='.....' style=HTMLBlue ...;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rest of code;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 19:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309834#M17319</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-07T19:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309839#M17320</link>
      <description>&lt;P&gt;Still no change. The Results Viewer shows color but the exported pdf file is gray.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods pdf file='G:\Departments\Research\MAP\1617\Fall 2016\Freqs of Pct Correct by Course Grade.pdf' style=htmlblue;&lt;BR /&gt;*math*;&lt;BR /&gt;proc sort data=mmap;&lt;BR /&gt;by letter;&lt;BR /&gt;proc freq data=mmap noprint;&lt;BR /&gt;by letter;&lt;BR /&gt;tables cat / out=FreqOutMath;&lt;BR /&gt;run;&lt;BR /&gt;title "Percent Correct on Math MAP by Course Letter Grade";&lt;BR /&gt;proc sgplot data=FreqOutMath;&lt;BR /&gt;vbar letter / response=Percent group=cat groupdisplay=stack;&lt;BR /&gt;xaxis discreteorder=data;&lt;BR /&gt;yaxis grid values=(0 to 100 by 10) label="Percentage of Total with Group";&lt;BR /&gt;run;&lt;BR /&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 20:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309839#M17320</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-07T20:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309877#M17321</link>
      <description>&lt;P&gt;It may be time to see the log with the entire ODS PDF "sandwich" code.. Possibly the original result file isn't being replaced for some reason such as the PDF is open by another program.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 21:17:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309877#M17321</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-07T21:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309896#M17323</link>
      <description>&lt;P&gt;It works for me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ensure your file is being generated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file='sample.pdf' style=htmlblue;

title 'Style demo';
proc print data=sashelp.class;
run;

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Nov 2016 23:00:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/309896#M17323</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-07T23:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310110#M17331</link>
      <description>&lt;P&gt;Here's the log. The pdf file is being created and sent to the appropriate destination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;150 ods pdf file='G:\Departments\Research\MAP\1617\Fall 2016\Freqs of Pct&lt;BR /&gt;150! Correct by Course Grade.pdf' style=htmlblue;&lt;BR /&gt;NOTE: Writing ODS PDF output to DISK destination&lt;BR /&gt; "G:\Departments\Research\MAP\1617\Fall 2016\Freqs of Pct Correct by&lt;BR /&gt; Course Grade.pdf", printer "PDF".&lt;BR /&gt;151 *math*;&lt;BR /&gt;152 proc sort data=mmap;&lt;BR /&gt;153 by letter;&lt;/P&gt;
&lt;P&gt;NOTE: There were 4640 observations read from the data set WORK.MMAP.&lt;BR /&gt;NOTE: The data set WORK.MMAP has 4640 observations and 14 variables.&lt;BR /&gt;NOTE: PROCEDURE SORT used (Total process time):&lt;BR /&gt; real time 0.09 seconds&lt;BR /&gt; cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;154 proc freq data=mmap noprint;&lt;BR /&gt;155 by letter;&lt;BR /&gt;156 tables cat / out=FreqOutMath;&lt;BR /&gt;157 run;&lt;/P&gt;
&lt;P&gt;NOTE: There were 4640 observations read from the data set WORK.MMAP.&lt;BR /&gt;NOTE: The data set WORK.FREQOUTMATH has 27 observations and 4 variables.&lt;BR /&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;BR /&gt; real time 0.12 seconds&lt;BR /&gt; cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;158 title "Percent Correct on Math MAP by Course Letter Grade";&lt;BR /&gt;159 proc sgplot data=FreqOutMath;&lt;BR /&gt;160 vbar letter / response=Percent group=cat groupdisplay=stack;&lt;BR /&gt;161 xaxis discreteorder=data;&lt;BR /&gt;162 yaxis grid values=(0 to 100 by 10) label="Percentage of Total with&lt;BR /&gt;162! Group";&lt;BR /&gt;163 run;&lt;/P&gt;
&lt;P&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;NOTE: PROCEDURE SGPLOT used (Total process time):&lt;BR /&gt; real time 6.35 seconds&lt;BR /&gt; cpu time 0.32 seconds&lt;/P&gt;
&lt;P&gt;NOTE: There were 27 observations read from the data set WORK.FREQOUTMATH.&lt;/P&gt;
&lt;P&gt;164 ods pdf close;&lt;BR /&gt;NOTE: ODS PDF printed 1 page to G:\Departments\Research\MAP\1617\Fall&lt;BR /&gt; 2016\Freqs of Pct Correct by Course Grade.pdf.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310110#M17331</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-08T15:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310114#M17332</link>
      <description>&lt;P&gt;Can you run the code I posted and attach the resulting PDF file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:10:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310114#M17332</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-08T15:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310124#M17333</link>
      <description>&lt;P&gt;1 ods pdf file='sample.pdf' style=htmlblue;&lt;BR /&gt;NOTE: Writing ODS PDF output to DISK destination&lt;BR /&gt; "C:\Users\gbibb\sample.pdf", printer "PDF".&lt;BR /&gt;NOTE: This SAS session is using a registry in WORK. All changes will be&lt;BR /&gt; lost at the end of this session.&lt;BR /&gt;2&lt;BR /&gt;3 title 'Style demo';&lt;BR /&gt;4 proc print data=sashelp.class;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;5 run;&lt;/P&gt;
&lt;P&gt;NOTE: There were 19 observations read from the data set SASHELP.CLASS.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt; real time 0.85 seconds&lt;BR /&gt; cpu time 0.34 seconds&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;6&lt;BR /&gt;7 ods pdf close;&lt;BR /&gt;NOTE: ODS PDF printed 1 page to C:\Users\gbibb\sample.pdf.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310124#M17333</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-08T15:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310158#M17334</link>
      <description>&lt;P&gt;The note about registry in Work makes me wonder if you have something odd with your ODS path for finding styles.&lt;/P&gt;
&lt;P&gt;What do you get when you run:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
   path show;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or possibly something is confusing the color definitions for your system.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:44:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310158#M17334</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-08T16:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310163#M17335</link>
      <description>&lt;P&gt;73 proc template;&lt;BR /&gt;74 path show;&lt;BR /&gt;Current ODS PATH list is:&lt;/P&gt;
&lt;P&gt;1. SASUSER.TEMPLAT(UPDATE)&lt;BR /&gt;2. SASHELP.TMPLMST(READ)&lt;BR /&gt;75 run;&lt;BR /&gt;NOTE: PROCEDURE TEMPLATE used (Total process time):&lt;BR /&gt; real time 0.00 seconds&lt;BR /&gt; cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310163#M17335</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-08T16:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310173#M17336</link>
      <description>&lt;P&gt;Try another style - Seaside or Meadow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And do you know what this NOTE &amp;nbsp;means:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 ods pdf file='sample.pdf' style=htmlblue;&lt;BR /&gt;NOTE: Writing ODS PDF output to DISK destination&lt;BR /&gt;"C:\Users\gbibb\sample.pdf", printer "PDF".&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:13:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310173#M17336</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-08T17:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310196#M17337</link>
      <description>&lt;P&gt;No luck. I went back to a program I ran last week and ran it again. It outputs with colors as expected. &amp;nbsp;Here's the code I used to define the pdf file. A colleague shared this code with me so I'm not familar with all of the options here. I'm wondering what option(s) I should apply to my current code that's not working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;***** DEFINE PDF FILE. *****;&lt;BR /&gt;options nodate number pageno=1 orientation=landscape colorprinting=yes papersize=letter missing='N' nobyline &lt;BR /&gt; bottommargin=0in topmargin=0in leftmargin=0in rightmargin=0in;&lt;BR /&gt;ods pdf file="G:\Departments\Research\SpecialServices\Profile Reports\&amp;amp;yr.\Profile Reports 2015-2016 By School.pdf";&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 18:43:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310196#M17337</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-08T18:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310213#M17338</link>
      <description>&lt;P&gt;I'd probably start with the colourprinting option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;options nodate number pageno=1 orientation=landscape &lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;colorprinting=yes&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt; papersize=letter missing='N' nobyline &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bottommargin=0in topmargin=0in leftmargin=0in rightmargin=0in;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:30:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310213#M17338</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-08T19:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF output gives no color</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310219#M17339</link>
      <description>&lt;P&gt;Wow. Just like that.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-output-gives-no-color/m-p/310219#M17339</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-11-08T19:37:54Z</dc:date>
    </item>
  </channel>
</rss>

