<?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: WRS and PDF in Developers</title>
    <link>https://communities.sas.com/t5/Developers/WRS-and-PDF/m-p/9459#M2246</link>
    <description>Hi:&lt;BR /&gt;
  Under the REPORT menu button is a page setup button. When you choose Page Setup, there is a button that says "Preview and Print" ...if you select Preview and Print, a PDF is built and the PDF opens in a new browser window. I think you can do the same thing from the Manage Report task.&lt;BR /&gt;
&lt;BR /&gt;
  But, you are also correct, you cannot have an ODS PDF "job" in a stored process and have that stored process open and display correctly in WRS. WRS wants your SP to create SASReport XML, because it is the SASReport XML that is rendered in the WRS application. I am not sure whether SASReport XML supports ODS REGION statements -- I suspect not -- since that capability was designed for PDF/Printer which is a paged destination. &lt;BR /&gt;
&lt;BR /&gt;
  If I have not remembered the exact steps to print to PDF, you can check with Tech Support -- I think the capability is built into WRS.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 07 Apr 2008 15:36:19 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-04-07T15:36:19Z</dc:date>
    <item>
      <title>WRS and PDF</title>
      <link>https://communities.sas.com/t5/Developers/WRS-and-PDF/m-p/9456#M2243</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm lost with the doc and I'm wondering if I don't mixed the things I'm reading .... Is WRS 3.1 able to show a ODS PDF result created in a STP ?&lt;BR /&gt;
&lt;BR /&gt;
Otherwise, Do I have to buy the portal to offer this possibility to my users ?</description>
      <pubDate>Mon, 07 Apr 2008 09:14:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/WRS-and-PDF/m-p/9456#M2243</guid>
      <dc:creator>Stephane</dc:creator>
      <dc:date>2008-04-07T09:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: WRS and PDF</title>
      <link>https://communities.sas.com/t5/Developers/WRS-and-PDF/m-p/9457#M2244</link>
      <description>Hi:&lt;BR /&gt;
  Not exactly. WRS is a unique interface, built with Java. When you view a report inside WRS, one of the menu options is to print to PDF (I don't have my WRS started up right now, so I'm not sure of the exact menu choice). So, a report that is viewable in WRS can be printed to PDF.&lt;BR /&gt;
&lt;BR /&gt;
  Stored processes that are displayed in WRS are internally described by a markup language called "SASReport XML" -- this XML is rendered on the screen and would be further rendered to PDF if you did a print to PDF.&lt;BR /&gt;
&lt;BR /&gt;
  From the standpoint of WRS, everything you see on the screen is SASReport XML and the user can choose to print to PDF when/if they want to have a physical copy of the report.&lt;BR /&gt;
&lt;BR /&gt;
  If you are submitting a stored process from the client applications, the 2 clients that will allow you to create PDF files directly from a SP are Enterprise Guide and the Information Delivery Portal. In addition, the Stored Process Web Application (SPWA) will allow you to run stored processes from a URL (outside the Portal -- for example, if you had your own front end reporting system that used HTML) and with the SPWA, you can generate almost any kind of results.&lt;BR /&gt;
&lt;BR /&gt;
  For more information about how to generate PDF output inside WRS, you might consider contacting Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 07 Apr 2008 14:11:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/WRS-and-PDF/m-p/9457#M2244</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-04-07T14:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: WRS and PDF</title>
      <link>https://communities.sas.com/t5/Developers/WRS-and-PDF/m-p/9458#M2245</link>
      <description>Cynthia, thanks.&lt;BR /&gt;
&lt;BR /&gt;
I don't see a print to PDF within the menu.&lt;BR /&gt;
&lt;BR /&gt;
If I understand, you can print the report with a tool like PDFcreator but you can't see an ODS PDF output where I put ODS region statements etc ... for that, I create a STP and run it via the portal or SEG (or SPWA).&lt;BR /&gt;
&lt;BR /&gt;
I think it's clear and logic now.</description>
      <pubDate>Mon, 07 Apr 2008 15:16:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/WRS-and-PDF/m-p/9458#M2245</guid>
      <dc:creator>Stephane</dc:creator>
      <dc:date>2008-04-07T15:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: WRS and PDF</title>
      <link>https://communities.sas.com/t5/Developers/WRS-and-PDF/m-p/9459#M2246</link>
      <description>Hi:&lt;BR /&gt;
  Under the REPORT menu button is a page setup button. When you choose Page Setup, there is a button that says "Preview and Print" ...if you select Preview and Print, a PDF is built and the PDF opens in a new browser window. I think you can do the same thing from the Manage Report task.&lt;BR /&gt;
&lt;BR /&gt;
  But, you are also correct, you cannot have an ODS PDF "job" in a stored process and have that stored process open and display correctly in WRS. WRS wants your SP to create SASReport XML, because it is the SASReport XML that is rendered in the WRS application. I am not sure whether SASReport XML supports ODS REGION statements -- I suspect not -- since that capability was designed for PDF/Printer which is a paged destination. &lt;BR /&gt;
&lt;BR /&gt;
  If I have not remembered the exact steps to print to PDF, you can check with Tech Support -- I think the capability is built into WRS.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 07 Apr 2008 15:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/WRS-and-PDF/m-p/9459#M2246</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-04-07T15:36:19Z</dc:date>
    </item>
  </channel>
</rss>

