Tag Link | [PDF_Read->ImportFDF] | 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->ImportFDF] imports an FDF file into the current PDF document. Any form elements within the PDF document will have their values set according to the data in the FDF file. The tag accepts one parameter
[Var; 'myPDF' = (PDF_Read:
[$myPDF->(ImportFDF:
[Var; 'myPDF' = (PDF_Read:
[Var: 'myFDF' = (Include_Raw: 'myPDF.fdf')]
[$myPDF->(ImportFDF: $myFDF)]
Optional Parameters | |
---|---|
-File | The name of the FDF file to be imported. Either a byte stream or a |
Byte Stream | A byte stream containing an FDF file. Either a byte stream or a |
-NoFields | Skips field values when importing the FDF file. |
-NoComments | Skips comment values when importing the FDF file. |
See the Lasso 8 Language Guide for examples of how to use this tag.