Parameters for Opening PDF Files
「Parameters for Opening PDF Files」ではURLまたはコマンドラインのオプションとして、PDFファイルのどこを開くか、開いた時のアクションなどを指定できます。以下に主なものだけを紹介する。詳細は参考資料1を参照のこと。
記述例
次の移動先の記述例を示します。「パラメータの書き方(例):実際のアンカータグへの設定」のペアになっています
- <a href="cas-pdflayoutV5.pdf#page=5">:PDFの5ページへ進む
- <a href="cas-pdflayoutV5.pdf#nameddest=d14e7044">:PDFの名前の位置(d14e7044)へ進む
- <a href="cas-pdflayoutV5.pdf#zoom=50">:50%で表示する
- <a href="cas-pdflayoutV5.pdf#zoom=200, 30, 100">:左から30、上から100の位置で200%で表示する
- <a href="cas-pdflayoutV5.pdf#zoom=200, 50, 200">:左から50、上から200の位置で200%で表示する
- <a href="cas-pdflayoutV5.pdf#view=Fit">:Fit
- <a href="cas-pdflayoutV5.pdf#view=FitH">:FitH
- <a href="cas-pdflayoutV5.pdf#view=FitH, 100">:FitH, 100
- <a href="cas-pdflayoutV5.pdf#view=FitH, 200">:FitH, 200
- <a href="cas-pdflayoutV5.pdf#view=FitV">:FitV
- <a href="cas-pdflayoutV5.pdf#view=FitV, 30">:FitV, 30
- <a href="cas-pdflayoutV5.pdf#view=FitV, 50">:FitV, 50
- <a href="cas-pdflayoutV5.pdf#view=FitB">:FitB
- <a href="cas-pdflayoutV5.pdf#view=FitBH">:FitBH
- <a href="cas-pdflayoutV5.pdf#view=FitBH, 100">:FitBH, 100
- <a href="cas-pdflayoutV5.pdf#view=FitBH, 200">:FitBH, 200
- <a href="cas-pdflayoutV5.pdf#view=FitBV">:FitBV
- <a href="cas-pdflayoutV5.pdf#view=FitBV, 30">:FitBV, 30
- <a href="cas-pdflayoutV5.pdf#view=FitBV, 50">:FitBV, 50