<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Protect pdf document from download</title><link>http://forums.silverlight.net/forums/thread/228316.aspx</link><pubDate>Wed, 03 Jun 2009 07:19:49 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:228316</guid><dc:creator>Maud</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/228316.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=228316</wfw:commentRss><description>&lt;p&gt;Agree with Jay, convert pdf to xps on serverside and display in silverlight.&lt;/p&gt;
&lt;p&gt;sample&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.amyuni.ca/PageTurnPdf/Default.html"&gt;http://www.amyuni.ca/PageTurnPdf/Default.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;article&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.amyuni.com/silverlight/article.php"&gt;http://www.amyuni.com/silverlight/article.php&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Protect pdf document from download</title><link>http://forums.silverlight.net/forums/thread/225931.aspx</link><pubDate>Thu, 28 May 2009 16:32:02 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:225931</guid><dc:creator>Vinayak_Ait</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/225931.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=225931</wfw:commentRss><description>&lt;p&gt;Thanks for reply, &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Can someone tell me how to embed pdf file in silvrlight so that my site&amp;#39;s visitor can view the pdf but should not be able to download pdf file.&lt;/p&gt;&lt;p&gt;It&amp;#39;s urgent,&lt;/p&gt;&lt;p&gt;Thanks in advance &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Protect pdf document from download</title><link>http://forums.silverlight.net/forums/thread/225855.aspx</link><pubDate>Thu, 28 May 2009 13:56:42 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:225855</guid><dc:creator>metal</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/225855.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=225855</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;If the user can view a PDF then they have already downloaded it, In the same way if you view an image on a web page it is downloaded to the users machine before being displayed.&lt;/p&gt;&lt;p&gt;The only way around this is to not use raw data, the common solution for images is to use flash/silverlight to display an image that is a propriatory format, thus if a user is able to intercept the flash/silverlight downloading the iamge data they can not load it into photoshop as photoshop will not recognise the format.&lt;/p&gt;&lt;p&gt;So to reach your requirements, &lt;/p&gt;&lt;p&gt;1. Can view PDF&lt;/p&gt;&lt;p&gt;2. can not download PDF&lt;/p&gt;&lt;p&gt;3. can not copy PDF&lt;/p&gt;&lt;p&gt;4. no temp files&lt;/p&gt;&lt;p&gt;Number one, you have to supply the a client application (i.e. silverlight) that will interpret &amp;#39;some&amp;#39; data and display it to appear as PDF&lt;/p&gt;&lt;p&gt;Number two,&amp;nbsp; the PDF file does not reside on the server as reachable, instead a web service will stream the data.&lt;/p&gt;&lt;p&gt;Number three, I assume you mean &amp;#39;can not take a copy&amp;#39;, if at any time your web server sends PDF data (file or streaming) the users machine can intercept and copy/save that data.&lt;/p&gt;&lt;p&gt;Number four, really the same as three and it doesn not matter if there is a temp file if it is your propriatory data format describing a PDF as without your client application (i.e. silverlight) it is useless.&lt;/p&gt;&lt;p&gt;I hope this makes things slightly clearer.&lt;/p&gt;&lt;p&gt;bottom line, never trust a client to do what you WANT it to do, because it can do what it damn well pleases.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Protect pdf document from download</title><link>http://forums.silverlight.net/forums/thread/225832.aspx</link><pubDate>Thu, 28 May 2009 13:19:54 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:225832</guid><dc:creator>jay nanavati</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/225832.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=225832</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Do you want to implement this using Silverlight?&lt;/p&gt;&lt;p&gt;&amp;nbsp;then check this:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.amyuni.com/silverlight/index.php"&gt;http://www.amyuni.com/silverlight/index.php&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;if you want to do it with Flash:&lt;/p&gt;&lt;p&gt;&lt;a href="http://board.flashkit.com/board/showthread.php?t=745702"&gt;http://board.flashkit.com/board/showthread.php?t=745702&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Protect pdf document from download</title><link>http://forums.silverlight.net/forums/thread/225802.aspx</link><pubDate>Thu, 28 May 2009 12:45:42 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:225802</guid><dc:creator>Vinayak_Ait</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/225802.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=225802</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;span class="value"&gt;I uploaded pdf file to server so that my site&amp;#39;s
visitor only able to view pdf but should not be able to download, save,
copy pdf. and not have a temp file of the pdf ever be downloaded to their machine.&lt;br /&gt;How can I get above behaviour and protect pdf from download?&lt;br /&gt;Thanks in advance&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>