This Step Plugin allows you to automatically generate docket files in various file formats.
Name | Wert |
---|---|
This plugin can be used in any task to automatically generate and save a docket when the task is processed. The plugin supports PDF and TIFF files.
The following file must be present to install the plugin:
To configure how the plugin should behave, various values can be adjusted in the configuration file. The configuration file is usually located here:
In case of an automatic task, the plugin will be executed automatically as soon as the corresponding task is executed. There is an additional button at the corresponding task in the task details, with which the docket can be generated manually at any time.
This plugin can also be integrated into the workflow in such a way that it is executed automatically. Manual interaction with the plugin is not necessary. For use within a work step of the workflow, it should be configured as shown in the screenshot below.
The configuration of the plugin is as follows:
The file name of the generated docket file can optionally be specified individually with the following parameters.
If a process title does not contain an underscore and {process_suffix}
is used anyway, the entire process title will be inserted instead.
Examples:
Value | Description |
---|---|
Variable | Description |
---|---|
Identifier
intranda_step_save_docket_file
Repository
Licence
GPL 2.0 or newer
Last change
25.07.2024 11:20:26
project
This parameter specifies for which project the current <config>
block should apply. The name of the project is used here. This parameter can occur multiple times per <config>
block. If the value is set to *
, all projects will be considered.
step
This parameter defines for which work steps the <config>
block should apply. The name of the step is used here. This parameter can occur several times per <config>
block. If the value is set to *
, all work steps will be considered.
template
This element specifies which docket template should be used for generation. The file
parameter specifies an absolute file path to an existing .xsl
file.
output
This element specifies where and how the destination file should be stored. The folder
parameter specifies the corresponding subfolder within the images
folder of a project. For example, master
or media
can be selected here. The filename
parameter specifies the file name. The file extension must match the specified MimeType. This is configured with the mimeType
parameter and can be set to either image/tiff
or application/pdf
. The filename
parameter also allows variables. They are described in more detail below.
dotsPerInch
This value specifies the resolution of the exported document. The unit is pixels per inch. The default value is 150 DPI.
{process}
Inserts the entire associated process title into the file name at this position.
{process_suffix}
Inserts the part after the first underscore (_
) of the associated process title at this position in the file name.
Value in filename=""
Process title
Output file name
{process}_0000.tif
book_hertzbiography
book_hertzbiography_0000.tif
{process_suffix}_0000.tif
book_hertzbiography
hertzbiography_0000.tif
EPN_{process}_0000.tif
book_hertzbiography
EPN_book_hertzbiography_0000.tif
EPN_{process_suffix}_0000.tif
book_hertzbiography
EPN_hertzbiography_0000.tif
EPN_{process}_0000.tif
hertzbiography
EPN_hertzbiography_0000.tif
EPN_{process_suffix}_0000.tif
hertzbiography
EPN_hertzbiography_0000.tif