Tag Link | [PDF_Doc->Close] | Category | |
---|---|---|---|
Type | Member | Source Available | Yes |
Support | Preferred | Version | 6.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | File |
Implementation | LJAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0 |
[PDF_Doc->Close] closes a [PDF_Doc] variable and ceates a PDF file after all desired data has been added to it . Additional data may not be added to the specified [PDF_Doc] variable or the PDF file it creates after this tag is used.
[$PDF_Doc->Close]
No Parameters Required.
To close a PDF file:
Use the [PDF_Doc->Close] tag after all desired modifications have been performed on the [PDF_Doc] variable.
[Var:'MyFile'=(PDF_Doc:
[Var: 'Font'=(PDF_Font:
[Var: 'Text'=(PDF_Text:'I am a PDF document',
[$MyFile->(Add: $Text)]
[$MyFile->Close]