Package: com.suncode.plugin.tools.form.action.Screenshot
Available from version: 1.0.34
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.
Starting with plugin version 1.0.65 action has now the ability to expand comments and form tables to fit entire datasets on the screenshot. Expansion is made in both directions (horizontally and vertically). This option can be turned on independently for form tables and comments table.
Additionally, the same plugin version brings possibility to take process history screenshots.
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.39 | 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
| ||||||||
Maximize comments | 1.0.65 | Whether comments table should be maximized to fit all comments on screenshot. | Boolean | Default: No Only if "Include comment box" is selected. | ||||||||
Maximize tables | 1.0.65 | Whether form tables should be maximized to fit all data on screenshot. | Boolean | Default: No |
1.0.39
- added "Fit to" option
1.0.65
- added "Maximize comments" option
- added "Maximize tables" option
- added support for process history screenshots
0 Comments