<?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: Controlling PDF Bookmark text style attributes in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-PDF-Bookmark-text-style-attributes/m-p/786544#M25502</link>
    <description>&lt;P&gt;Thanks for the resources, but this is not quite what I'm looking for. I want to control the attributes of the PDF bookmarks. For instance, I want to make some bold.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a picture of what I want. I can make the text bold using a PDF editing tool, but I'm curious if SAS has this capability.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="Untitled.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66835i1CF7A8946D21D097/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Dec 2021 18:48:21 GMT</pubDate>
    <dc:creator>sjb1</dc:creator>
    <dc:date>2021-12-17T18:48:21Z</dc:date>
    <item>
      <title>Controlling PDF Bookmark text style attributes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-PDF-Bookmark-text-style-attributes/m-p/784545#M25499</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to control the style attributes of the text of a PDF bookmark produced by SAS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've posted a trivial example that hopefully gets at what I want to do, please let me know if a full example would be helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods escapechar="^";

PROC DOCUMENT name=MyDoc;
    make \MyDoc\First_Level;
    setlabel \MyDoc\First_Level "^{style [font_weight=bold] Custom Text}"; /* Define the PDF bookmark label and attempt to make it Bold */
    /* place output here */
    doc close;
RUN;
QUIT;

ods pdf file="MyPDF.pdf";
PROC DOCUMENT name=MyDoc;
    replay;
RUN;
QUIT;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 15:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-PDF-Bookmark-text-style-attributes/m-p/784545#M25499</guid>
      <dc:creator>sjb1</dc:creator>
      <dc:date>2021-12-07T15:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling PDF Bookmark text style attributes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-PDF-Bookmark-text-style-attributes/m-p/786433#M25501</link>
      <description>If you google for bookmark and style-template you'll find a lot of info. For instance this: &lt;A href="http://www8.sas.com/scholars/05/PREVIOUS/2001_200.4/2004_MOR/Proceed/_2003/DataPresentation/DP05-DeLaney.pdf" target="_blank"&gt;http://www8.sas.com/scholars/05/PREVIOUS/2001_200.4/2004_MOR/Proceed/_2003/DataPresentation/DP05-DeLaney.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is that what you are looking for?&lt;BR /&gt;&lt;BR /&gt;Best regards, Jos</description>
      <pubDate>Fri, 17 Dec 2021 10:31:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-PDF-Bookmark-text-style-attributes/m-p/786433#M25501</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2021-12-17T10:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling PDF Bookmark text style attributes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-PDF-Bookmark-text-style-attributes/m-p/786544#M25502</link>
      <description>&lt;P&gt;Thanks for the resources, but this is not quite what I'm looking for. I want to control the attributes of the PDF bookmarks. For instance, I want to make some bold.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a picture of what I want. I can make the text bold using a PDF editing tool, but I'm curious if SAS has this capability.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="Untitled.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66835i1CF7A8946D21D097/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 18:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-PDF-Bookmark-text-style-attributes/m-p/786544#M25502</guid>
      <dc:creator>sjb1</dc:creator>
      <dc:date>2021-12-17T18:48:21Z</dc:date>
    </item>
  </channel>
</rss>

