メソッド PRIM_PDF - setDocumentProperties
PDF 文書の優先順位を設定します
PRIM_PDF (PRIM_PDF) のメンバ
| 名前 | タイプ | データタイプ | 記述 |
|---|---|---|---|
| Title | *Input (任意) | Unicode 文字列 | 文書のタイトル |
| Author | *Input (任意) | Unicode 文字列 | 文書の著者 |
| Creator | *Input (任意) | Unicode 文字列 | 文書の作成者 |
| Keywords | *Input (任意) | Unicode 文字列 | 文書に関連付けるパスワード |
PDF 文書の優先順位を設定します。
PDF 文書の優先順位を設定
Define_Com Class(#PRIM_PDF) Name(#pdf) Unitm(mm) Pageformat(A4) Pageorientation(Portrait)
#pdf.start
#pdf.setDocumentProperties Title('My PDF report') Author('John Smith') Creator('My Company, Inc') Keywords('Weekly report')
#pdf.text Text('Hello World!') Left(10) Top(10)
#pdf.save Filename('myReport.pdf')
EPC150060 - December 2023