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/","20120412210258","https://web.archive.org/","web","/_static/", "1334264578"); </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/20120412210258im_/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/20120412210258cs_/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/20120412210258cs_/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/20120412210258cs_/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/20120412210258js_/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/20120412210258js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20120412210258js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/Cookie.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20120412210258js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/global.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20120412210258cs_/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/20120412210258cs_/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/20120412210258js_/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/20120412210258js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalNav.js"></script> <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/20120412210258cs_/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/20120412210258cs_/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/20120412210258js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalFooter.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20120412210258js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/swfobject.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20120412210258js_/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/20120412210258cs_/http://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/20120412210258js_/http://wwwimages.adobe.com/www.adobe.com/js/foresee/foresee-trigger-dlc.js"></script></head> <body> <!--googleoff: all--><a href="/web/20120412210258/http://get.adobe.com/help/accessibility.html" tabindex="1" id="accesslink">Accessibility</a><!--googleon: all--> <!--googleoff: index--> <!-- $Id: //depot/projects/dylan/releases/rc_12_4/ubi/globalnav/en_us/globalnav_ssi_fq.html#1 $ --> <form id="globalnav-search" class="searchbuddy LayoutSlimHidden" name="globalnav-search" method="get" action="https://web.archive.org/web/20120412210258/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/20120412210258/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/20120412210258/http://www.adobe.com/products/catalog.html" id="shProductsLink" class="SiteHeaderBarLink">Products</a> <div class="SiteHeaderDropPanel" id="ProductsPanel"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts3"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/acrobat.html?promoid=JOLIR">Acrobat</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts9"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/creativecloud.html?promoid=JQPEQ">Creative Cloud</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts1"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/creativesuite.html?promoid=JOLIS">Creative Suite</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts5"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/marketing/?promoid=JOLIT">Digital Marketing Suite</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts7"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/digital-publishing-suite-family.html?promoid=JOLIU">Digital Publishing Suite</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts6"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/elements-family.html?promoid=JOLIV">Elements</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts2"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/photoshopfamily.html?promoid=JOLIW">Photoshop</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts4"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/touchapps.html?promoid=JOLIQ">Touch Apps</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLinkNoBar" id="shProducts8"> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/catalog.html?promoid=JOOTH">More products</a> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem SiteHeaderBarItemFirst" id="shSolutions"> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/solutions.html" id="shSolutionsLink" class="SiteHeaderBarLink">Solutions</a> <div class="SiteHeaderDropPanel" id="SolutionsPanel"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions5"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/marketing/?promoid=JOLIX">Digital marketing</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions1"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/digital-media/?promoid=JOLIY">Digital media</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions2"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/education.html?promoid=JOLIZ">Education</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions3"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnavtray_solutions_financialservices_en_us">Financial services</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions4"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnavtray_solutions_government_en_us">Government</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions7"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/solutions/customer-experience/web-experience-management.html?promoid=JOOYM">Web Experience Management</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLinkNoBar" id="shSolutions6"> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/solutions.html?promoid=JOOTI">More solutions</a> </div> </div> </div> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnav_learning_en_us" id="shLearning" class="SiteHeaderBarItem SiteHeaderBarLink">Learning</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnav_help_en_us" id="shHelp" class="SiteHeaderBarItem SiteHeaderBarLink">Help</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnav_downloads_en_us" id="shDownloads" class="SiteHeaderBarItem SiteHeaderBarLink">Downloads</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnav_company_en_us" id="shCompany" class="SiteHeaderBarItem SiteHeaderBarLink">Company</a> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shStore"> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnav_store_en_us" class="SiteHeaderBarLink" id="shStoreLink">Buy</a> <div class="SiteHeaderDropPanel" id="StorePanel"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore1"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnavtray_store_homeuse_en_us">Home use</a></span> for personal and home office </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore2"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnavtray_store_education_en_us">Education</a></span> for students, educators, and staff </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore3"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnavtray_store_business_en_us">Business</a></span> for small and medium businesses </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore4"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnavtray_store_licensingprograms_en_us">Licensing programs</a></span> for businesses, schools, and government </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore5"> <span class="SiteHeaderPanelHeader"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnavtray_store_specialoffers_en_us">Special offers</a></span> </div> </div> </div> <a href="https://web.archive.org/web/20120412210258/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" class="Link"> <a id="shInfo" class="SiteHeaderUserItem SiteHeaderInfo">Info</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/cfusion/membership/index.cfm?loc=en_us&nl=1" id="shSignIn" class="SiteHeaderUserItem LinkStrong">Sign in</a> </div> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/cfusion/membership/index.cfm?loc=en_us&nl=1" id="shWelcome" class="SiteHeaderUserItem SiteHeaderArrow LinkStrong" style="display: none;">Welcome, <span id="screenName"></span></a> <div id="MyCartLinkContainer"> <a href="https://web.archive.org/web/20120412210258/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/20120412210258/http://www.adobe.com/go/gnav_myorders_en_us" id="shMyOrders" class="SiteHeaderUserItem">My orders</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnav_myadobe_en_us" id="shMyAdobe" class="SiteHeaderUserItem">My Adobe</a> </div> <div class="SiteHeaderPopPanelShadow width-150" id="WelcomePanelShadow" style="display: none;"></div> <div class="SiteHeaderPopPanel width-150" id="WelcomePanel" style="display: none;"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyAccount"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gnavtray_myadobe_en_us">My Adobe</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyOrders2"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20120412210258/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/20120412210258/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/20120412210258/http://www.adobe.com/go/gnavtray_myadobe_mypreferences_en_us">My preferences</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSignOut"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20120412210258/http://www.adobe.com/cfusion/membership/logout.cfm">Sign out</a> </div> </div> <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> </form> <div id="SiteHeaderMobile" class="SiteHeaderMobile LayoutHidden LayoutSlim Text TextSmall"> <a href="https://web.archive.org/web/20120412210258/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/20120412210258/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/20120412210258/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/20120412210258/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/20120412210258/http://www.adobe.com/go/gnav_solutions_en_us" id="shSectionsSolutionsMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Solutions</a> <a href="https://web.archive.org/web/20120412210258/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/20120412210258/http://www.adobe.com/go/gnav_help_en_us" id="shSectionsHelpMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Help</a> <a href="https://web.archive.org/web/20120412210258/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/20120412210258/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/20120412210258/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/20120412210258/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/20120412210258/http://www.adobe.com/go/gnav_myorders_en_us" id="shMyOrdersMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile">My orders</a> <a href="https://web.archive.org/web/20120412210258/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/20120412210258/http://www.adobe.com/go/gn_home">Home</a></li> <li><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gn_dl/">Downloads</a></li> <li class="last-child"><a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/reader/">Adobe Reader</a></li> </ol> <h1 id="pageHeader" class="macromedia">Adobe Reader</h1> </div> <div id="content-layout"><div id="content-body"> <div class="columns-3-aaaBcc-aaa"> <p><img src="https://web.archive.org/web/20120412210258im_/http://wwwimages.adobe.com/www.adobe.com/images/shared/product_mnemonics/165x165/acrobat_reader_165x165.jpg" name="Adobe Acrobat Reader" height="165" width="165"/></p> </div> <div class="columns-3-aaaBcc-B"> <h2>Download new and previous versions of Adobe Reader</h2><br/> <div><noscript>JavaScript must be enabled to use this page..</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/20120412210258im_/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/20120412210258/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 href="https://web.archive.org/web/20120412210258/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> You may have to temporarily disable your antivirus software.</h4> </div> </div> <br class="clear-both"/> <div class="LayoutPBottom byline"> <table border="0"> <tr> <td> <span style="color: rgb(113, 113, 113);"> Additional Resources: </span> </td> <td> <a href="https://web.archive.org/web/20120412210258/https://www.acrobat.com/createpdf/en/home.html" target="_blank" title="Create PDF files | Adobe CreatePDF">Create PDF files</a> <a href="https://web.archive.org/web/20120412210258/https://www.acrobat.com/exportpdf/en/convert-pdf-to-word.html" target="_blank" title="Convert PDF to Word Doc | Adobe ExportPDF">Convert PDF to Word Doc</a> <a href="https://web.archive.org/web/20120412210258/https://www.acrobat.com/formscentral/en/home.html" target="_blank" title="Create Online Forms | Adobe FormsCentral">Create Online Forms</a> </td> </tr> <tr> <td></td> <td> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/acrobatstandard.html" target="_blank" title="Create PDF | Adobe Acrobat Standard">Create PDF</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/acrobatpro.html" target="_blank" title="PDF Editor | Adobe Acrobat Pro">PDF Editor</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/products/acrobatpro/convert-word-excel-to-pdf.html" target="_blank" title="Word to PDF Converter | Adobe Acrobat Pro">Word to PDF Converter</a> </td> </tr> </table> </div> <script type="text/javascript"> // SiteCatalyst code version: G.7. // Copyright 1997-2004 Omniture, Inc. More info available at http://www.omniture.com var s_pageName = 'https://web.archive.org/web/20120412210258/http://get.adobe.com Reader: en: Otherversions landing page'; var s_server = ''; var s_channel = 'https://web.archive.org/web/20120412210258/http://get.adobe.com Reader'; var s_pageType = ''; var s_prop1 = ''; var s_prop2 = ''; var s_prop3 = ''; var s_prop4 = ''; var s_prop40 = ''; var s_prop41 = ''; var s_prop38 = ''; var s_campaign = ''; var s_state = ''; var s_zip = ''; var s_events = ''; var s_products = ''; var s_purchaseID = ''; var s_eVar1 = ''; var s_eVar2 = ''; var s_eVar3 = ''; var s_eVar4 = ''; var s_eVar5 = ''; var s_eVar10 = ''; var s_eVar21 = ''; var s_eVar37 = ''; var s_eVar40 = ''; var adobeHostURL = 'https://web.archive.org/web/20120412210258/http://www.adobe.com'; var s_code=' '; var s_accountName='mxmacromedia'; function sendAnalyticsEvent(str){var ns=s_accountName;if(str!=null)ns+=','+str;void(s_gs(ns));} </script> <script type="text/javascript" src="https://web.archive.org/web/20120412210258js_/http://wwwimages.adobe.com/www.adobe.com/uber/js/omniture_s_code.js"></script> <script type="text/javascript"> s_wds(s_accountName); s_ca(s_accountName); if (navigator.appVersion.indexOf('MSIE')>=0) document.write(unescape('%3C')+'\!-'+'-'); registerOnLoad(sendAnalyticsEvent); </script> <noscript><img src="https://web.archive.org/web/20120412210258im_/http://stats.adobe.com/b/ss/mxmacromedia/1/H.22--NS/0?pageName=Dylan%20Apps%3A%20Noscript&g=http%3A//www.adobe.com/&ch=Dylan%20Apps%3A%20noscript&server=Dylan" height="1" width="1" border="0" alt=""/></noscript><!--/DO NOT REMOVE/--> <!-- End SiteCatalyst code version: G.7. --> </div></div> </div> <!--googleoff: index--> <!-- $Id: //depot/projects/dylan/releases/rc_12_4/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/20120412210258/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/20120412210258/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="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="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="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> </ul> </div> <div class="Column-3"> <ul> <li lang="fr"><a onclick="changeRegion('lu_fr');">Luxembourg - Français</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/20120412210258/http://www.adobe.com/go/gfooter_security" id="sfSecurity" class="SiteFooterPDCNavItem LayoutHItem">Security</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gfooter_contact_adobe" id="sfContact" class="SiteFooterPDCNavItem LayoutHItem">Contact Adobe</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gfooter_report_piracy" id="sfPiracy" class="SiteFooterPDCNavItem LayoutHItem">Report piracy</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gfooter_eulas" id="sfEulas" class="SiteFooterPDCNavItem LayoutHItem">EULAs</a> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gfooter_permissions_trademarks" id="sfPermissions" class="SiteFooterPDCNavItem LayoutHItem">Permissions and trademarks</a> <a href="https://web.archive.org/web/20120412210258/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 © 2012 Adobe Systems Incorporated. All rights reserved.</p> <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gfooter_truste_logo"><img class="LayoutImageRight" alt="Reviewed by TRUSTe: site privacy statement" src="https://web.archive.org/web/20120412210258im_/http://www.adobe.com/include/img/truste_seal_eu.gif"/></a> <p class="SiteFooterPDCRow">Use of this website signifies your agreement to the <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gfooter_terms_of_use">Terms of Use</a> and <a href="https://web.archive.org/web/20120412210258/http://www.adobe.com/go/gfooter_privacy_policy">Online Privacy Policy</a>.</p> </div> </div> <!--googleon: index--> <img id="flash_pixel" name="flash_pixel" src="https://web.archive.org/web/20120412210258im_/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/20120412210258js_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/live/jquery-1.7.1.min.js"></script> <script type="text/javascript">jQuery.noConflict();</script> <link rel="stylesheet" href="https://web.archive.org/web/20120412210258cs_/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/20120412210258js_/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/20120412210258js_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/live/polarbear.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $("#buttonDownload").downloadbutton({ clientPlatformDistribution: "", clientPlatformType: "Unknown", clientPlatformArchitecture: "x86-32", browser_type: "Netscape", browser_dist: "OEM", defaultDownloadType: "completion", aihDownloadType: "download", downloadcenter: "reader", locale: "en", buttonClass: "download-button", useAihIfPossible: true }); $("#offer").addons({ downloadButton: $("#buttonDownload"), megabyteAbbr: "MB", fileSizeLabel: $("#filesizelabel"), locale: "en", eula: $("#adobeEULA"), resources: $("#adobeResources"), adobeEula: "By clicking the Download now button, you acknowledge that you have read and agree to the <a href=\"http://www.adobe.com/products/eulas/reader/x/eula_en_gb.html\" target=\"_blank\"> Adobe Software Licensing Agreement.</a>", omniturePrefix: 'Reader: ', downloadcenter: "reader", bundledAddon: $("#bundledAddon"), fileSize: $("#clientfilesize") }).data("addons"); $("#otherVersionsForm").otherversions({ steps: [ { id: "select_os", label: "Step 1", defaultOption: "Select an operating system", requestParameters: { "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": { platform_type: "Windows", platform_dist: "XP", platform_arch: "x86-32", 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.5.8 - 10.7.0": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "x86-32", platform_misc: "10.7.0" }, "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.5.6 - 10.5.8": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "PPC", platform_misc: "10.5.8" }, "Mac OS PowerPC 10.4.11 - 10.5.5": { platform_type: "Macintosh", platform_dist: "OSX", platform_arch: "PPC", platform_misc: "10.5.5" }, "Linux": { platform_type: "Linux", platform_arch: "x86-32" }, "Solaris - x86-32": { platform_type: "Solaris", platform_arch: "x86-32" }, "Solaris - SPARC": { platform_type: "Solaris", platform_arch: "SPARC" }, "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 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": [ { "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.5.8 - 10.7.0": [ { "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.5.6 - 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 PowerPC 10.4.11 - 10.5.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 } ] }, { "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 } ] }, { "Solaris - x86-32": [ { "English (UK)": null }, { "English": null }, { "French": null }, { "German": null }, { "Japanese": null } ] }, { "Solaris - SPARC": [ { "English (UK)": null }, { "English": null }, { "French": null }, { "German": null }, { "Japanese": null } ] }, { "Android": [ { "English": null }, { "French": null }, { "German": null }, { "Italian": null }, { "Spanish": null }, { "Dutch": 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") } }); $("#otherVersionsContent").show(); }); </script> </body> </html> <!-- FILE ARCHIVED ON 21:02:58 Apr 12, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 13:55:01 Nov 29, 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.62 exclusion.robots: 0.027 exclusion.robots.policy: 0.017 esindex: 0.012 cdx.remote: 6.753 LoadShardBlock: 149.532 (6) PetaboxLoader3.datanode: 100.358 (7) load_resource: 95.091 PetaboxLoader3.resolve: 76.795 -->