| 対応バージョン |
|
||||||||||||||||||
| ポイント |
rep.writeText(bookmarkRoot.children[i]); | ||||||||||||||||||
| 説 明 |
以下のようにオブジェクトをレポートとして書き出すとMacOS X (10.2.6) + Acrobat 6 Professionalではアプリケーションが落ちます。Windowsおよび、Readerなどでは不明です。 |
||||||||||||||||||
| サンプル |
rep = new Report(); for (i=0; i<bookmarkRoot.children.length; i++) { rep.writeText(bookmarkRoot.children[i]); } rep.open("report.pdf"); |
||||||||||||||||||
| |
■サンプルスクリプトを実行する >> Acrobat で動作確認 |
||||||||||||||||||
| 補足説明 |
なし |
||||||||||||||||||