CINXE.COM
Adobe - Adobe Reader download - All versions
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en_us" xml:lang="EN_US"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://get.adobe.com/reader/otherversions/","20130913104038","https://web.archive.org/","web","/_static/", "1379068838"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Language" content="en-us"/> <title>Adobe - Adobe Reader download - All versions</title> <link rel="shortcut icon" href="https://web.archive.org/web/20130913104038im_/http://wwwimages.adobe.com/www.adobe.com/favicon.ico" type="image/x-icon"/> <!--shell_2.0.cfm --> <!--/ubi/template/asset-links.cfm.ssi?locale=en_us&gnav=true&gfooter=true&header=true&modules=swf&identity=adobe&layoutType=no-pocket --> <!--[if gte IE 5 & lt IE 8]> <script type="text/javascript" src="http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/style-nurse.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20130913104038cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen.css?modules=swf" media="screen"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20130913104038cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/print.css" media="print"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20130913104038cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/no-pocket.css"/> <!--[if IE 6]> <script type="text/jscript">try{document.execCommand("BackgroundImageCache", false, true);} catch(e) {};</script> <![endif]--> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/prototype.js"></script> <script id="adobe" type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/Cookie.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/global.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/jsonp.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20130913104038cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/wcms.css" media="screen"/> <link rel="stylesheet" href="https://web.archive.org/web/20130913104038cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/gnav.css" media="screen"/> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/module/SearchBuddy.js"></script> <script type="text/javascript"> adobe.SelectFix = (function() { var Construct0r = function() { }; Construct0r.prototype = { doFix: function() { for(var i = 0, n; (n = document.getElementsByTagName("select")[i]); i++) { n.style.visibility = "hidden"; } }, undoFix: function() { for(var i = 0, n; (n = document.getElementsByTagName("select")[i]); i++) { n.style.visibility = "visible"; } } }; return new Construct0r(); })(); /*---------------------------------------------------------------------- Namespace: adobe.u.input ----------------------------------------------------------------------*/ adobe.u.input = { /*---------------------------------------------------------------------- Method: autoFill Set the value of an form input to the title while empty and unfocused. > adobe.u.input.autoFill($("myTextField"), "some text"); > > $("myTextField").autoFill("some text"); Parameters: element - Element instance Returned Value: Element instance ----------------------------------------------------------------------*/ autoFill: function(element, fill) { var element = element; // setup lexical reference var fill = fill; // setup lexical reference if(!fill) { return element; } if(!element.value) { element.value = fill; } Element.observe(element, "focus", _handleFocus); Element.observe(element, "blur", _handleBlur); return element; function _handleFocus(event) { if(element.value == fill) { element.value = ""; } } function _handleBlur(event) { if(element.value) { return; } else { element.value = fill; } } } } Element.addMethods("INPUT", adobe.u.input); Element.addMethods("TEXTAREA", adobe.u.input); getSearchParams = adobe.u.getSearchParam; document.observe('dom:loaded', function() { new SearchBuddy(); }); </script> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalNav.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalNavAccessibility.js"></script> <!--[if IE 6]> <script type="text/javascript" src="http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalNavIE6.js"></script> <![endif]--> <script type="text/javascript"> document.observe('dom:loaded', function() { var n = $("search-input"); if (Object.isElement(n)) { var f = n.getAttribute("title"); n.autoFill(f); } }); </script> <link rel="stylesheet" href="https://web.archive.org/web/20130913104038cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/gfooter.css" media="screen"/> <link rel="stylesheet" href="https://web.archive.org/web/20130913104038cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/gfooter_override.css" media="screen"/> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalFooter.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/swfobject.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/swfobject.addon.js"></script> <script type="text/javascript">adobe.InputTitleOverlay = (function() { return { init: function(e) { return } } })();</script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20130913104038cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/Pane/screen.css" media="screen"/> <script type="text/javascript">var locale = 'en';</script><script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/js/foresee/foresee-trigger-dlc.js"></script></head> <body> <!--googleoff: all--><a href="/web/20130913104038/http://get.adobe.com/help/accessibility.html" tabindex="1" id="accesslink">Accessibility</a><!--googleon: all--> <!--googleoff: index--> <!-- $Id: //depot/projects/dylan/releases/rc_13_8/ubi/globalnav/en_us/globalnav_ssi_fq.html#2 $ --> <form id="globalnav-search" class="searchbuddy LayoutSlimHidden" name="globalnav-search" method="get" action="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_search" accept-charset="utf-8"> <div id="SiteHeader" class="SiteHeader Text TextSmall"> <span id="globalnav"></span> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/" id="shHome" class="SiteHeaderHome">Adobe</a> <div class="SiteHeaderBar" id="shBar"> <div class="SiteHeaderDropdownLink SiteHeaderBarItem SiteHeaderBarItemFirst" id="shProducts"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/catalog.html?promoid=KAWQI" id="shProductsLink" class="SiteHeaderBarLink">Products</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Full" id="ProductsPanel"> <div class="SiteHeaderColumnSingle"> <div class="SiteHeaderRow"> <p class="SiteHeaderPanelHeader">Top destinations</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud.html?promoid=JQPEQ" id="Products_Topdestinations_AdobeCreativeCloud">Adobe Creative Cloud</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud/teams.html?promoid=KFKQF" id="Products_Topdestinations_CreativeCloudforteams">Creative Cloud for teams</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/cs6.html?promoid=JOLIS" id="Product_Topdestinationss_CreativeSuite6">Creative Suite 6</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/marketing?promoid=JOLIT" id="Products_Topdestinations_AdobeMarketingCloud">Adobe Marketing Cloud</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/acrobat.html?promoid=JOLIR" id="Products_Topdestinations_Acrobat">Acrobat</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/photoshop.html?promoid=JOLIW" id="Products_Topdestinations_Photoshop">Photoshop</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/sitecatalyst.html?promoid=KAWQH" id="Product_Topdestinationss_SiteCatalyst">SiteCatalyst</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/education/students.html?marketSegment=EDU&promoid=KFKQD" id="Product_Topdestinationss_Students">Students</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/elements-family.html?promoid=JOLIV" id="Product_Topdestinationss_Elementsfamily">Elements family</a></li> </ul> </div> </div> <div class="SiteHeaderColumnDouble SiteHeaderShadowLeft"> <div class="SiteHeaderRow"> <p class="SiteHeaderPanelHeader">Adobe Creative Cloud</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud.html?promoid=KAUBZ" id="Products_AdobeCreativeCloud_WhatisAdobeCreativeCloud">What is Adobe Creative Cloud?</a></li> </ul> <div class="SiteHeaderColumn-1"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud/design.html?promoid=KFKPZ" id="Products_AdobeCreativeCloud_Design">Design</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud/web.html?promoid=KFKQC" id="Products_AdobeCreativeCloud_Web">Web</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud/photography.html?promoid=KFKQA" id="Products_AdobeCreativeCloud_Photography">Photography</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud/video.html?promoid=KFKQB" id="Products_AdobeCreativeCloud_Video">Video</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/education/students.html?marketSegment=EDU&promoid=JUTMG" id="Products_AdobeCreativeCloud_Students">Students</a></li> </ul> </div> <div class="SiteHeaderColumn-2"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud/teams.html?promoid=JZVVU" id="Products_AdobeCreativeCloud_Teams">Teams</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud/enterprise.html?promoid=KFKPX" id="Products_AdobeCreativeCloud_Enterprise">Enterprise</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud/enterprise/education.html?promoid=KFKQE" id="Products_AdobeCreativeCloud_Educationalinstitutions">Educational institutions</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud/enterprise.html?promoid=KFKPY" id="Products_AdobeCreativeCloud_Government">Government</a></li> </ul> </div> <div class="SiteHeaderColumn-1"> <p class="SiteHeaderPanelHeaderSmall">Design and photography</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/photoshop.html?promoid=KAUCA" id="Products_DesignandPhotography_Photoshop">Photoshop</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/illustrator.html?promoid=KAUCB" id="Products_DesignandPhotography_Illustrator">Illustrator</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/indesign.html?promoid=KAUCC" id="Products_DesignandPhotography_InDesign">InDesign</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/muse.html?promoid=KAUCE" id="Products_DesignandPhotography_AdobeMuse">Adobe Muse</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/photoshop-lightroom.html?promoid=KAUCD" id="Products_DesignandPhotography_Lightroom">Lightroom</a></li> </ul> <p class="SiteHeaderPanelHeaderSmall">Video</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/premiere.html?promoid=KAUCJ" id="Products_Video_AdobePremiere">Adobe Premiere</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/aftereffects.html?promoid=KAUCK" id="Products_Video_AfterEffects">After Effects</a></li> </ul> </div> <div class="SiteHeaderColumn-2"> <p class="SiteHeaderPanelHeaderSmall">Web development and HTML5</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://html.adobe.com/edge/?promoid=KAGMS" target="_blank" id="Products_WebdevelopmentHTML5_EdgeToolsServices">Edge Tools & <span class="SiteHeaderIconNewWindowNoWrap">Services<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/dreamweaver.html?promoid=KAUCF" id="Products_WebdevelopmentHTML5_Dreamweaver">Dreamweaver</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://gaming.adobe.com/?promoid=KAUCG" target="_blank" id="Products_WebdevelopmentHTML5_Gaming"><span class="SiteHeaderIconNewWindowNoWrap">Gaming<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> </ul> </div> </div> </div> <div class="SiteHeaderColumnDouble SiteHeaderShadowLeft"> <div class="SiteHeaderRow"> <p class="SiteHeaderPanelHeader">Adobe Marketing Cloud</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/digital-marketing.html?promoid=KAUCL" id="Products_AdobeMarketingCloud_WhatisAdobeMarketingCloud">What is Adobe Marketing Cloud?</a></li> </ul> <div class="SiteHeaderColumn-1"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/digital-analytics.html?promoid=KAVVU" id="Products_AdobeMarketingCloud_Digitalanalytics">Digital analytics</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/social-marketing.html?promoid=KAVVV" id="Products_AdobeMarketingCloud_Socialmarketing">Social marketing</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/web-experience-management.html?promoid=KAVVX" id="Products_AdobeMarketingCloud_Webexperiencemanagement">Web experience management</a></li> </ul> </div> <div class="SiteHeaderColumn-2"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/testing-targeting.html?promoid=KAVVW" id="Products_AdobeMarketingCloud_Testingandtargeting">Testing and targeting</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/media-optimization.html?promoid=KAVVY" id="Products_AdobeMarketingCloud_Mediaoptimization">Media optimization</a></li> </ul> </div> <div class="SiteHeaderColumn-1"> <p class="SiteHeaderPanelHeaderSmall">Analytics</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/sitecatalyst.html?promoid=KAUCM" id="Products_Analytics_SiteCatalyst">SiteCatalyst</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/discover.html?promoid=KAUCN" id="Products_Analytics_AdobeDiscover">Adobe Discover</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/insight.html?promoid=KAUCO" id="Products_Analytics_Insight">Insight</a></li> </ul> <p class="SiteHeaderPanelHeaderSmall">Social</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/social-marketing.html?promoid=KAUCP" id="Products_Social_AdobeSocial">Adobe Social</a></li> </ul> <p class="SiteHeaderPanelHeaderSmall">Experience Manager</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/cq.html?promoid=KAUCQ" id="Products_ExperienceManager_CQ">CQ</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/scene7.html?promoid=KAUCR" id="Products_ExperienceManager_Scene7">Scene7</a></li> </ul> </div> <div class="SiteHeaderColumn-2"> <p class="SiteHeaderPanelHeaderSmall">Target</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/testandtarget.html?promoid=KAUCS" id="Products_Target_TestTarget">Test&Target</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/recommendations.html?promoid=KAUCT" id="Products_Target_Recommendations">Recommendations</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/searchandpromote.html?promoid=KAUCU" id="Products_Target_SearchPromote">Search&Promote</a></li> </ul> <p class="SiteHeaderPanelHeaderSmall">Media Optimizer</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/adlens.html?promoid=KAUCV" id="Products_MediaOptimizer_AdLens">AdLens</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/audiencemanager.html?promoid=KAUCW" id="Products_MediaOptimizer_AudienceManager">AudienceManager</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/audienceresearch.html?promoid=KAUCX" id="Products_MediaOptimizer_AudienceResearch">AudienceResearch</a></li> </ul> </div> </div> </div> <div class="SiteHeaderColumnSingle SiteHeaderShadowLeft"> <div class="SiteHeaderRow"> <p class="SiteHeaderPanelHeader">Document services</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/acrobat.html?promoid=KAUCY" id="Products_DocumentServices_Acrobat">Acrobat</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/https://www.echosign.adobe.com/en/home.html?promoid=KAUDB" target="_blank" class="SiteHeaderLinkNewWindow" id="Products_DocumentServices_EchoSign"><span class="SiteHeaderIconNewWindowNoWrap">EchoSign<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/https://www.acrobat.com/formscentral/en/home.html?promoid=KAUCZ" target="_blank" id="Products_DocumentServices_FormsCentral"><span class="SiteHeaderIconNewWindowNoWrap">FormsCentral<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/https://www.acrobat.com/sendnow/en/home.html?promoid=KAUDA" target="_blank" id="Products_DocumentServices_SendNow"><span class="SiteHeaderIconNewWindowNoWrap">SendNow<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/https://www.acrobat.com/welcome/en/home.html?promoid=KAUDC" target="_blank" id="Products_DocumentServices_Acrobatcom"><span class="SiteHeaderIconNewWindowNoWrap">Acrobat.com<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> </ul> <p class="SiteHeaderPanelHeader">Publishing</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/digital-publishing-suite-family.html?promoid=JOLIU" id="Products_Publishing_DigitalPublishingSuite">Digital Publishing Suite</a></li> </ul> </div> </div> <br style="clear: both"/> <div class="SiteHeaderRow"> <ul class="SiteHeaderRightLink"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/catalog.html?promoid=JOOTH" id="Products_Seeallproducts">See all products</a></li> </ul> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shBusinessSolutions"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions.html?promoid=KAWQJ" id="shBusinessSolutionsLink" class="SiteHeaderBarLink">Business solutions</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Double" id="BusinessSolutionsPanel"> <div class="SiteHeaderRow"> <div class="SiteHeaderColumn-1"> <p class="SiteHeaderPanelHeaderSmall">By business need</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/digital-analytics.html?promoid=JOLJB" id="BusinessSolutions_Bybusinessneed_Digitalanalytics">Digital analytics</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/digital-publishing.html?promoid=JOLJA" id="BusinessSolutions_Bybusinessneed_Digitalpublishing">Digital publishing</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/acrobat.html?promoid=KAWSC" id="BusinessSolutions_Bybusinessneed_Documentmanagement">Document management</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/media-optimization.html?promoid=JOLIX" id="BusinessSolutions_Bybusinessneed_Mediaoptimization">Media optimization</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/social-marketing.html?promoid=JZPNO" id="BusinessSolutions_Bybusinessneed_Socialmarketing">Social marketing</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/testing-targeting.html?promoid=KAXLU" id="BusinessSolutions_Bybusinessneed_Testingandtargeting">Testing and targeting</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/creativecloud/video.html?promoid=KAUDD" id="BusinessSolutions_Bybusinessneed_Videoeditingandserving">Video editing and serving</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://html.adobe.com/?promoid=JZEFF" target="_blank" class="SiteHeaderLinkNewWindow" id="BusinessSolutions_Bybusinessneed_Webdevelopment">Web <span class="SiteHeaderIconNewWindowNoWrap">development<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/web-experience-management.html?promoid=JOOYM" id="BusinessSolutions_Bybusinessneed_Webexperiencemanagement">Web experience management</a></li> </ul> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions.html?promoid=JOOTI" id="BusinessSolutions_Seeallbusinessneeds">See all business needs</a></li> </ul> </div> <div class="SiteHeaderColumn-2"> <p class="SiteHeaderPanelHeaderSmall">By industry</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/broadcasting.html?promoid=JOLIY" id="BusinessSolutions_Byindustry_Broadcast">Broadcast</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/education.html?marketSegment=EDU&promoid=JOLIZ" id="BusinessSolutions_Byindustry_Education">Education</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/financial-services.html?promoid=KAUDE" id="BusinessSolutions_Byindustry_Financialservices">Financial services</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/government.html?promoid=KAUDF" id="BusinessSolutions_Byindustry_Government">Government</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/digital-publishing.html?promoid=KAUDG" id="BusinessSolutions_Byindustry_Publishing">Publishing</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/retail.html?promoid=KAWSD" id="BusinessSolutions_Byindustry_Retail">Retail</a></li> </ul> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions.html?promoid=KAUDH" id="BusinessSolutions_Seeallindustries">See all industries</a></li> </ul> </div> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shSupportLearning"> <a href="https://web.archive.org/web/20130913104038/http://helpx.adobe.com/support/?promoid=KAWQK" id="shSupportLearningLink" class="SiteHeaderBarLink">Support & Learning</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Single" id="SupportLearningPanel"> <div class="SiteHeaderRow"> <p class="SiteHeaderPanelHeaderSmall">I need help</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://helpx.adobe.com/support/?promoid=JZEFP" id="SupportLearning_Ineedhelp_Products">Products</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://helpx.adobe.com/creative-cloud/topics/getting-started.html?promoid=JZEFO" id="SupportLearning_Ineedhelp_AdobeCreativeCloud">Adobe Creative Cloud</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://helpx.adobe.com/marketing-cloud.html?promoid=KAWSE" id="SupportLearning_Ineedhelp_AdobeMarketingCloud">Adobe Marketing Cloud</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://forums.adobe.com/index.jspa?promoid=JZEFM" target="_blank" id="SupportLearning_Ineedhelp_Forums"><span class="SiteHeaderIconNewWindowNoWrap">Forums<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> </ul> <p class="SiteHeaderPanelHeaderSmall">I want to learn</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://helpx.adobe.com/learning.html?promoid=KAUDK" id="SupportLearning_Iwanttolearn_Trainingandtutorials">Training and tutorials</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://training.adobe.com/certification.html?promoid=KAUDM" target="_blank" id="SupportLearning_Iwanttolearn_Certification"><span class="SiteHeaderIconNewWindowNoWrap">Certification<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/devnet.html?promoid=KAUDN" id="SupportLearning_Iwanttolearn_AdobeDeveloperConnection">Adobe Developer Connection</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/designcenter.html?promoid=KAUDO" id="SupportLearning_Iwanttolearn_AdobeDesignCenter">Adobe Design Center</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://tv.adobe.com/?promoid=KFELF" target="_blank" id="SupportLearning_Iwanttolearn_AdobeTV">Adobe <span class="SiteHeaderIconNewWindowNoWrap">TV<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/solutions/digital-marketing/guides.html?promoid=KAWSF" id="SupportLearning_Iwanttolearn_AdobeMarketingCenter">Adobe Marketing Center</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://labs.adobe.com/?promoid=JZEFQ" target="_blank" id="SupportLearning_Iwanttolearn_AdobeLabs">Adobe <span class="SiteHeaderIconNewWindowNoWrap">Labs<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> </ul> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shDownload"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/downloads/?promoid=KAWQL" id="shDownloadLink" class="SiteHeaderBarLink">Download</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Single" id="DownloadPanel"> <div class="SiteHeaderRow"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/downloads/?promoid=JZEFS" id="Download_Producttrials">Product trials</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://get.adobe.com/flashplayer/?promoid=JZEFT" id="Download_AdobeFlashPlayer">Adobe Flash Player</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://get.adobe.com/reader/?promoid=JZEFU" id="Download_AdobeReader">Adobe Reader</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://get.adobe.com/air/?promoid=JZEFV" id="Download_AdobeAIR">Adobe AIR</a></li> </ul> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/downloads/?promoid=JZEFW" id="Download_Seealldownloads">See all downloads</a></li> </ul> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shCompany"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/company.html?promoid=KAWQM" id="shCompanyLink" class="SiteHeaderBarLink">Company</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Single" id="CompanyPanel"> <div class="SiteHeaderRow"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/careers.html?promoid=JZEFX" id="Company_CareersatAdobe">Careers at Adobe</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/aboutadobe/invrelations/?promoid=JZEFZ" id="Company_InvestorRelations">Investor Relations</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/aboutadobe/pressroom/?promoid=JZEGA" id="Company_Newsroom">Newsroom</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/privacy.html?promoid=JZEGB" id="Company_Privacy">Privacy</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/corporate-responsibility.html?promoid=JZEFY" id="Company_CorporateResponsibility">Corporate Responsibility</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/customershowcase.html?promoid=KEWBG" id="Company_CustomerShowcase">Customer Showcase</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/company/contact.html?promoid=JZEGC" id="Company_Contactus">Contact us</a></li> </ul> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/company.html?promoid=JZPLK" id="Company_Morecompanyinfo">More company info</a></li> </ul> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shBuy"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/catalog/software._sl_id-contentfilter_sl_catalog_sl_software_sl_mostpopular.html?promoid=KAWQN" id="shBuyLink" class="SiteHeaderBarLink">Buy</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Single" id="BuyPanel"> <div class="SiteHeaderRow"> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/catalog/software.html?marketSegment=COM&promoid=KAWQO" id="Buy_Forpersonalandprofessionaluse">For personal and professional use</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/catalog/software._sl_id-contentfilter_sl_catalog_sl_education_sl_alledu.html?marketSegment=EDU&promoid=KAWQP" id="Buy_Forstudentseducatorsandstaff">For students, educators, and staff</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/small-business-pricing/software-catalog._sl_id-contentfilter_sl_catalog_sl_software_sl_creativecloudmembership.html?marketSegment=COM&promoid=JOLJE" id="Buy_Forsmallandmediumbusinesses">For small and medium businesses</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/volume-licensing.html?promoid=KAWQQ" id="Buy_VolumeLicensing">Volume Licensing</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/discount-software-coupons.html?promoid=KAWQR" id="Buy_Specialoffers">Special offers</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130913104038/http://success.adobe.com/en/na/programs/rfi/dm_sales_inquiries.html?promoid=KAWSG" target="_blank" id="Buy_AdobeMarketingCloudsales">Adobe Marketing Cloud <span class="SiteHeaderIconNewWindowNoWrap">sales<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> </ul> </div> </div> </div> <!-- <div id="tooltipStrings" class="SiteHeaderTooltipStrings LayoutHidden"> <span id="tooltipStringExpandMenu">Expand menu</span> <span id="tooltipStringOpenLink">Open link</span> </div> --> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_search" id="shSearchButton" class="SiteHeaderBarItem SiteHeaderSearchButton" style="display: none;">Search</a> <div class="SiteHeaderBarItem SiteHeaderBarItemLast"> </div> <div id="site-search" class="SiteHeaderSearch"> <input title="Search" type="text" id="search-input" name="term" maxlength="1000"/> <input type="hidden" id="searchbuddy-loc" name="loc" value="en_us"/> <button type="submit" id="search-submit" class="icon-replace search">Search</button> </div> </div> <div class="SiteHeaderUser"> <div id="shSignInBlock"> <a id="shInfo" class="SiteHeaderUserItem SiteHeaderInfo">Info</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/account/sign-in.adobedotcom.html" id="shSignIn" class="SiteHeaderUserItem LinkStrong">Sign in</a> <div class="SiteHeaderPopPanelShadow width-250" id="InfoPanelShadow" style="display: none;"></div> <div class="SiteHeaderPopPanel width-250" id="InfoPanel" style="display: none;"> <div class="SiteHeaderPanelRow"> <span class="SiteHeaderPanelHeader">Why sign in?</span> Sign in to manage your account and access trial downloads, product extensions, community areas, and more. </div> </div> </div> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/account.html" id="shWelcome" class="SiteHeaderUserItem SiteHeaderArrow LinkStrong" style="display: none;">Welcome, <span id="screenName"></span></a> <div class="SiteHeaderPopPanelShadow" id="WelcomePanelShadow" style="display: none;"></div> <div class="SiteHeaderPopPanel" id="WelcomePanel" style="display: none;"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyAccount"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnavtray_myadobe_en_us">My Adobe</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyOrders"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnavtray_myadobe_myorders_en_us">My orders</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyInformation"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnavtray_myadobe_myinformation_en_us">My information</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyPreferences"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnavtray_myadobe_mypreferences_en_us">My preferences</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyProductsServices"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnavtray_myadobe_myproducts_services_en_us">My products and services</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSignOut"> <a class="SiteHeaderPanelHeader" id="shSignOutLink" href="https://web.archive.org/web/20130913104038/http://www.adobe.com/cfusion/membership/logout.cfm">Sign out</a> </div> </div> <div id="MyCartLinkContainer"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_mycart_en_us" id="shMyCart" class="SiteHeaderUserItem SiteHeaderCart">My cart<span id="cartQuantity"></span></a> </div> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/privacy.html" id="shPrivacy" class="SiteHeaderUserItem">Privacy</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_myadobe_en_us" id="shMyAdobe" class="SiteHeaderUserItem">My Adobe</a> </div> </div> </form> <div id="SiteHeaderMobile" class="SiteHeaderMobile LayoutHidden LayoutSlim Text TextSmall"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_adobe_logo_en_us" id="shHomeMobile" class="SiteHeaderHome SiteHeaderHomeMobile">Adobe</a> <div class="SiteHeaderBar SiteHeaderBarMobile" id="shBarMobile"> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoLeftBorder" id="shProductsMobileSpan"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_products_en_us" id="shProductsMobile" class="SiteHeaderBarLink">Products</a></span> <span class="SiteHeaderBarItemMobile" id="shSectionsMobileSpan"><a href="#" id="shSectionsMobile" class="SiteHeaderArrowMobile SiteHeaderBarLink">Sections</a></span> <span class="SiteHeaderBarItemMobile" id="shSectionsMobileBuy"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_store_en_us" id="shBuyMobile" class="SiteHeaderBarLink">Buy</a></span> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoRightBorder SiteHeaderBarItemMobileNoPadding"> </span> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoRightBorder SiteHeaderBarItemFloatRight" id="shSearchMobileSpan"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_search" id="shSearchMobile" class="SiteHeaderSearchButtonMobile">Search</a></span> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoLeftBorder SiteHeaderBarItemFloatRight SiteHeaderBarItemMobileNoPadding"> </span> </div> <div class="SiteHeaderBarMobileExtend" id="shBarExtend"> <div id="shBarExtendSections" style="display: none;"> <div id="shBarExtendSections1" class="SiteHeaderBarMobileExtendSections"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_solutions_en_us" id="shSectionsSolutionsMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Solutions</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_company_en_us" id="shSectionsCompanyMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Company</a> </div> <div id="shBarExtendSections2" class="SiteHeaderBarMobileExtendSections"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_help_en_us" id="shSectionsHelpMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Help</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_learning_en_us" id="shSectionsLearningMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Learning</a> </div> </div> <div id="shBarExtendSearch" style="display: none;"> <form id="globalnav-search-mobile" class="SiteHeaderSearchMobileForm" name="globalnav-search-mobile" method="get" action="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_search" accept-charset="utf-8"> <input title="Search" type="text" id="search-input-mobile" name="term" maxlength="1000"/> <button type="submit" id="search-submit-mobile">Search</button> </form> </div> </div> <div class="SiteHeaderUser"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/cfusion/membership/index.cfm?loc=en_us&nl=1" id="shSignInMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile LinkStrong">Sign in</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/cfusion/membership/logout.cfm" id="shSignOutMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile LinkStrong" style="display: none;">Sign out</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/privacy.html" id="shPrivacyMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile">Privacy</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gnav_myadobe_en_us" id="shMyAdobeMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile">My Adobe</a> </div> </div> <!--googleon: index--> <div id="layoutLogic" class="L1"> <div id="content-header"> <ol id="depthpath" class="path menu"> <li><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gn_home" id="brcb-1">Home</a></li> <li><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gn_dl/" id="brcb-2">Downloads</a></li> <li class="last-child"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/reader/" id="brcb-3">Adobe Reader</a></li> </ol> <h1 id="pageHeader" class="macromedia">Adobe Reader download</h1> </div> <div id="content-layout"><div id="content-body"> <div class="columns-3-aaaBcc-aaa"> <p><img id="reader_image_left" src="https://web.archive.org/web/20130913104038im_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/images/reader/reader_128.jpg" width="128" height="128" alt="Adobe Reader"/></p> </div> <div class="columns-3-aaaBcc-B"> <h2><span id="rdr_different_version">Download new and previous versions of Adobe Reader</span></h2><br/> <div><noscript><div style="height:10px"></div><div class="error-block"> <p style="color:black"><b> <span id="rdr_no_script_other">JavaScript error encountered. Unable to install latest version of Adobe Reader. </span> </b></p></div></noscript></div> <div id="JSError" class="error" style="display:none;"></div> <div id="otherVersionsContent" style="display: none;"> <div id="otherVersionsForm"></div> <div id="loadingAjaxRequest" style="display: none;"> <p><img src="https://web.archive.org/web/20130913104038im_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/images/live/ajax-loader.gif" height="24" width="24" alt="Loading installers"/></p> </div> <h2 id="unavailable" style="display: none;">A version of Reader is not available for this configuration.</h2> <div id="downloadContent" style="display: none;"> <p class="byline"><span id="bundledAddon"></span></p> <p> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/reader/systemreqs/" id="system_requirements" class="nyroModal"> System Requirements</a> <strong> (<span id="clientfilesize"></span> <span id="filesizelabel">MB</span>)</strong> </p> <div id="optionalAddonContent" style="display: none;"></div> </div> <br/> <div id="offer"></div> <p id="adobeEULA" class="legalnotice byline">By clicking the Download now button, you acknowledge that you have read and agree to the <a id="adobe_license_agreement" href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/eulas/reader/x/eula_en_gb.html" target="_blank"> Adobe Software Licensing Agreement.</a></p> <a class="download-button download-button-disabled" href="javascript:void(0)" disabled="disabled" id="buttonDownload">Download now</a><br/><br/><br/> <h4><span id="anti_virus"> You may have to temporarily disable your antivirus software.</span></h4><br/><br/> </div> </div> <br class="clear-both"/> <div class="LayoutPBottom byline"> <table border="0"> <tr> <td> <span style="color: rgb(113, 113, 113);" id="common_resources"> Additional Resources: </span> </td> <td> <a id="create_pdf" href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/acrobatstandard.html" target="_blank" title="Create PDF | Adobe Acrobat Standard">Create PDF</a> <a id="pdf_editor" href="https://web.archive.org/web/20130913104038/http://www.adobe.com/products/acrobatpro.html" target="_blank" title="PDF Editor | Adobe Acrobat Pro">PDF Editor</a> </td> </tr> </table> </div> <noscript><img src="https://web.archive.org/web/20130913104038im_/http://stats.adobe.com/b/ss/mxmacromedia/1/H.24.4T/0?pageName=ACDC%5FNoscript&g=http%3A//get.adobe.com/&ch=ACDC%5FNoscript&server=Dylan" height="1" width="1" border="0" alt=""/></noscript><noscript><img src="https://web.archive.org/web/20130913104038im_/http://stats.adobe.com/b/ss/adbacdcprod/1/H.24.4T/0?pageName=ACDC%5FNoscript&g=http://get.adobe.com&ch=ACDC%5FNoscript" height="1" width="1" border="0" alt=""/></noscript><!--/DO NOT REMOVE/--> <!-- End Adobe Digital Marketing Suite Tag Management code --> </div></div> </div> <!--googleoff: index--> <!-- $Id: //depot/projects/dylan/releases/rc_13_8/ubi/footer/en_us/globalfooter_ssi_pdc.html#1 $ --> <div id="SiteFooterPDC" class="SiteFooterPDC Text TextSmall Link"> <div class="SiteFooterPDCNav LayoutRow LayoutH LayoutHAlignRight"> <div class="SiteFooterPDCRegionButton LinkStrong"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gfooter_choose_region" id="sfRegion" class="SiteFooterPDCMenuItemLeft SiteFooterPDCMenuItemIcon SiteFooterPDCMenuItemIconRegionBlue">Choose your region</a> <span id="sfRegionSet" class="SiteFooterPDCMenuItemLeft SiteFooterPDCMenuItemIcon SiteFooterPDCMenuItemIconRegionBlack" style="display: none;">United States <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gfooter_choose_region" id="sfRegionChange">(Change)</a></span> </div> <div class="SiteFooterPDCRegionPanel" id="RegionPanel" style="display:none;"> <div class="SiteFooterPDCRegionPanelHeader"> <span class="SiteFooterPDCMenuItemIcon SiteFooterPDCMenuItemIconRegionBlack">Choose your region</span> <a id="sfRegionClose" class="SiteFooterPDCRegionPanelHeaderClose">Close</a> </div> <div class="Column"> <div class="Column-1"> <p class="SiteFooterPDCRegionPanelRegionHeader">North America</p> </div> <div class="Column-2-3"> <p class="SiteFooterPDCRegionPanelRegionHeader">Europe, Middle East and Africa</p> </div> <div class="Column-4"> <p class="SiteFooterPDCRegionPanelRegionHeader">Asia Pacific</p> </div> <div class="Column-1"> <ul> <li lang="en"><a onclick="changeRegion('ca');">Canada - English</a></li> <li lang="fr"><a onclick="changeRegion('ca_fr');">Canada - Français</a></li> <li lang="es"><a onclick="changeRegion('la');">Latinoamérica</a></li> <li lang="es"><a onclick="changeRegion('mx');">México</a></li> <li lang="en"><a onclick="changeRegion('us');">United States</a></li> </ul> <p class="SiteFooterPDCRegionPanelRegionHeader">South America</p> <ul> <li lang="pt"><a onclick="changeRegion('br');">Brasil</a></li> </ul> </div> <div class="Column-2"> <ul> <li lang="en"><a onclick="changeRegion('africa');">Africa - English</a></li> <li lang="de"><a onclick="changeRegion('at');">Österreich - Deutsch</a></li> <li lang="en"><a onclick="changeRegion('be_en');">Belgium - English</a></li> <li lang="fr"><a onclick="changeRegion('be_fr');">Belgique - Français</a></li> <li lang="nl"><a onclick="changeRegion('be_nl');">België - Nederlands</a></li> <li lang="bg"><a onclick="changeRegion('bg');">България</a></li> <li lang="hr"><a onclick="changeRegion('hr');">Hrvatska</a></li> <li lang="en"><a onclick="changeRegion('eeurope');">Cyprus - English</a></li> <li lang="cs"><a onclick="changeRegion('cz');">Česká republika</a></li> <li lang="da"><a onclick="changeRegion('dk');">Danmark</a></li> <li lang="en"><a onclick="changeRegion('eeurope');">Eastern Europe - English</a></li> <li lang="et"><a onclick="changeRegion('ee');">Eesti</a></li> <li lang="fi"><a onclick="changeRegion('fi');">Suomi</a></li> <li lang="fr"><a onclick="changeRegion('fr');">France</a></li> <li lang="de"><a onclick="changeRegion('de');">Deutschland</a></li> <li lang="en"><a onclick="changeRegion('eeurope');">Greece - English</a></li> <li lang="hu"><a onclick="changeRegion('hu');">Magyarország</a></li> <li lang="en"><a onclick="changeRegion('ie');">Ireland</a></li> <li lang="en"><a onclick="changeRegion('il_en');">Israel - English</a></li> <li lang="he"><a onclick="changeRegion('il_he');">ישראל - עברית</a></li> <li lang="it"><a onclick="changeRegion('it');">Italia</a></li> <li lang="lv"><a onclick="changeRegion('lv');">Latvija</a></li> <li lang="lt"><a onclick="changeRegion('lt');">Lietuva</a></li> <li lang="de"><a onclick="changeRegion('lu_de');">Luxembourg - Deutsch</a></li> <li lang="en"><a onclick="changeRegion('lu_en');">Luxembourg - English</a></li> <li lang="fr"><a onclick="changeRegion('lu_fr');">Luxembourg - Français</a></li> </ul> </div> <div class="Column-3"> <ul> <li lang="en"><a onclick="changeRegion('eeurope');">Malta - English</a></li> <li lang="ar"><a onclick="changeRegion('mena_ar');">الشرق الأوسط وشمال أفريقيا - اللغة العربية</a></li> <li lang="en"><a onclick="changeRegion('mena_en');">Middle East and North Africa - English</a></li> <li lang="fr"><a onclick="changeRegion('mena_fr');">Moyen-Orient et Afrique du Nord - Français</a></li> <li lang="nl"><a onclick="changeRegion('nl');">Nederland</a></li> <li lang="no"><a onclick="changeRegion('no');">Norge</a></li> <li lang="pl"><a onclick="changeRegion('pl');">Polska</a></li> <li lang="pt"><a onclick="changeRegion('pt');">Portugal</a></li> <li lang="ro"><a onclick="changeRegion('ro');">România</a></li> <li lang="ru"><a onclick="changeRegion('ru');">Россия</a></li> <li lang="sr"><a onclick="changeRegion('rs');">Srbija</a></li> <li lang="sk"><a onclick="changeRegion('sk');">Slovensko</a></li> <li lang="sl"><a onclick="changeRegion('si');">Slovenija</a></li> <li lang="es"><a onclick="changeRegion('es');">España</a></li> <li lang="sv"><a onclick="changeRegion('se');">Sverige</a></li> <li lang="de"><a onclick="changeRegion('ch_de');">Schweiz - Deutsch</a></li> <li lang="fr"><a onclick="changeRegion('ch_fr');">Suisse - Français</a></li> <li lang="it"><a onclick="changeRegion('ch_it');">Svizzera - Italiano</a></li> <li lang="tr"><a onclick="changeRegion('tr');">Türkiye</a></li> <li lang="uk"><a onclick="changeRegion('ua');">Україна</a></li> <li lang="en"><a onclick="changeRegion('uk');">United Kingdom</a></li> </ul> </div> <div class="Column-4"> <ul> <li lang="en"><a onclick="changeRegion('au');">Australia</a></li> <li lang="zh"><a onclick="changeRegion('cn');">中国</a></li> <li lang="zh"><a onclick="changeRegion('hk_zh');">中國香港特別行政區</a></li> <li lang="en"><a onclick="changeRegion('hk_en');">Hong Kong S.A.R. of China</a></li> <li lang="en"><a onclick="changeRegion('in');">India - English</a></li> <li lang="ja"><a onclick="changeRegion('jp');">日本</a></li> <li lang="ko"><a onclick="changeRegion('kr');">한국</a></li> <li lang="en"><a onclick="changeRegion('nz');">New Zealand</a></li> <li lang="en"><a onclick="changeRegion('ap');">Pacific - English</a></li> <li lang="zh"><a onclick="changeRegion('tw');">台灣</a></li> </ul> <p class="SiteFooterPDCRegionPanelRegionHeader">Southeast Asia</p> <ul> <li lang="en"><a onclick="changeRegion('sea');">Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English</a></li> </ul> </div> </div> </div> <div class="LayoutHAlignItems LinkStrong"> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gfooter_security" id="sfSecurity" class="SiteFooterPDCNavItem LayoutHItem">Security</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gfooter_contact_adobe" id="sfContact" class="SiteFooterPDCNavItem LayoutHItem">Contact Adobe</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gfooter_report_piracy" id="sfPiracy" class="SiteFooterPDCNavItem LayoutHItem">Report piracy</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gfooter_eulas" id="sfEulas" class="SiteFooterPDCNavItem LayoutHItem">EULAs</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gfooter_permissions_trademarks" id="sfPermissions" class="SiteFooterPDCNavItem LayoutHItem">Permissions and trademarks</a> <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gfooter_careers" id="sfCareers" class="SiteFooterPDCNavItem LayoutHItem">Careers</a> </div> </div> <div class="SiteFooterPDCBar LayoutCell TextInvert LinkInvert LinkStrong"> <p class="SiteFooterPDCRow">Copyright © 2013 Adobe Systems Incorporated. All rights reserved.</p> <p class="SiteFooterPDCRow"><a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/go/gffooter_terms_of_use">Terms of Use</a> | <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/privacy.html">Privacy</a> | <a href="https://web.archive.org/web/20130913104038/http://www.adobe.com/privacy/cookies.html">Cookies</a></p> </div> </div> <!--googleon: index--> <img id="flash_pixel" name="flash_pixel" src="https://web.archive.org/web/20130913104038im_/http://wwwimages.adobe.com/www.adobe.com/images/pixel.gif" width="1" height="1" alt=""/> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/live/jquery-1.7.1.min.js"></script> <script type="text/javascript">jQuery.noConflict();</script> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/uber/js/pdc_s_code.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/uber/js/atm/s_code_acdc.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20130913104038cs_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/jquery.nyroModal/styles/nyroModal.css" type="text/css" media="screen"/> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/jquery.nyroModal/js/jquery.nyroModal.custom.min.js"></script> <!--[if IE 6]> <script type="text/javascript" src="http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/jquery.nyroModal/js/jquery.nyroModal-ie6.min.js"></script> <![endif]--> <script type="text/javascript" src="https://web.archive.org/web/20130913104038js_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/live/polarbear.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $(window).SiteCatalystWrapper({ siteCatalyst: s, siteCatalystReboot: s_adobe }).data("SiteCatalystWrapper"); $("#buttonDownload").downloadbutton({ clientPlatformDistribution: "", clientPlatformType: "Unknown", clientPlatformArchitecture: "x86-32", clientPlatformMisc: "", browser_type: "Netscape", browser_dist: "OEM", defaultDownloadType: "completion", aihDownloadType: "download", downloadcenter: "reader", locale: "en", buttonClass: "download-button", useAihIfPossible: true }); $(".nyroModal").nyroModal(); $(".dualOfferModal").nyroModal({ modal: false, resize: function(){ $('.nyroModalCont').css('width', "auto"); $('.nyroModalCont').css('height', "auto"); $('.nyroModalDom').css('min-height',70); $('.nyroModalCont').css('margin-top', 250); }, callbacks: { beforeShowCont: function() { $('.nyroModalCont').css('width', "auto"); $('.nyroModalCont').css('height', "auto"); $('.nyroModalDom').css('min-height',70); $('.nyroModalCont').css('margin-top', 250); } } }); $("#offer").addons({ downloadButton: $("#buttonDownload"), megabyteAbbr: "MB", fileSizeLabel: $("#filesizelabel"), locale: "en", language: "English", os: "Unknown", browser_type: "Netscape", browser_dist: "OEM", eula: $("#adobeEULA"), resources: $("#adobeResources"), adobeEula: "By clicking the Download now button, you acknowledge that you have read and agree to the <a id=\"adobe_eula_none\" href=\"http://www.adobe.com/products/eulas\" target=\"_blank\" id=\"DOWNLOADCENTER_COMMON_EULA\"> Adobe Software Licensing Agreement.</a>", omniturePrefix: 'RDR_', downloadcenter: "reader", bundledAddon: $("#bundledAddon"), fileSize: $("#clientfilesize"), dualOfferInstallOptions: $("#dualOfferInstallOptions"), dualModalWindow: $("#dualModalWindow"), siteCatalystWrapper: $(window).data("SiteCatalystWrapper"), polarbearpal: new Polarbearpal(), appdetection: new PolarbearAppDetection(), brCountryList: "", brLanguageList: "" }).data("addons"); var pbDisplayOffer = function(){ $("#otherVersionsForm").otherversions({ steps: [ { id: "select_os", label: "Step 1", defaultOption: "Select an operating system", requestParameters: { "Windows 8": { platform_type: "Windows", platform_dist: "Windows 8", platform_arch: "" }, "Windows 7": { platform_type: "Windows", platform_dist: "Windows 7", platform_arch: "" }, "Windows Vista": { platform_type: "Windows", platform_dist: "Vista", platform_arch: "" }, "Windows XP SP3": { platform_type: "Windows", platform_dist: "XP", platform_arch: "x86-32", platform_misc: "SP3" }, "Windows XP SP2 (32-bit)": { platform_type: "Windows", platform_dist: "XP", platform_arch: "x86-32", platform_misc: "SP2" }, "Windows XP SP2 (64-bit)": { platform_type: "Windows", platform_dist: "XP", platform_arch: "x86-64", platform_misc: "SP2" }, "Windows Server 2008": { platform_type: "Windows", platform_dist: "2008", platform_arch: "" }, "Windows Server 2003": { platform_type: "Windows", platform_dist: "2003", platform_arch: "" }, "Windows 2000 SP4": { platform_type: "Windows", platform_dist: "2000", platform_misc: "SP4" }, "Mac OS Intel 10.9": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "x86-32", platform_misc: "10.9.0" }, "Mac OS Intel 10.8": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "x86-32", platform_misc: "10.8.0" }, "Mac OS Intel 10.7.2 - 10.7.5": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "x86-32", platform_misc: "10.7.5" }, "Mac OS Intel 10.7 - 10.7.1": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "x86-32", platform_misc: "10.7.1" }, "Mac OS Intel 10.6.4 - 10.6.8": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "x86-32", platform_misc: "10.6.8" }, "Mac OS Intel 10.6 - 10.6.3": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "x86-32", platform_misc: "10.6.3" }, "Mac OS Intel 10.5.8": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "x86-32", platform_misc: "10.5.8" }, "Mac OS Intel 10.4.11 - 10.5.7": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "x86-32", platform_misc: "10.5.7" }, "Mac OS PowerPC 10.4.11 - 10.5.8": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "PPC", platform_misc: "10.5.8" }, "Linux": { platform_type: "Linux", platform_arch: "x86-32" }, "Android": { platform_type: "Android" } } }, { id: "select_language", label: "Step 2", defaultOption: "Select a language", requestParameters: { "Arabic": {language: "Arabic"}, "Basque": {language: "Basque"}, "Bulgarian": {language: "Bulgarian"}, "Chinese (Simplified)": {language: "Simplified_Chinese"}, "Chinese (Traditional)": {language: "Traditional_Chinese"}, "Catalan": {language: "Catalan"}, "Croatian": {language: "Croatian"}, "Czech": {language: "Czech"}, "Danish": {language: "Danish"}, "Dutch": {language: "Dutch"}, "English": {language: "English"}, "English (UK)": {language: "English (UK)"}, "Estonian": {language: "Estonian"}, "Finnish": {language: "Finnish"}, "French": {language: "French"}, "German": {language: "German"}, "Greek": {language: "Greek"}, "Hebrew": {language: "Hebrew"}, "Hungarian": {language: "Hungarian"}, "Italian": {language: "Italian"}, "Japanese": {language: "Japanese"}, "Korean": {language: "Korean"}, "Latvian": {language: "Latvian"}, "Lithuanian": {language: "Lithuanian"}, "Norwegian": {language: "Norwegian"}, "Polish": {language: "Polish"}, "Portuguese": {language: "Portuguese_Brazilian"}, "Romanian": {language: "Romanian"}, "Russian": {language: "Russian"}, "Slovakian": {language: "Slovakian"}, "Slovenian": {language: "Slovenian"}, "Spanish": {language: "Spanish"}, "Swedish": {language: "Swedish"}, "Turkish": {language: "Turkish"}, "Ukrainian": {language: "Ukrainian"} } }, { id: "select_version", label: "Step 3", defaultOption: "Select a version", requestParameters: { "default": {eventname: "readerotherversions"} } } ], options: [ { "Windows 8": [ { "Basque": null }, { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Catalan": null }, { "Croatian": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Slovakian": null }, { "Slovenian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, {"Windows 7": [ { "Arabic": null }, { "Basque": null }, { "Bulgarian": null }, { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Catalan": null }, { "Croatian": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Estonian": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hebrew": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Latvian": null }, { "Lithuanian": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Slovakian": null }, { "Slovenian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Windows Vista": [ { "Arabic": null }, { "Basque": null }, { "Bulgarian": null }, { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Catalan": null }, { "Croatian": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Estonian": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hebrew": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Latvian": null }, { "Lithuanian": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Slovakian": null }, { "Slovenian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Windows XP SP3": [ { "Arabic": null }, { "Basque": null }, { "Bulgarian": null }, { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Catalan": null }, { "Croatian": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Estonian": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hebrew": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Latvian": null }, { "Lithuanian": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Slovakian": null }, { "Slovenian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Windows XP SP2 (32-bit)": [ { "Arabic": null }, { "Basque": null }, { "Bulgarian": null }, { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Catalan": null }, { "Croatian": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Estonian": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hebrew": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Latvian": null }, { "Lithuanian": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Slovakian": null }, { "Slovenian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Windows XP SP2 (64-bit)": [ { "Arabic": null }, { "Basque": null }, { "Bulgarian": null }, { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Catalan": null }, { "Croatian": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Estonian": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hebrew": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Latvian": null }, { "Lithuanian": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Slovakian": null }, { "Slovenian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Windows Server 2008": [ { "Arabic": null }, { "Basque": null }, { "Bulgarian": null }, { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Catalan": null }, { "Croatian": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Estonian": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hebrew": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Latvian": null }, { "Lithuanian": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Slovakian": null }, { "Slovenian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Windows Server 2003": [ { "Arabic": null }, { "Basque": null }, { "Bulgarian": null }, { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Catalan": null }, { "Croatian": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Estonian": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hebrew": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Latvian": null }, { "Lithuanian": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Slovakian": null }, { "Slovenian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Windows 2000 SP4": [ { "Arabic": null }, { "Basque": null }, { "Bulgarian": null }, { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Catalan": null }, { "Croatian": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Estonian": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hebrew": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Latvian": null }, { "Lithuanian": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Slovakian": null }, { "Slovenian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Mac OS Intel 10.9": [ { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Mac OS Intel 10.8": [ { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Mac OS Intel 10.7.2 - 10.7.5": [ { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Mac OS Intel 10.7 - 10.7.1": [ { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Mac OS Intel 10.6.4 - 10.6.8": [ { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Mac OS Intel 10.6 - 10.6.3": [ { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Mac OS Intel 10.5.8": [ { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Mac OS Intel 10.4.11 - 10.5.7": [ { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Mac OS PowerPC 10.4.11 - 10.5.8": [ { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Greek": null }, { "Hungarian": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Polish": null }, { "Portuguese": null }, { "Romanian": null }, { "Russian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null }, { "Ukrainian": null } ] }, { "Linux": [ { "Chinese (Simplified)": null }, { "Chinese (Traditional)": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "English (UK)": null }, { "Finnish": null }, { "French": null }, { "German": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Norwegian": null }, { "Portuguese": null }, { "Spanish": null }, { "Swedish": null } ] }, { "Android": [ { "Chinese Simplified": null }, { "Chinese Traditional": null }, { "Czech": null }, { "Danish": null }, { "Dutch": null }, { "English": null }, { "French": null }, { "German": null }, { "Italian": null }, { "Japanese": null }, { "Korean": null }, { "Polish": null }, { "Portuguese": null }, { "Russian": null }, { "Spanish": null }, { "Swedish": null }, { "Turkish": null } ] } ], config: { webserviceUrl: "/reader/webservices/json/standalone/", ajaxLoader: $("#loadingAjaxRequest"), unavailableContent: $("#unavailable"), downloadContent: $("#downloadContent"), sysRequirementsLink: $("#system_requirements"), sysRequirementsUrl: "/reader/modal/?content=readerSystemRequirement&loc=en&fakeajax", errorBox: $("#JSError"), errorMessage: "A background processing error occurred. Please refresh the page or try again later.", displayProperties: { "file_size": $("#clientfilesize"), "fileSizeLabel": $("#filesizelabel"), "bundledAddon": $("#bundledAddon") }, megabyteAbbreviation: "MB", kilobyteAbbreviation: "KB", downloadButton: $("#buttonDownload").data("downloadbutton"), addons: $("#offer").data("addons"), locale: "en" } }); $("#otherVersionsContent").show(); $(window).data("SiteCatalystWrapper").setProperty ("pageName", "ACDC_Rdr_OtherVersion_Landing"); $(window).data("SiteCatalystWrapper").setProperty ("channel", "ACDC_Reader"); $(window).data("SiteCatalystWrapper").setSiteCatalystProperty ("prop32", "en"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("prop1", "Landing"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("prop2", "ACDC Downloads"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("prop3", "https://web.archive.org/web/20130913104038/http://get.adobe.com"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("prop4", "en"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("prop5", "en:ACDC_Rdr_OtherVersion_Landing"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("products", "Reader_NonAIH"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("eVar73", "ACDC_Reader"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("events", "event98"); $(window).data("SiteCatalystWrapper").send(); }; try{ var palDomain = new PalDomainStorage("https://web.archive.org/web/20130913104038/https://get3.adobe.com", "/util/pal/read/"); palDomain.requestValue(function(value){ if(value !== undefined && value.length > 0){ $("#offer").data("addons").setPalList(value); } pbDisplayOffer(); }); }catch(e){ pbDisplayOffer(); } }); </script> <div id="dualOfferInstallOptions" style="display: none;"></div> <div id="nyroModalWindowDiv" style="display:none;"> <a href="#dualOfferInstallOptions" id="dualModalWindow" class="dualOfferModal"/> </div> </body> </html> <!-- FILE ARCHIVED ON 10:40:38 Sep 13, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 20:04:21 Nov 24, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.84 exclusion.robots: 0.023 exclusion.robots.policy: 0.015 esindex: 0.01 cdx.remote: 81.765 LoadShardBlock: 341.401 (6) PetaboxLoader3.datanode: 344.242 (8) load_resource: 251.121 (2) PetaboxLoader3.resolve: 99.867 (2) -->