Figure 1: Runtime property tab |
【動的なオプション設定】
バースティングの際にファイル毎に個別の(異なる)パスワードを設定したい、という要件はほぼ確実に想定されます。このような場合には、上記の画面ではなく、テンプレートにて設定を行います。
以下のURLに方法が紹介されています。
http://blogs.oracle.com/xmlpublisher/2010/02/securing_burst_output_document.html
MS-Wordにて、ファイルのプロパティ画面を開きます。「ユーザ定義」タブを選択し、文書のプロパティにPDF出力オプションをあらわす文字列を埋め込みます。
以下の例では、PDFファイルのパスワードにempnoの値を設定します。
xdo-pdf-security: true
xdo-pdf-open-password: {/ROWSET/ROW/EMPNO}Figure 2: MS-Word property dialog |
【オプションの一覧】
PDF出力オプションを以下に一覧します。
- xdo-pdf-security
- xdo-pdf-open-password
- xdo-pdf-permissions-password
- xdo-pdf-encryption-level
- xdo-pdf-no-changing-the-document
- xdo-pdf-no-printing
- xdo-pdf-no-accff
- xdo-pdf-no-cceda
- xdo-pdf-enable-accessibility
- xdo-pdf-enable-copying
- xdo-pdf-changes-allowed
- xdo-pdf-printing-allowed
[Summary]
You can set PDF file options in Runtime Options tab (Figure1).
Runtime (dynamic) security setting
The setting above is static (fixed).
To achieve the requirement such as "set different password on each bursted PDF files", you need to set these security properties on the RTF template file.
To set file open password, define xdo-pdf-security and xdo-pdf-open-password on the file properties dialog (Figure 2). In the example, the value of EMPNO is set for the password.
For details, please refer the following URL: (English)
http://blogs.oracle.com/xmlpublisher/2010/02/securing_burst_output_document.html
PDF Security options
The manual below helps you to find the property name. Note that you need to add prefix "xdo-".
0 件のコメント:
コメントを投稿