<?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 to add Word document in ods pdf in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297956#M16860</link>
    <description>&lt;P&gt;Word can print or save to PDF&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have Adobe professional you can append the PDF files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use SAS to manage these tasks but the activity does occur elsewhere.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2016 09:50:04 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-09-13T09:50:04Z</dc:date>
    <item>
      <title>How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297950#M16858</link>
      <description>&lt;P&gt;Hi Sas Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there is any way to add word documents as my coverpage in ods pdf. Please help.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 09:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297950#M16858</guid>
      <dc:creator>sanjay1</dc:creator>
      <dc:date>2016-09-13T09:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297952#M16859</link>
      <description>&lt;P&gt;No, not directly. &amp;nbsp;The reason being is that the Word document needs to be converted to a PDF - requiring licenses for the both of them, hence its outside the remit of a SAS topic. &amp;nbsp;You could of course script (VB/VBA, PDF javascript) a process where the PDF output is combined with the output of printing to PDF from Word.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 09:27:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297952#M16859</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-09-13T09:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297956#M16860</link>
      <description>&lt;P&gt;Word can print or save to PDF&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have Adobe professional you can append the PDF files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use SAS to manage these tasks but the activity does occur elsewhere.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 09:50:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297956#M16860</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-13T09:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297960#M16861</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;As you suggested i have converted the word to pdf and used in my progrm. But am getting the error. Please help&lt;/P&gt;&lt;P&gt;Below is the error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error: &amp;nbsp;Unable to load image C:\temp\test.pdf; default image will be&amp;nbsp;used instead&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is my code&lt;/P&gt;&lt;P&gt;ods pdf file='path.pdf' notoc startpage=no color=full style=colorramp;&lt;BR /&gt;&lt;BR /&gt;ods pdf text='^{style[preimage="&lt;SPAN&gt;C:\temp\test.pdf&lt;/SPAN&gt;"}';&lt;/P&gt;&lt;P&gt;ods pdf startpage=now;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions hsize=3.99 in vsize=4.2 in;&lt;BR /&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;goptions horigin=0 in vorigin=4 in;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc means data=sashelp.class;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;goptions horigin=4.25;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;var height;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:05:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297960#M16861</guid>
      <dc:creator>sanjay1</dc:creator>
      <dc:date>2016-09-13T10:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297962#M16862</link>
      <description>&lt;P&gt;Hi RW9,&lt;/P&gt;&lt;P&gt;As you suggested i have converted the word to pdf and used in my progrm. But am getting the error. Please help me&lt;/P&gt;&lt;P&gt;Below is the error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error: &amp;nbsp;Unable to load image C:\temp\test.pdf; default image will be&amp;nbsp;used instead&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is my code&lt;/P&gt;&lt;P&gt;ods pdf file='path.pdf' notoc startpage=no color=full style=colorramp;&lt;BR /&gt;&lt;BR /&gt;ods pdf text='^{style[preimage="&lt;SPAN&gt;C:\temp\test.pdf&lt;/SPAN&gt;"}';&lt;/P&gt;&lt;P&gt;ods pdf startpage=now;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions hsize=3.99 in vsize=4.2 in;&lt;BR /&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;goptions horigin=0 in vorigin=4 in;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc means data=sashelp.class;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;goptions horigin=4.25;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;var height;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:28:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297962#M16862</guid>
      <dc:creator>sanjay1</dc:creator>
      <dc:date>2016-09-13T10:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297963#M16863</link>
      <description>&lt;P&gt;If your SAS process runs on a remote server, it can't see your local C: drive.&lt;/P&gt;
&lt;P&gt;How is your SAS environment set up?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:33:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297963#M16863</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-09-13T10:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297964#M16864</link>
      <description>&lt;P&gt;Hi KurtBremser,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My SAS set up is on local server&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297964#M16864</guid>
      <dc:creator>sanjay1</dc:creator>
      <dc:date>2016-09-13T10:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297967#M16865</link>
      <description>&lt;P&gt;Edit: Also note you have a typo in your code:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ods pdf text='^{style[preimage="&lt;/SPAN&gt;&lt;SPAN&gt;C:\temp\test.pdf&lt;/SPAN&gt;&lt;SPAN&gt;"}';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is no closing ]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, that is not what I suggest. &amp;nbsp;Yes, the Word file needs to be sent to PDF, using a method there - e.g print to file from Word. &amp;nbsp;But the combination still does not happen in SAS. &amp;nbsp;Adobe has its own Combine PDF feature that you would use (assuming you have that software). &amp;nbsp;The option in SAS preimage is for adding a picture to the document, not for combining PDF's. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I mention above, this is using PDF/Word technology, and is not for SAS. &amp;nbsp;Search google for "vb combine pdf files", there are many examples. &amp;nbsp;The flow would look something like:&lt;/P&gt;
&lt;P&gt;SAS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Word&lt;BR /&gt;Create PDF &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Create PDF&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PDF&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Combine PDFs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:46:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297967#M16865</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-09-13T10:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297988#M16867</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;For non-programmers you can mouse surf a solution using libreoffice.
LibreOffice can also convert MS Office docs to PDF and append them.

You only need gswin64c.exe from open source ghostscript.


HAVE

   d:/pdf/class.pdf
   d:/pdf/cars.pdf

WANT APPEND CARS.PDF TO CLASS.PDF

   d:/pdf/classcars.pdf


SOLUTION

ods pdf file="d:/pdf/class.pdf";
proc print data=sashelp.class;
run;quit;
ods pdf close;


ods pdf file="d:/pdf/cars.pdf";
proc print data=sashelp.cars(obs=20);
run;quit;
ods pdf close;


x "cd d:\pdf";
x "C:\Progra~1\gs\gs9.19\bin\gswin64c.exe -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=classcars.pdf -dBATCH class.pdf  cars.pdf";



11    ods pdf file="d:/pdf/class.pdf";
NOTE: Writing ODS PDF output to DISK destination "d:\pdf\class.pdf", printer "PDF".
12    proc print data=sashelp.class;
13    run;

NOTE: There were 19 observations read from the data set SASHELP.CLASS.
NOTE: PROCEDURE PRINT used (Total process time):
      real time           0.05 seconds
      user cpu time       0.00 seconds
      system cpu time     0.03 seconds
      memory              656.25k
      OS Memory           13796.00k
      Timestamp           09/13/2016 05:08:00 AM
      Step Count                        10  Switch Count  0


13  !     quit;
14    ods pdf close;
NOTE: ODS PDF printed 1 page to d:\pdf\class.pdf.
15    ods pdf file="d:/pdf/cars.pdf";
NOTE: Writing ODS PDF output to DISK destination "d:\pdf\cars.pdf", printer "PDF".
16    proc print data=sashelp.cars(obs=20);
17    run;

NOTE: There were 20 observations read from the data set SASHELP.CARS.
NOTE: PROCEDURE PRINT used (Total process time):
      real time           0.07 seconds
      user cpu time       0.07 seconds
      system cpu time     0.00 seconds
      memory              1186.53k
      OS Memory           14564.00k
      Timestamp           09/13/2016 05:08:01 AM
      Step Count                        11  Switch Count  0


17  !     quit;
18    ods pdf close;
NOTE: ODS PDF printed 2 pages to d:\pdf\cars.pdf.
19    x "cd d:\pdf"
19  !              ;
20    x "C:\Progra~1\gs\gs9.19\bin\gswin64c.exe -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=classcars.pdf -dBATCH class.pdf  cars.pdf"
20  !                                                                                                       ;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:20:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/297988#M16867</guid>
      <dc:creator>rogerjdeangelis</dc:creator>
      <dc:date>2016-09-13T12:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298000#M16868</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thank you very much for your help, but I dont have multiple pdfs , I have one word doc which is converted to pdf.&lt;/P&gt;&lt;P&gt;I want to use this pdf as my cover page, and rest of the pdfs I will generate by using sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically It looks like the below code, &amp;nbsp;in the ods pdf text statement am referring to the coverpage pdf.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf file='path.pdf' notoc startpage=no color=full style=colorramp;&lt;BR /&gt;&lt;BR /&gt;ods pdf text='^{style[preimage="&lt;SPAN&gt;C:\temp\test.pdf&lt;/SPAN&gt;"}';&lt;/P&gt;&lt;P&gt;ods pdf startpage=now;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions hsize=3.99 in vsize=4.2 in;&lt;BR /&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;goptions horigin=0 in vorigin=4 in;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc means data=sashelp.class;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;goptions horigin=4.25;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;var height;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error: &amp;nbsp;Unable to load image C:\temp\test.pdf; default image will be&amp;nbsp;used instead&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298000#M16868</guid>
      <dc:creator>sanjay1</dc:creator>
      <dc:date>2016-09-13T12:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298002#M16869</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/91059"&gt;@sanjay1﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Do you have Adobe Pro? If so, see the methods used here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://analytics.ncsu.edu/sesug/2011/BB15.Welch.pdf" target="_blank"&gt;http://analytics.ncsu.edu/sesug/2011/BB15.Welch.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have multiple PDF files, the first page plus the SAS output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You coukd try to create the first page as a PNG image and use the insert method your attempting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:43:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298002#M16869</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-13T12:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298003#M16870</link>
      <description>&lt;P&gt;- display your coverpage pdf in a pdf viewer&lt;/P&gt;
&lt;P&gt;- use your favorite imaging tool (I recommend irfanview) to do a screenshot of the pdf&lt;/P&gt;
&lt;P&gt;- save as .jpg&lt;/P&gt;
&lt;P&gt;- use that as preimage&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298003#M16870</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-09-13T12:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298008#M16871</link>
      <description>&lt;P&gt;I think your missing the fundamental point here. &amp;nbsp;PDF is not a SAS technology, it is owned by a separate company - Adobe. &amp;nbsp;To convert information from other file types to PDF requires a converter. &amp;nbsp;There is a convertor built into Word so you can print Word files to PDF. &amp;nbsp;There is a PDF creator built into SAS ODS (the bit that creates reports). &amp;nbsp;Neither of these provide "merging" functionality, you need third party software to do this, be it LibreOffice, Adobe etc. &amp;nbsp;You cannot do it in SAS (unless you want to convert it to an image as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser﻿&lt;/a&gt;&amp;nbsp;suggested).&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298008#M16871</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-09-13T12:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298011#M16872</link>
      <description>&lt;P&gt;Yes Thats now I got it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:59:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298011#M16872</guid>
      <dc:creator>sanjay1</dc:creator>
      <dc:date>2016-09-13T12:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298027#M16875</link>
      <description>&lt;P&gt;Good points&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't believe Adobe Pro is open source, runs on OSx and Unix or is a s easy to script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For non-programmers Adobe Pro is a great product, intuitive with good mouse surfing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure but MS Word may allow mouse surfing output to PDFs.?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 13:26:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298027#M16875</guid>
      <dc:creator>rogerjdeangelis</dc:creator>
      <dc:date>2016-09-13T13:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298028#M16876</link>
      <description>Adobe pro does run on mac osX</description>
      <pubDate>Tue, 13 Sep 2016 13:27:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298028#M16876</guid>
      <dc:creator>rogerjdeangelis</dc:creator>
      <dc:date>2016-09-13T13:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298111#M16886</link>
      <description>Looks like you posted this same question in a different forum. There was an answer posted there, too: &lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/How-to-list-and-use-all-the-colors-in-sas-graphs/m-p/298031#M10546" target="_blank"&gt;https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/How-to-list-and-use-all-the-colors-in-sas-graphs/m-p/298031#M10546&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Tue, 13 Sep 2016 18:18:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298111#M16886</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-09-13T18:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298133#M16888</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/42345"&gt;@rogerjdeangelis﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;It is not open source, but is common in many big organizations. Getting open source software can often be a challenge, whereas Adboe is considered an 'office standard product' and easy to get.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adobe does support scripting, either VBS or internally via Javascript.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Microsoft&amp;nbsp;Office&amp;nbsp;2010+ you can save any excel/word/powerpoint file to a PDF file. Again this can be automated via a VBS script, if desired. Usually in Windows or OS X you can now print a file to PDF even if the application itself doesn't support saving to PDF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are examples of how this is accomplished via SAS in papers on Lexjansen.com or I have a presentation on the method I used a few years ago.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 19:47:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298133#M16888</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-13T19:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298139#M16889</link>
      <description>Good Points Reeza&lt;BR /&gt;&lt;BR /&gt;With MS Powershell now available in Unix, I wonder if we will have better connections to Office.&lt;BR /&gt;Should help with the MS scripting from Unix?.&lt;BR /&gt;&lt;BR /&gt;You are right about big companies, however there are many smaller companies and startups without all those products.&lt;BR /&gt;&lt;BR /&gt;I wonder if we will be able to mount local drives on unix using powershell 'mount' commands.&lt;BR /&gt;Mount my C drive? Powershell over PuTTy SSH?&lt;BR /&gt;&lt;BR /&gt;Powershell on Unix should really help with SAS admin on hybrid Unix/SAS installations.</description>
      <pubDate>Tue, 13 Sep 2016 20:14:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298139#M16889</guid>
      <dc:creator>rogerjdeangelis</dc:creator>
      <dc:date>2016-09-13T20:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Word document in ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298216#M16902</link>
      <description>&lt;P&gt;There is no special need for powershell or anything like that on UNIX just to mount network resources. All UNIXen already support all network protocols (nfs, cifs, smb, novell, ....). In that regard, they have always been lightyears ahead of Windows.&lt;/P&gt;
&lt;P&gt;And I don't see any scripting action that can't be done (quite easily) in bash.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 05:26:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-add-Word-document-in-ods-pdf/m-p/298216#M16902</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-09-14T05:26:08Z</dc:date>
    </item>
  </channel>
</rss>

