<?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 - 508 compliant? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-508-compliant/m-p/211006#M13923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TBH I hadn't heard of this before you mentioned it.&amp;nbsp; It looks like 508 compatability is per:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.hhs.gov/web/508/accessiblefiles/checklistpdf.html" title="http://www.hhs.gov/web/508/accessiblefiles/checklistpdf.html"&gt;http://www.hhs.gov/web/508/accessiblefiles/checklistpdf.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SAS only creates software to create PDF files, i.e. compliance in terms of PDF renderers being able to display the file.&amp;nbsp; I don't believe anywhere they say they support specific third party requirements such as this, as virtually every entity will have its own compliance regulations.&amp;nbsp; Much as in the same way that XML is an export option, but they don't (without add ins) automatically create define.xml.&amp;nbsp; Its too specific to build into a general software, although additional components can be added.&lt;/P&gt;&lt;P&gt;I would suggest going through that checklist and what has fallen out from your check, and search online for each bit.&amp;nbsp; There will at least be some of it you would need to do manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other method I can think of is to generate the outputs from SAS, then use Adobe or something simliar, with a javascript processor to pull the information into the PDF with appropriate setup.&amp;nbsp; Its a bit annoying I know, the problem lies with PDF not being an open source format, now if it was XML or something you could build it by hand pretty easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, can't really be much more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 13:55:41 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-05-07T13:55:41Z</dc:date>
    <item>
      <title>ODS PDF - 508 compliant?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-508-compliant/m-p/211005#M13922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a very extensive ODS PDF file using ods layout and region that uses proc report and proc gmap and proc gchart to create a 40+ page report that includes anchors and hyperlinks.&amp;nbsp; All that works great and is getting very positive reviews.&amp;nbsp; Only issue is that it does NOT pass the Adobe accessibility checker test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following failed notifications by section:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documents - Tagged PDF failed, Title Failed&lt;/P&gt;&lt;P&gt;Page Conent - tagged content, tagged annotations, tab order&lt;/P&gt;&lt;P&gt;Alternate Text&amp;nbsp; figures alternate text, nested alternate text, associated with content, hides annotation, other elements alternate text&lt;/P&gt;&lt;P&gt;Tabless&amp;nbsp; rows, TH and TD, Headers, Regularity&lt;/P&gt;&lt;P&gt;Lists - list items, lbl and lbody&lt;/P&gt;&lt;P&gt;Headings - appropriate nesting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SAS 9.2 TS2M3 but do not think even the latest version of SAS is fully 508 compliant for ODS PDF.&amp;nbsp; Surprised this can be the case but think it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So does anyone know if there is some software that can be used to make the generated PDF pass the 508 compliance test or other ways to handle this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 13:41:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-508-compliant/m-p/211005#M13922</guid>
      <dc:creator>tbellmer</dc:creator>
      <dc:date>2015-05-07T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - 508 compliant?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-508-compliant/m-p/211006#M13923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TBH I hadn't heard of this before you mentioned it.&amp;nbsp; It looks like 508 compatability is per:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.hhs.gov/web/508/accessiblefiles/checklistpdf.html" title="http://www.hhs.gov/web/508/accessiblefiles/checklistpdf.html"&gt;http://www.hhs.gov/web/508/accessiblefiles/checklistpdf.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SAS only creates software to create PDF files, i.e. compliance in terms of PDF renderers being able to display the file.&amp;nbsp; I don't believe anywhere they say they support specific third party requirements such as this, as virtually every entity will have its own compliance regulations.&amp;nbsp; Much as in the same way that XML is an export option, but they don't (without add ins) automatically create define.xml.&amp;nbsp; Its too specific to build into a general software, although additional components can be added.&lt;/P&gt;&lt;P&gt;I would suggest going through that checklist and what has fallen out from your check, and search online for each bit.&amp;nbsp; There will at least be some of it you would need to do manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other method I can think of is to generate the outputs from SAS, then use Adobe or something simliar, with a javascript processor to pull the information into the PDF with appropriate setup.&amp;nbsp; Its a bit annoying I know, the problem lies with PDF not being an open source format, now if it was XML or something you could build it by hand pretty easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, can't really be much more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 13:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-508-compliant/m-p/211006#M13923</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-05-07T13:55:41Z</dc:date>
    </item>
  </channel>
</rss>

