<?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: work with table borders in ODS PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/work-with-table-borders-in-ODS-PDF/m-p/3041#M1366</link>
    <description>Hi:&lt;BR /&gt;
  In PDF, the HTMLSTYLE attribute does not work. So, you would either have to wait for these text-decoration attributes in SAS 9.2:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/topics/new92/92pdf.html" target="_blank"&gt;http://support.sas.com/rnd/base/topics/new92/92pdf.html&lt;/A&gt;&lt;BR /&gt;
           &lt;BR /&gt;
or hope that these RTF border attributes will also work for PDF and printer family destinations in 9.2:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/topics/new92/92rtf.html#bordervor" target="_blank"&gt;http://support.sas.com/rnd/base/topics/new92/92rtf.html#bordervor&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
In the meantime, since you can achieve the look you want with HTML, you might investigate whether a 3rd party HTML to PDF converter would work to convert your HTML output -- which can use HTMLSTYLE -- to PDF and whether the borders would convert correctly to PDF.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 14 May 2007 14:39:34 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-05-14T14:39:34Z</dc:date>
    <item>
      <title>work with table borders in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/work-with-table-borders-in-ODS-PDF/m-p/3040#M1365</link>
      <description>hello all, i would like to have a table with an output just like the one i get with this:&lt;BR /&gt;
&lt;BR /&gt;
ods html file='temp.html';&lt;BR /&gt;
&lt;BR /&gt;
proc report data=sashelp.class nowd&lt;BR /&gt;
    style(report)={cellspacing=0 rules=groups};&lt;BR /&gt;
col sex name height;&lt;BR /&gt;
define sex / order;;&lt;BR /&gt;
define height / sum;&lt;BR /&gt;
&lt;BR /&gt;
compute height;&lt;BR /&gt;
  call define(_col_,"style",&lt;BR /&gt;
              "style={htmlstyle='border-top:1px solid white;&lt;BR /&gt;
               border-left:1px solid white'}");&lt;BR /&gt;
 if height eq '62.8' then&lt;BR /&gt;
   call define(_col_,"style",&lt;BR /&gt;
              "style={htmlstyle='border-left:white'}"); &lt;BR /&gt;
endcomp;&lt;BR /&gt;
&lt;BR /&gt;
compute name;&lt;BR /&gt;
 call define(_col_,"style",&lt;BR /&gt;
              "style={htmlstyle='border-top:1px solid white;&lt;BR /&gt;
               border-left:1px solid white'}");&lt;BR /&gt;
if name eq 'Carol' then&lt;BR /&gt;
call define(_col_,"style",&lt;BR /&gt;
              "style={htmlstyle='border-left:#d3d3d3;border-top:1px solid white'}");&lt;BR /&gt;
if name eq 'Jane' then&lt;BR /&gt;
call define (_col_,"style",&lt;BR /&gt;
			  "style={htmlstyle='border-top:#d3d3d3;border-left:1px solid white'}");&lt;BR /&gt;
endcomp;&lt;BR /&gt;
&lt;BR /&gt;
compute sex;&lt;BR /&gt;
call define(_col_,"style",&lt;BR /&gt;
             "style={htmlstyle='border-top:1px&lt;BR /&gt;
             solid white'}");&lt;BR /&gt;
endcomp;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
what i want is to make an 'L' shape in some headers.&lt;BR /&gt;
is there any way to work this out?&lt;BR /&gt;
i have tried creating templates, but i only can get all/none vertical or horizontal bars, not one specifically.&lt;BR /&gt;
&lt;BR /&gt;
regards</description>
      <pubDate>Mon, 14 May 2007 09:05:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/work-with-table-borders-in-ODS-PDF/m-p/3040#M1365</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-05-14T09:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: work with table borders in ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/work-with-table-borders-in-ODS-PDF/m-p/3041#M1366</link>
      <description>Hi:&lt;BR /&gt;
  In PDF, the HTMLSTYLE attribute does not work. So, you would either have to wait for these text-decoration attributes in SAS 9.2:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/topics/new92/92pdf.html" target="_blank"&gt;http://support.sas.com/rnd/base/topics/new92/92pdf.html&lt;/A&gt;&lt;BR /&gt;
           &lt;BR /&gt;
or hope that these RTF border attributes will also work for PDF and printer family destinations in 9.2:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/topics/new92/92rtf.html#bordervor" target="_blank"&gt;http://support.sas.com/rnd/base/topics/new92/92rtf.html#bordervor&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
In the meantime, since you can achieve the look you want with HTML, you might investigate whether a 3rd party HTML to PDF converter would work to convert your HTML output -- which can use HTMLSTYLE -- to PDF and whether the borders would convert correctly to PDF.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 14 May 2007 14:39:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/work-with-table-borders-in-ODS-PDF/m-p/3041#M1366</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-05-14T14:39:34Z</dc:date>
    </item>
  </channel>
</rss>

