Basic information
Package: com.suncode.plugin.tools.screenshot.Screenshot
Available from version: 1.0.34
Description
Action allows user to capture current form state by creating screenshots. Available output file formats: PDF, JPG, PNG. PDF format allows user to set page orientation. User can choose whether form tab bar and form comments box should be included in screenshot.
Output filename can be customized.
Action should be attached to the form button.
Configuration parameters
Parameter name | from version | Description | The type of the parameter | Notes and Restrictions | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Filename | 1.0.34 | Output filename (excluding file extension) | String | Only alphanumeric characters are allowed | ||||||||
File format | 1.0.34 | Output file format | String | Choose from list: PDF, JPG, PNG Default: PDF
| ||||||||
Page orientation | 1.0.34 | Output PDF document page orientation | String | Only for PDF file format Choose from list: Portrait, Landscape Default: Portrait
| ||||||||
Include tab bar | 1.0.34 | Should form tab bar be captured | Boolean | Default: No | ||||||||
Include comment box | 1.0.34 | Should form comment box be captured | Boolean | Default: Yes | ||||||||
Fit to | 1.0.X | Fit screenshot to either page height or page width. New page will be added to PDF document when screenshot height will exceed PDF page height. | String | Only for PDF file fornat Choose from list: Page Height, Page Width Default: Page Height
|
Sample configuration
Change log
- 1.0.X - added "Fit to" option