<?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 gridded layout - are booksmarks supported? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-gridded-layout-are-booksmarks-supported/m-p/274949#M16007</link>
    <description>Hi:&lt;BR /&gt;  This is behavior that you should report to Tech Support and see if the bookmarks are working as designed. I see what you describe, without ODS LAYOUT/REGION statements, the bookmarks navigate correctly, but with ODS LAYOUT/REGION statements, the bookmarks only go to the top of the first page -- even for output that is on page 2. This needs to be investigated and possibly reported to one of the developers.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
    <pubDate>Fri, 03 Jun 2016 13:50:01 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2016-06-03T13:50:01Z</dc:date>
    <item>
      <title>ODS PDF gridded layout - are booksmarks supported?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-gridded-layout-are-booksmarks-supported/m-p/273808#M15971</link>
      <description>&lt;P&gt;It seems in the following code, that once I add ods regions, bookmarks no longer function (they are generated, but clicking on them does not change my location in the pdf document). &amp;nbsp;Can anyone else replicate this problem and is there something I need to do for bookmarks to work (note I have all column spans = 2 but this won't be the case in the real document).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'Analysis of consumer complaints';
ods pdf file="c:\temp\complaintanalysis.pdf";


ods layout gridded columns=2 column_gutter=0;
ods region column_span=2 style={just=left};
proc freq data=sashelp.cars;
	tables type*origin;
run;

ods region column_span=2 style={just=left};
proc sgplot data=sashelp.cars;
	vbar type;
run;

ods region column_span=2 style={just=left};
proc odslist;
   item;
       list;
         item "Checking bookmarks work" ;
      end;
   end;
run;

ods layout end;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 29 May 2016 15:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-gridded-layout-are-booksmarks-supported/m-p/273808#M15971</guid>
      <dc:creator>mduarte</dc:creator>
      <dc:date>2016-05-29T15:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF gridded layout - are booksmarks supported?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-gridded-layout-are-booksmarks-supported/m-p/274949#M16007</link>
      <description>Hi:&lt;BR /&gt;  This is behavior that you should report to Tech Support and see if the bookmarks are working as designed. I see what you describe, without ODS LAYOUT/REGION statements, the bookmarks navigate correctly, but with ODS LAYOUT/REGION statements, the bookmarks only go to the top of the first page -- even for output that is on page 2. This needs to be investigated and possibly reported to one of the developers.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Fri, 03 Jun 2016 13:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-gridded-layout-are-booksmarks-supported/m-p/274949#M16007</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-06-03T13:50:01Z</dc:date>
    </item>
  </channel>
</rss>

