Homepage | About EASA | Contact
Guide Section: Processing Events and Performing Actions | EASAP Tree: EVENT PROCESSING Branch
EXPORT TO PDF creates PDF representations of a certain part of a spreadsheet. When the ACTION is triggered, an image of the current state inside the specified range will be created and saved as a PDF document to the EASAP files. Optionally, the resulting document can be opened as it is created in a new browser window.
![]() |
|
---|---|
Essential Parameters: | |
Spreadsheet: | The SPREADSHEET that points to the actual spreadsheet. |
OutputFileName: | Name of the file to be created should end in '.pdf' |
Optional Parameters: | |
Open In Browser: | If 'TRUE', it opens the PDF document in a web browser window when it is created, otherwise its 'FALSE'. |
Type: | Specify the scope of the source in the spreadsheet. ('SINGLE', 'MULTI RANGES', and 'MULTI SHEETS AND RANGES') |
Delimiter: | Character to act as delimiter in DORs in Value: parameter. default→% |
Sheet: | Source sheet for Ranges: if Type is 'MULTI RANGES', select a sheet for use with Ranges: |
Sheets: | Source sheet for Ranges: if Type is 'MULTI SHEETS AND RANGES', then use a comma delimited list of the same length as the list in Ranges: |
Ranges: | A list of comma separated cell ranges to be pictured in the PDF. DORS are allowed. |
Do if: | Logical expression, if 'FALSE' then action NOT performed, otherwise 'TRUE'. |
Notes: