<?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 sas eg excel to pdf in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336625#M22368</link>
    <description>&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;i use filezilla to put a excel onto the server&lt;/P&gt;&lt;P&gt;in my program i bring in the file as follows&lt;/P&gt;&lt;P&gt;x cp /users_ac/amardeep.singh/Daily_Results_Template.xlsx %sysfunc(pathname(work))/Daily_Results_Template.xlsx;&lt;/P&gt;&lt;P&gt;then import some data into that excel tab&lt;/P&gt;&lt;P&gt;is there a way to then convert that into a pdf or its not possible in sas eg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 16:39:03 GMT</pubDate>
    <dc:creator>amar8580</dc:creator>
    <dc:date>2017-02-28T16:39:03Z</dc:date>
    <item>
      <title>sas eg excel to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336625#M22368</link>
      <description>&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;i use filezilla to put a excel onto the server&lt;/P&gt;&lt;P&gt;in my program i bring in the file as follows&lt;/P&gt;&lt;P&gt;x cp /users_ac/amardeep.singh/Daily_Results_Template.xlsx %sysfunc(pathname(work))/Daily_Results_Template.xlsx;&lt;/P&gt;&lt;P&gt;then import some data into that excel tab&lt;/P&gt;&lt;P&gt;is there a way to then convert that into a pdf or its not possible in sas eg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 16:39:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336625#M22368</guid>
      <dc:creator>amar8580</dc:creator>
      <dc:date>2017-02-28T16:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: sas eg excel to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336649#M22370</link>
      <description>&lt;P&gt;ODS has a pdf destination that lets you print all SAS output to a pdf file.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 17:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336649#M22370</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-28T17:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: sas eg excel to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336716#M22375</link>
      <description>&lt;P&gt;Not within EG, but with the X command enabled you can automate it using a VB script or VBA.&lt;/P&gt;
&lt;P&gt;Excel can 'print' to a PDF directly and if you automate that step with a VB script or a macro embedded into the worksheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or as mentioned,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;export your results directly to a PDF file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 20:40:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336716#M22375</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-28T20:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: sas eg excel to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336969#M22397</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;do you have an example as to how to call a vb script using x command&lt;/P&gt;&lt;P&gt;so i create a excel file that has macro in it and within sas call that macro&lt;/P&gt;&lt;P&gt;if i can get an example or sample code as to how to call vbscript or macro&lt;/P&gt;&lt;P&gt;it would be really appreciated&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 13:34:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336969#M22397</guid>
      <dc:creator>amar8580</dc:creator>
      <dc:date>2017-03-01T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: sas eg excel to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336974#M22398</link>
      <description>&lt;P&gt;With LibreOffice, one can do it from the commandline:&lt;/P&gt;
&lt;P&gt;path_to_libreoffice/soffice --convert-to pdf [--outdir target_directory] File(s)&lt;/P&gt;
&lt;P&gt;But that's software from people who have a clue.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 13:43:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-eg-excel-to-pdf/m-p/336974#M22398</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-01T13:43:44Z</dc:date>
    </item>
  </channel>
</rss>

