<?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 ODS PDF in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819325#M323414</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just a quick question : is it possible to produce the ods output pdf without&amp;nbsp; installed Acrobat ?&lt;/P&gt;
&lt;P&gt;I'm using the SAS Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you !&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2022 14:27:37 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2022-06-21T14:27:37Z</dc:date>
    <item>
      <title>ODS PDF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819325#M323414</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just a quick question : is it possible to produce the ods output pdf without&amp;nbsp; installed Acrobat ?&lt;/P&gt;
&lt;P&gt;I'm using the SAS Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 14:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819325#M323414</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-06-21T14:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819345#M323420</link>
      <description>&lt;P&gt;You can use the ODS PDF output without Acrobat.&lt;/P&gt;
&lt;P&gt;You might have a hard time examining the actual output if you do not have a PDF viewer but there are many programs that will display PDF output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In code the generic approach is&lt;/P&gt;
&lt;PRE&gt;ods pdf file="&amp;lt;path to file&amp;gt;\filename.pdf" &amp;lt;other options&amp;gt;;

&amp;lt;some procedure(s) that generate output to the results window&amp;gt;

ods pdf close;&lt;/PRE&gt;
&lt;P&gt;Since SAS "guide" uses a server somewhere along the line the path will have to be one that server can use. You may have to create the file on the server and move it elsewhere for other use.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 15:05:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819345#M323420</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-21T15:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819351#M323423</link>
      <description>Thank you, Ballardw.&lt;BR /&gt;"a hard time examining the actual output if you do not have a PDF viewer" means that if I don't have the Acrobat, I can't open the pdf ?</description>
      <pubDate>Tue, 21 Jun 2022 15:23:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819351#M323423</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-06-21T15:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819358#M323429</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/286185"&gt;@SASdevAnneMarie&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thank you, Ballardw.&lt;BR /&gt;"a hard time examining the actual output if you do not have a PDF viewer" means that if I don't have the Acrobat, I can't open the pdf ?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No. But you will need some program to view the output. Your web browser may work. There are other PDF viewers as well.&lt;/P&gt;
&lt;P&gt;Acrobat Reader by Adobe is just one of the free viewers available. Do an internet search for "PDF Viewer". You will find many.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 15:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819358#M323429</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-21T15:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819361#M323431</link>
      <description>Thank you Ballardw !</description>
      <pubDate>Tue, 21 Jun 2022 16:03:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF/m-p/819361#M323431</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-06-21T16:03:57Z</dc:date>
    </item>
  </channel>
</rss>

