<?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 might I display a PDF in VA that is stored as binary data? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150906#M515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS-VA is running Linux (A type of many Unix OS).&lt;/P&gt;&lt;P&gt;To view a pdf you need to be able to download that to your device that has a pdf reader installed.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Jan 2014 10:47:01 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-01-25T10:47:01Z</dc:date>
    <item>
      <title>How might I display a PDF in VA that is stored as binary data?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150905#M514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with some thousands of records.&amp;nbsp; Each record has a PDF that is stored as binary data.&amp;nbsp; Is there a native way to display these PDF's in VA?&amp;nbsp; I am thinking of a model in which I would have a Table showing TITLE, TYPE, etc. and then a column with the file itself available for selecting and opening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 20:21:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150905#M514</guid>
      <dc:creator>semone</dc:creator>
      <dc:date>2014-01-23T20:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: How might I display a PDF in VA that is stored as binary data?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150906#M515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS-VA is running Linux (A type of many Unix OS).&lt;/P&gt;&lt;P&gt;To view a pdf you need to be able to download that to your device that has a pdf reader installed.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jan 2014 10:47:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150906#M515</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-01-25T10:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: How might I display a PDF in VA that is stored as binary data?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150907#M516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't played with VA.&amp;nbsp; In the stored process web app, if you have a pdf file on the server, you can stream it back to a user's browser by using a data _null_ step that writes to _webout.&amp;nbsp; Then the browser will pop up a file download box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="51452" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://communities.sas.com/" modifiedtitle="true" title="Can the SAS Stored Process Web Application display static objects, i.e. Excel files or existing HTML pages?"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps something like that could be done in VA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jan 2014 14:12:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150907#M516</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-01-25T14:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: How might I display a PDF in VA that is stored as binary data?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150908#M517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VA doesn't support binary files like PDFs natively, but it can create data-driven URLs that you can leverage to display your PDFs.&lt;/P&gt;&lt;P&gt;I would keep the PDF files in a separate table, accessible by a stored process - or even as static files in a directory visible to your web browser.&lt;/P&gt;&lt;P&gt;Then on the table you will load in VA, instead of the PDF content store a corresponding unique name.&lt;/P&gt;&lt;P&gt;You can then use that unique name to create data-driven links in your report, that when clicked by the user will call the stored process that retrieves the file (as described by @Quentin) or directly download them as a static file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 15:31:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150908#M517</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-01-30T15:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: How might I display a PDF in VA that is stored as binary data?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150909#M518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for jumping in &lt;A __default_attr="824126" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp; Glad to hear my time learning stored processes won't have been wasted if we some day get a VA setup.&amp;nbsp; : )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 02:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150909#M518</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-01-31T02:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: How might I display a PDF in VA that is stored as binary data?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150910#M519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not at all @Quentin. We are looking for ways to leverage stored processes even more in VA. Suggestions and ideas are welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 02:57:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150910#M519</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-01-31T02:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How might I display a PDF in VA that is stored as binary data?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150911#M520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the pointers folks.&amp;nbsp; I'll get back if I have anything else, but I think I'm certainly at a point where I can make some trouble getting started. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 19:06:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150911#M520</guid>
      <dc:creator>semone</dc:creator>
      <dc:date>2014-01-31T19:06:47Z</dc:date>
    </item>
  </channel>
</rss>

