Tag Link | [PDF_Read->Save] | 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->Save] saves the current PDF document into a new file. If [PDF_Read->SetPageRange] has been called then only the specified range of pages will be saved into the new document. The tag requires one parameter
Optional
[Var; 'myPDF' = (PDF_Read:
...
[$myPDF->(Save:
Required Parameters | |
---|---|
-File | The name of the file to save the current PDF document into. |
Optional Parameters | |
-OwnerPassword | The password which is required to open the file in an editor. If specified then the file will be encrypted. |
-UserPassword | The password which is required to open the file in a reader. If specified then the PDF will be encrypted. |
-EncryptStrong | If specified then the PDF will be encrypted using 128 |
-Permissions | A comma delimited list of permissions for the PDF file. Values include Print, Modify, Copy, or Annotate. Four additional options are available only if |
See the Lasso 8 Language Guide for examples of how to use this tag.