Tag Link | [PDF_Read->AddJavaScript] | Category | |
---|---|---|---|
Type | Member | Source Available | Yes |
Support | Preferred | Version | 8.1 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | LJAPI | Sets | Lasso 8.5, Lasso 8.0 |
[PDF_Read->AddJavaScript] adds a new action to the PDF document. The tag requires one parameter which is the JavaScript to be added. The [PDF_Read->Save] tag needs to be called to write out the new PDF file.
[Var; 'myPDF' = (File_Read:
[$myPDF->(AddJavaScript: 'script')]
Required Parameters | |
---|---|
JavaScript | The JavaScript to be added to the PDF document. |
See the Lasso 8 Language Guide for examples of how to use this tag.