*[[Adobe Reader:http://www.adobe.com/jp/products/reader.html]] [#a3d16439]

#contents

*Adobe Reader とは [#t103678c]

Adobe Reader は PDF ファイルを表示・印刷するためのソフトウェアです.

Adobe Reader の Windows 版は PDF ファイルをロックしてしまうので,PDF ファイルのプレビューには向いていません.~
PDF ファイルのプレビューには [[TeXworks]] や [[SumatraPDF]] を使用して,最終確認や印刷をする場合に Adobe Reader を使用することをおすすめします.~

-[[Adobe Reader:http://www.adobe.com/jp/products/reader.html]]
-[[アドビ サポート担当 (adobesupportj) on Twitter:http://twitter.com/#!/AdobeSupportJ]]

*ダウンロード [#ne09e93f]
-http://www.adobe.com/jp/products/reader.html
--http://get.adobe.com/jp/reader/ (最新版)
--http://get.adobe.com/jp/reader/otherversions/ (以前のバージョン)
-http://www.adobe.com/support/downloads/new.jsp
--Adobe Reader
---http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
---http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Macintosh
---http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Unix
--Adobe Acrobat
---http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows
---http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Macintosh
//---http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Unix
-ftp://ftp.adobe.com/pub/adobe/reader/win/
-ftp://ftp.adobe.com/pub/adobe/reader/mac/
-ftp://ftp.adobe.com/pub/adobe/reader/unix/

*アンインストール [#j28c578e]
-[[Adobe Reader および Acrobat 用の Cleaner Tool について(Windows):http://kb2.adobe.com/jp/cps/935/cpsid_93506.html]] → ([[参照:http://twitter.com/#!/AdobeSupportJ/status/192532790707888128]])

*ヘルプ [#je3a489e]
-[[Adobe Reader X ユーザーガイド:http://help.adobe.com/ja_JP/reader/using/]]
-[[Acrobat X Standard ユーザーガイド:http://help.adobe.com/ja_JP/acrobat/standard/using/]]

*Adobe Reader をコマンドラインから操作する方法 (Windows) [#f9d733e4]
**PDF ファイルを開く [#id6d0918]

 pdfopen --file hoge.pdf
 echo open hoge.pdf | pdfdde

**PDF ファイルを閉じる [#h619779d]

 pdfclose --file hoge.pdf
 echo close hoge.pdf | pdfdde

**Adobe Reader を終了する [#pb5aeda1]

 echo exit | pdfdde

**指定したページを表示する [#lc08871d]

 pdfopen --file hoge.pdf && echo goto hoge.pdf 3 | pdfdde

**[[Acrobat および Adobe Reader のコマンドラインオプション:http://kb2.adobe.com/jp/cps/510/510705.html]] [#vb210974]

**[[Windows のコマンドラインから Acrobat や Adobe Reader を使用して印刷する方法:http://pdf-file.nnn2.com/?p=222]] [#fb046c0f]

*関連リンク [#m8d917f7]
-[[Linux用の日本語版Adobe Readerは脆弱性が放置されてるのね:http://linux.ikoinoba.net/index.php?UID=1336916076]]
-[[Adobe Reader 9.5.1 日本語版もどきをインストールしてみた:http://d.hatena.ne.jp/munepi/20120414/AdobeReader_jpn]]
-[[日本語を入力できない(Windows 版 Adobe Reader X 10.1):http://kb2.adobe.com/jp/cps/908/cpsid_90899.html]]
-[[Adobe Reader X の検索窓で Google IME が動作しない理由:http://togetter.com/li/115406]]
-[[Visual Basic を使用した Adobe Reader の制御について:http://kb2.adobe.com/jp/cps/255/2556.html]]
-[[Acrobat DDE Message 一覧:http://pdf-dde.nnn2.com/?p=43]]
-[[PDFの指定ページを表示する。:http://goungoun.dip.jp/app/fswiki/wiki.cgi/devnotebook?page=Visual+Studio+.NET+2003+C%23%A1%A2PDF%B4%D8%CF%A2]]
-[[Adobe Reader で PDF 文書を表示/印刷する方法:http://www.f3.dion.ne.jp/~element/msaccess/AcTipsAdobeReader.html]]
-[[AcroReloadPDF.js>CTAN:support/acroreloadpdf/]]
-[[Acrobat and PDF Library API Reference:http://livedocs.adobe.com/pdfl_sdk/10/PDFL_SDK10_HTMLHelp/API_References/Acrobat_API_Reference/]]
-[[Adobe Acrobat SDK Help:http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwhimpl/js/html/wwhelp.htm]]
--[[Acrobat Interapplication Communication:http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Acrobat10_SDK_HTMLHelp&file=Acro_Interapp_Commun_SectionPage.98.1.html]]
//-[[Acrobat and PDF Library API Reference:http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/API_References/Acrobat_API_Reference/]]
//--[[AV_Layer:http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/API_References/Acrobat_API_Reference/AV_Layer/package-detail.html]]
//---[[AVDoc:http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/API_References/Acrobat_API_Reference/AV_Layer/AVDoc.html]]
//---[[AVPageView:http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/API_References/Acrobat_API_Reference/AV_Layer/AVPageView.html]]