<?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: Import and include a preexisting .PDF file into a a SAS ODS PDF output in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527067#M5204</link>
    <description>You marked your own question as the answer? I don't really need the points, but that defeats the purpose of marking the solution.&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Jan 2019 19:51:35 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-01-14T19:51:35Z</dc:date>
    <item>
      <title>Import and include a preexisting .PDF file into a a SAS ODS PDF output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527021#M5193</link>
      <description>Hi SAS Community, Am wondering if there is a SAS procedure (PROC DOCUMENTS?) that permits an existing .PDF document to be incorporated into a PDF file generated by SAS. The SAS PDF files we use are generated using ODS, but using an additional procedure like PROC DOCUMENTS would be fine. The background is we use SAS to generate our weekly task lists and schedules, in one master PDF document generated within ODS. Would like to add in existing PDF documents into the output (reference articles, training materials, ect...). In PROC DOCUMENTS, looks like one can import a .txt file into the output, but see nothing about importing a .PDF file. Here's the PROC DOCUMENTS Example: proc document name=import(write); import textfile="your-file-path\odsglm.lst" to ^; import textfile="your-file-path\textfileExample.sas" to ^; list/ details; run; Any suggestions? Thank you ! R</description>
      <pubDate>Mon, 14 Jan 2019 18:45:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527021#M5193</guid>
      <dc:creator>rmacarthur</dc:creator>
      <dc:date>2019-01-14T18:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import and include a preexisting .PDF file into a a SAS ODS PDF output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527026#M5194</link>
      <description>Are the remaining materials being added in any particular order? I generate my pages independently and then use a different process to append all the pages together at once - using SAS and Adobe Pro.</description>
      <pubDate>Mon, 14 Jan 2019 18:48:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527026#M5194</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-14T18:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Import and include a preexisting .PDF file into a a SAS ODS PDF output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527033#M5195</link>
      <description>&lt;P&gt;Hi Reeza,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, order matters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What we do now is generate the PDF files using SAS ODS and then use ADOBE ACROBAT to combine then with other non-SAS-.PDF files,&amp;nbsp; to create a binder.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am wondering if that process of combining the PDFs can be performed within SAS, rather than ACROBAT.&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 19:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527033#M5195</guid>
      <dc:creator>rmacarthur</dc:creator>
      <dc:date>2019-01-14T19:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import and include a preexisting .PDF file into a a SAS ODS PDF output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527036#M5196</link>
      <description>&lt;P&gt;I have SAS write a VBS program that combines the files and I execute the VBS from SAS using %SYSEXEC. But it's really Adobe doing the work under the hood.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's how:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gist.github.com/statgeek/264fe76bdccb6b137215" target="_blank"&gt;https://gist.github.com/statgeek/264fe76bdccb6b137215&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28361"&gt;@rmacarthur&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Reeza,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, order matters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What we do now is generate the PDF files using SAS ODS and then use ADOBE ACROBAT to combine then with other non-SAS-.PDF files,&amp;nbsp; to create a binder.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am wondering if that process of combining the PDFs can be performed within SAS, rather than ACROBAT.&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 19:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527036#M5196</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-14T19:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import and include a preexisting .PDF file into a a SAS ODS PDF output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527058#M5199</link>
      <description>&lt;P&gt;Super thanks , will give it a try !&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 19:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527058#M5199</guid>
      <dc:creator>rmacarthur</dc:creator>
      <dc:date>2019-01-14T19:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Import and include a preexisting .PDF file into a a SAS ODS PDF output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527067#M5204</link>
      <description>You marked your own question as the answer? I don't really need the points, but that defeats the purpose of marking the solution.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2019 19:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527067#M5204</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-14T19:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Import and include a preexisting .PDF file into a a SAS ODS PDF output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527080#M5213</link>
      <description>I know , was a mistake , my apologies , I clicked on what looked like to be part of your reply , then was shocked to see what came up as the accepted answer . I tried to fix it in settings but didn’t see any option . Am happy to undo , if at all possible .&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2019 20:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527080#M5213</guid>
      <dc:creator>rmacarthur</dc:creator>
      <dc:date>2019-01-14T20:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Import and include a preexisting .PDF file into a a SAS ODS PDF output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527087#M5215</link>
      <description>Not too concerned, thanks for trying though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Mon, 14 Jan 2019 20:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527087#M5215</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-14T20:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Import and include a preexisting .PDF file into a a SAS ODS PDF output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527090#M5216</link>
      <description>Uggh , they just sent me some kind of badge too. There needs to be a REDO button !&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2019 20:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-and-include-a-preexisting-PDF-file-into-a-a-SAS-ODS-PDF/m-p/527090#M5216</guid>
      <dc:creator>rmacarthur</dc:creator>
      <dc:date>2019-01-14T20:20:02Z</dc:date>
    </item>
  </channel>
</rss>

