<?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: How do I get commas between my keywords in ODS PDF metadata without triggering quotation marks? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555642#M9708</link>
    <description>&lt;P&gt;Hi, Taking SAS out of the picture, I made a test document with Word and put keyword tags into Word without any quotes and with a comma separating the 2 keywords, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="keywords.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29166i9D9BBB3FF308E61B/image-size/large?v=v2&amp;amp;px=999" role="button" title="keywords.png" alt="keywords.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apparently, something in the creation of the PDF file causes the quotes to be added and it is not something unique to SAS, since it happens when SAS is not involved in making the PDF file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; So I think you are dealing with Adobe behavior the requires quotes because as long as there is no punctuation like commas or colons, etc, I get this in the PDF file:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="no_quotes_keyword.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29167i2384558B3D35395C/image-size/large?v=v2&amp;amp;px=999" role="button" title="no_quotes_keyword.png" alt="no_quotes_keyword.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2019 15:43:02 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2019-05-02T15:43:02Z</dc:date>
    <item>
      <title>How do I get commas between my keywords in ODS PDF metadata without triggering quotation marks?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555467#M9682</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using ODS PDF to create PDFs in SAS 9.4, and I'm encountering a problem when adding keywords to the properties/metadata for my PDFs (using this:&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/65389/HTML/default/viewer.htm#p01sq0s49g1pxon1pc5ktjcjxfvx.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/65389/HTML/default/viewer.htm#p01sq0s49g1pxon1pc5ktjcjxfvx.htm&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the properties of the PDFs for Keywords I want to see this:&lt;/P&gt;&lt;P&gt;key word1, key word2, key word3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My keywords have spaces in them, so I need to separate them with commas to meet company guidelines. However, if I write &lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;keywords="key word1, key word2, key word3"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt; then double quotation marks show up around the entire list in the properties. If I write&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="courier new,courier"&gt;keywords="key word1 key word2 key word3&lt;/FONT&gt;"&lt;/FONT&gt;&lt;/STRONG&gt; then I don't get double quotation marks in the properties, but I don't get my commas either. Semi-colons do not work either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way that I can get commas between my keywords but not have quotation marks around the entire list? I need two word keywords to be recognized as one unit and not two separate keywords. Manually deleting the quotation marks after production is not feasible because I am generating thousands of PDFs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance. I searched but could not find an answer to this elsewhere.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 20:04:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555467#M9682</guid>
      <dc:creator>formerRuser</dc:creator>
      <dc:date>2019-05-01T20:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get commas between my keywords in ODS PDF metadata without triggering quotation marks?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555473#M9683</link>
      <description>&lt;P&gt;Can you show the code you are currently using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 20:11:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555473#M9683</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-05-01T20:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get commas between my keywords in ODS PDF metadata without triggering quotation marks?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555479#M9684</link>
      <description>I ran into this problem in 2013 and we had to use a small Adobe JS script to fix it in the end. It was a pain. I hope there's a better solution today! Otherwise, if you have access to Adobe Pro, the scripting tools are quite handy. &lt;BR /&gt;</description>
      <pubDate>Wed, 01 May 2019 20:33:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555479#M9684</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-01T20:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get commas between my keywords in ODS PDF metadata without triggering quotation marks?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555485#M9685</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code which produces commas but also produces quotation marks:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf file="filepath\filename.pdf"&lt;BR /&gt;title = "title of PDF"&lt;BR /&gt;author = "author here"&lt;BR /&gt;subject = "subject here"&lt;BR /&gt;keywords = "keyword, keyword, key word, key word, key word"&lt;BR /&gt;style = manual_style&lt;BR /&gt;dpi=500&lt;BR /&gt;accessible&lt;BR /&gt;notoc;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also tried single quotation marks, but it still produces double quotation marks.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 20:45:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555485#M9685</guid>
      <dc:creator>formerRuser</dc:creator>
      <dc:date>2019-05-01T20:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get commas between my keywords in ODS PDF metadata without triggering quotation marks?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555489#M9687</link>
      <description>&lt;P&gt;Well it's good to know I'm not alone. I hope so, too. I do not currently have access to Adobe Pro unfortunately, but thank you for the suggestion.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 21:01:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555489#M9687</guid>
      <dc:creator>formerRuser</dc:creator>
      <dc:date>2019-05-01T21:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get commas between my keywords in ODS PDF metadata without triggering quotation marks?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555642#M9708</link>
      <description>&lt;P&gt;Hi, Taking SAS out of the picture, I made a test document with Word and put keyword tags into Word without any quotes and with a comma separating the 2 keywords, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="keywords.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29166i9D9BBB3FF308E61B/image-size/large?v=v2&amp;amp;px=999" role="button" title="keywords.png" alt="keywords.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apparently, something in the creation of the PDF file causes the quotes to be added and it is not something unique to SAS, since it happens when SAS is not involved in making the PDF file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; So I think you are dealing with Adobe behavior the requires quotes because as long as there is no punctuation like commas or colons, etc, I get this in the PDF file:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="no_quotes_keyword.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29167i2384558B3D35395C/image-size/large?v=v2&amp;amp;px=999" role="button" title="no_quotes_keyword.png" alt="no_quotes_keyword.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 15:43:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555642#M9708</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-05-02T15:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get commas between my keywords in ODS PDF metadata without triggering quotation marks?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555654#M9709</link>
      <description>&lt;P&gt;Why do your keywords include spaces?&lt;/P&gt;
&lt;P&gt;If you must use spaces in your keywords then perhaps you can use some other character like | ^ ! ~ + to separate the multiple "words".&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 16:42:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/555654#M9709</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-05-02T16:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get commas between my keywords in ODS PDF metadata without triggering quotation marks?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/556004#M9747</link>
      <description>&lt;P&gt;Okay that's interesting. Thank you for investigating!&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 16:38:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-commas-between-my-keywords-in-ODS-PDF-metadata/m-p/556004#M9747</guid>
      <dc:creator>formerRuser</dc:creator>
      <dc:date>2019-05-03T16:38:38Z</dc:date>
    </item>
  </channel>
</rss>

