This workflow plugin allows you to generate various barcodes for use outside Goobi itself.
Name | Wert |
---|---|
This workflow plugin is used for flexible generation of barcodes in a multi-page PDF file. For this purpose, the user can configure different values in a user interface and define which number of barcodes with which prefix and which counter should be generated. At the same time, the user can specify which XSL file
is to be used to generate the PDF file
, thus allowing a large degree of freedom with regard to the optical design.
To install the plugin the following two files must be installed:
To configure how the plugin should behave, different values can be adjusted in the configuration file. The configuration file is usually located here:
The content of this configuration file looks like this:
If the plugin has been installed and configured correctly, it can be found within the menu item Workflow. After entering it, the parameters described above can be adjusted individually in the interface.
After clicking the Generate Barcodes button, a PDF file is available for download. A PDF file with the reference configuration listed here looks like this:
To illustrate the operation, a screencast for the use of the plugin is available here:
Screencast on how to use the plugin
The plugin is configured within the configuration file mentioned above. There you can define default values for different fields. These are as follows:
The barcodes are generated on the basis of so-called XSLT transformation. For this purpose, a PDF file is generated on the basis of an XSL file and then offered for download. The definition of how the PDF file to be generated should look like and which contents it displays and how is done within such an XSL file. Just like the other XSL files that Goobi workflow already uses to generate the routing slips, the XSL files should ideally be located in the central xslt
directory of Goobi. This is usually located here:
This folder usually contains several such XSL files. The reference file for the structure of the generated barcodes is located in this file, which is also installed as part of the plug-in installation:
It has the following content:
Value | Description |
---|---|
Identifier
intranda_workflow_barcode_generator
Repository
Licence
GPL 2.0 or newer
Last change
24.07.2024 20:12:06
format
This parameter determines whether the counters should be padded with leading zeros. For example, the value 00000
specifies that all numbers are displayed with at least five digits.
amount
This parameter determines how many barcodes are defined.
start
If the counter for the barcodes is to start at a certain starting value, this value can be defined here.
prefix
This parameter defines a prefix that is prefixed to the counter with an underscore _
.
separator
With this parameter you can specify a separator to be used between the prefix and the counter. If the prefix is not specified, the separator is not used.
xslt-path
The parameter xslt-path
allows the definition of any number of xsl files. The files configured here are then offered to the user for selection within the user interface.