<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.atalasoft.com/cs/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>Atalasoft's 31 Apps in 31 Days : DotImage, PDF, ASP.NET</title><link>http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/DotImage/PDF/ASP.NET/default.aspx</link><description>Tags: DotImage, PDF, ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>ThinDoc: Zero Footprint Full Screen Adobe-Free PDF Viewer</title><link>http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx</link><pubDate>Fri, 23 May 2008 14:00:00 GMT</pubDate><guid isPermaLink="false">647108ca-f046-4d8d-9feb-a7fbd2049b37:14116</guid><dc:creator>jacobl</dc:creator><slash:comments>4</slash:comments><comments>http://www.atalasoft.com/cs/blogs/31appsin31days/comments/14116.aspx</comments><wfw:commentRss>http://www.atalasoft.com/cs/blogs/31appsin31days/commentrss.aspx?PostID=14116</wfw:commentRss><description>Welcome to the 23rd of 31 applications we will post (in addition to the &lt;a title="blocked::http://www.atalasoft.com/events/31appsin31days/" href="http://www.atalasoft.com/events/31appsin31days/"&gt;contest&lt;/a&gt; participants' submissions). Make sure you add this blog to your &lt;b&gt;&lt;a title="blocked::http://www.atalasoft.com/cs/blogs/31appsin31days/rss.aspx" href="http://www.atalasoft.com/cs/blogs/31appsin31days/rss.aspx"&gt;RSS&lt;/a&gt; / &lt;a title="blocked::http://www.atalasoft.com/cs/blogs/31appsin31days/atom.aspx" href="http://www.atalasoft.com/cs/blogs/31appsin31days/atom.aspx"&gt;Atom&lt;/a&gt; &lt;/b&gt;feed and check the &lt;a title="blocked::http://www.atalasoft.com/cs/blogs/31appsin31days/pages/31-Apps-in-31-Days-Gallery.aspxGallery Page" href="http://www.atalasoft.com/cs/blogs/31appsin31days/pages/31-Apps-in-31-Days-Gallery.aspx"&gt;gallery&lt;/a&gt; for summaries of all the apps as they are released.&lt;p&gt;PDF is, by far, the most ubiquitous document format on the internet. Many sites, including &lt;a target="_blank" href="http://www.atalasoft.com/"&gt;our own&lt;/a&gt;, put white papers on the internet in Portable Document Format. Unfortunately viewing some of these documents requires downloading hundreds of pages and if you do not have Foxit or Adobe Reader, you've got to go download that too. Granted, in this day-and-age, that's highly unlikely.&lt;/p&gt;&lt;p&gt;Wouldn't it be amazing if there was a website that let me view PDFs in a no-download-required viewer? It would be even better if it let me change the links to the PDFs on my site so that my customers didn't have to download the PDFs either. Oh, and if that's not asking enough, it would be awesome if I had a bookmarklet that would make all PDFs open in that viewer by default at the click of a button.&lt;/p&gt;&lt;p&gt;Well, looks like all those prayers have been answered today!&lt;/p&gt;&lt;b&gt;Introducing ThinDoc: a Zero Footprint Full Screen PDF Viewer.&lt;br&gt;&lt;br&gt;&lt;/b&gt;&lt;img align="middle" height="329" width="400" src="http://www.atalasoft.com/cs/photos/jacobs_blog_photos/images/14118/original.aspx"&gt; &lt;p&gt;&lt;b&gt;How to Use&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;u&gt;Check out these documents:&lt;/u&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a target="_blank" href="http://www.atalasoft.com/31apps/ThinDoc/?url=http://www.atalasoft.com/31apps/ThinDoc/images/DevelopersGuide.pdf"&gt;Atalasoft Documentation PDF&lt;/a&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;a target="_blank" href="http://www.atalasoft.com/31apps/thindoc/"&gt;Our Often-used Demo TIFF&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target="_blank" href="http://www.atalasoft.com/31apps/ThinDoc/?url=http://www.atalasoft.com/uploadedFiles/Products/DotImage/Atalasoft_SDTimes_AJAXSupplement_WhitePaper101206.pdf"&gt;Atalasoft AJAX White Paper&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;u&gt;Get the Bookmarklet:&lt;/u&gt;&lt;/p&gt;&lt;p&gt;Check out &lt;a target="_blank" href="http://www.atalasoft.com/31apps/thindoc/about.aspx"&gt;the ThinDoc: About page&lt;/a&gt; to learn how to get the ThinDoc Bookmarklet and open all online PDFs in ThinDoc. &lt;/p&gt;&lt;p&gt;&lt;u&gt;Add this script to your site:&lt;/u&gt; &lt;/p&gt;&lt;p&gt;Add the following code to the end of any HTML page that contains links to PDF documents. This method only works if the link is pointing to files ending in "pdf". Due to some limitations of our blogging software, if you plan oncopying the script, I recommend you do so at the &lt;a target="_blank" href="http://www.atalasoft.com/31apps/ThinDoc/About.aspx"&gt;ThinDoc: Aboutpage&lt;/a&gt;. &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&amp;lt;script type="text/javascript"&gt;&lt;br&gt;&amp;lt;!--&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;   (function() { &lt;br&gt;       var i; &lt;br&gt;       for(i = 0; i &amp;lt; document.links.length; i++) { &lt;br&gt;           var url = document.links[i].href;&lt;br&gt;           if((url.substring(url.length-3, url.length) == 'pdf' || url.substring(url.length-3, url.length) == 'tif') &amp;amp;&amp;amp; url.indexOf('?') == -1) {&lt;br&gt;               document.links[i].href = 'BLOCKED SCRIPTwindow.open(\'http://www.atalasoft.com/31apps/ThinDoc/?url=' + escape(url) + '\',\'_thindoc\');';document.links[i].target = '_thindoc';&lt;br&gt;           }&lt;br&gt;       }&lt;br&gt;   })();&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;--&gt;&lt;br&gt;&amp;lt;/script&gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&lt;a target="_blank" href="http://www.atalasoft.com/cs/files/folders/14143/download.aspx"&gt;Get the Source&lt;/a&gt;&lt;/p&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx&amp;amp;;subject=ThinDoc%3a+Zero+Footprint+Full+Screen+Adobe-Free+PDF+Viewer" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx&amp;amp;;title=ThinDoc%3a+Zero+Footprint+Full+Screen+Adobe-Free+PDF+Viewer" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx&amp;amp;title=ThinDoc%3a+Zero+Footprint+Full+Screen+Adobe-Free+PDF+Viewer" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx&amp;amp;;title=ThinDoc%3a+Zero+Footprint+Full+Screen+Adobe-Free+PDF+Viewer" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx&amp;amp;;title=ThinDoc%3a+Zero+Footprint+Full+Screen+Adobe-Free+PDF+Viewer&amp;amp;;top=1" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/31appsin31days/archive/2008/05/23/thindoc-zero-footprint-full-screen-pdf-viewer.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://www.atalasoft.com/cs/aggbug.aspx?PostID=14116" width="1" height="1"&gt;</description><category domain="http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/31+Apps+in+31+Days/default.aspx">31 Apps in 31 Days</category><category domain="http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/DotImage/default.aspx">DotImage</category><category domain="http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/31+apps/default.aspx">31 apps</category><category domain="http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/TIFF/default.aspx">TIFF</category><category domain="http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/PDF+Viewer/default.aspx">PDF Viewer</category><category domain="http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/Web/default.aspx">Web</category><category domain="http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/PDF/default.aspx">PDF</category><category domain="http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://www.atalasoft.com/cs/blogs/31appsin31days/archive/tags/Adobe-free/default.aspx">Adobe-free</category></item></channel></rss>