<?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 ods pdf in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf/m-p/91036#M257361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;on a title statment that is to be displayed on a pdf..&amp;nbsp; how do i set different fontweight for different texts..&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;title j=left&amp;nbsp; "Country&amp;nbsp; State&amp;nbsp; City";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only country should be bold...&amp;nbsp; and state and city should not be bold.&lt;/P&gt;&lt;P&gt;but when i put&amp;nbsp; bold before country ...all the text after country becomes bold.&lt;/P&gt;&lt;P&gt;title j=left&amp;nbsp; bold "Country&amp;nbsp; State&amp;nbsp; City";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note : escape character isn't working with title on pdfs.&amp;nbsp;&amp;nbsp; so cant use those....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with style we have options like font_weight=medium&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but on title statement if 'bold' works why doesn't 'medium' work.... strange!!!&lt;/P&gt;&lt;P&gt;title j=left&amp;nbsp; bold "Country"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; medium&amp;nbsp; " State&amp;nbsp; City";&lt;/P&gt;&lt;P&gt; this doesn't work...&amp;nbsp;&amp;nbsp; all get bolded...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can somebody help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 12:01:29 GMT</pubDate>
    <dc:creator>mjack</dc:creator>
    <dc:date>2012-12-05T12:01:29Z</dc:date>
    <item>
      <title>ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf/m-p/91036#M257361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;on a title statment that is to be displayed on a pdf..&amp;nbsp; how do i set different fontweight for different texts..&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;title j=left&amp;nbsp; "Country&amp;nbsp; State&amp;nbsp; City";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only country should be bold...&amp;nbsp; and state and city should not be bold.&lt;/P&gt;&lt;P&gt;but when i put&amp;nbsp; bold before country ...all the text after country becomes bold.&lt;/P&gt;&lt;P&gt;title j=left&amp;nbsp; bold "Country&amp;nbsp; State&amp;nbsp; City";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note : escape character isn't working with title on pdfs.&amp;nbsp;&amp;nbsp; so cant use those....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with style we have options like font_weight=medium&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but on title statement if 'bold' works why doesn't 'medium' work.... strange!!!&lt;/P&gt;&lt;P&gt;title j=left&amp;nbsp; bold "Country"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; medium&amp;nbsp; " State&amp;nbsp; City";&lt;/P&gt;&lt;P&gt; this doesn't work...&amp;nbsp;&amp;nbsp; all get bolded...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can somebody help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 12:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf/m-p/91036#M257361</guid>
      <dc:creator>mjack</dc:creator>
      <dc:date>2012-12-05T12:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf/m-p/91037#M257362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mjack,&lt;/P&gt;&lt;P&gt;the rules for title are old and with limits&lt;/P&gt;&lt;P&gt;but with ods pdf text=&amp;nbsp;&amp;nbsp; you have a lot of possibilities&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;options&amp;nbsp; nodate;&lt;/P&gt;&lt;P&gt; title font=Courier h=0.5cm italic j=l "where"&amp;nbsp; font=Times bold h=0.7cm j=r "heavy" ;&lt;/P&gt;&lt;P&gt;ods pdf file="d:\temp\title.pdf"&amp;nbsp; style=journal;&lt;/P&gt;&lt;P&gt;ods pdf text=&amp;nbsp; " oui ^{style [just=l font_weight=bold font_size=10pt] Country}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^{style [just=r font_style=italic font_weight=light font_width=narrow font_size=15pt] State&amp;nbsp; City}";&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class(obs=3);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for title&amp;nbsp; the rules are at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/kb/24/853.html"&gt;http://support.sas.com/kb/24/853.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 12:47:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf/m-p/91037#M257362</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2012-12-05T12:47:57Z</dc:date>
    </item>
  </channel>
</rss>

