<?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: &amp;quot;Table of Contents&amp;quot; in French on a PDF file (contents) in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761454#M25239</link>
    <description>&lt;P&gt;Thanks. Sending me the link made me realized that I hadn't considered the template. Here is the solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc template;
    define style styles.test;
    parent=styles.pearl;
    class text /  'Content Title' = "Table des matières";
    end;
run;

ods pdf file ="&amp;amp;xxtest./reporting/test.pdf" contents style=test;
   
proc print data=sashelp.class;
run;

ods pdf close;&lt;/PRE&gt;&lt;P&gt;Text style element is defined in the default style template used by printer and therefore by pearl for PDF destinations.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Aug 2021 15:51:52 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2021-08-13T15:51:52Z</dc:date>
    <item>
      <title>"Table of Contents" in French on a PDF file (contents)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761107#M25230</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The following code generates a Table of Contents inserted in the first page of the PDF.&lt;/P&gt;&lt;P&gt;However the term "Table of Contents" on this page is in English. Changing the local language doesn't change it to "Table des matières". Do you have any suggestion to fix it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option locale=fr_FR;

ods pdf file ="&amp;amp;xxtest./reporting/test.pdf" contents;
   
proc print data=sashelp.class;
run;

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toc.JPG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62506i50AB7F58862A14B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="toc.JPG" alt="toc.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 09:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761107#M25230</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2021-08-12T09:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: "Table of Contents" in French on a PDF file (contents)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761124#M25231</link>
      <description>&lt;P&gt;Start a brand-new sas session with France version .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1628771164834.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62509i4DD57AC70B5237AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1628771164834.png" alt="Ksharp_0-1628771164834.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 12:26:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761124#M25231</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-08-12T12:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: "Table of Contents" in French on a PDF file (contents)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761446#M25237</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried with the french Windowing Editor but it didn't change the title of the table of contents.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="french.JPG" style="width: 208px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62558i7B5336F2331F76E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="french.JPG" alt="french.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="procprint_french.JPG" style="width: 900px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62559i2CE9C96A11B8A398/image-size/large?v=v2&amp;amp;px=999" role="button" title="procprint_french.JPG" alt="procprint_french.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 15:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761446#M25237</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2021-08-13T15:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: "Table of Contents" in French on a PDF file (contents)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761452#M25238</link>
      <description>&lt;P&gt;Wonder if you can use this approach for ODS PDF:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/4265-2020.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/4265-2020.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 15:36:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761452#M25238</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2021-08-13T15:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: "Table of Contents" in French on a PDF file (contents)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761454#M25239</link>
      <description>&lt;P&gt;Thanks. Sending me the link made me realized that I hadn't considered the template. Here is the solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc template;
    define style styles.test;
    parent=styles.pearl;
    class text /  'Content Title' = "Table des matières";
    end;
run;

ods pdf file ="&amp;amp;xxtest./reporting/test.pdf" contents style=test;
   
proc print data=sashelp.class;
run;

ods pdf close;&lt;/PRE&gt;&lt;P&gt;Text style element is defined in the default style template used by printer and therefore by pearl for PDF destinations.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 15:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Table-of-Contents-quot-in-French-on-a-PDF-file-contents/m-p/761454#M25239</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2021-08-13T15:51:52Z</dc:date>
    </item>
  </channel>
</rss>

