Electronic Publications
This is the technical documentation for the Goobi plugin for integrating
Overview
Name | Wert |
---|---|
Identifier | intranda_step_pdfUpload |
Repository | |
Licence | GPL 2.0 or newer |
Last change | 25.07.2024 11:55:49 |
Introduction
This documentation describes how to install, configure and use a plug-in to upload documents to Goobi. With the help of this plug-in, born-digital documents such as PDF files can be uploaded and managed directly in Goobi.
Installation and Configuration
The following three files must be installed to use the plugin:
The first file contains the actual program logic, the second file provides the graphical user interface for the display and the third file is used to configure the plugin.
The content of the configuration file plugin_PdfUploadPlugin.xml
must be structured as follows:
folder
specifies the folder in which the uploaded files are stored. The values master
, source
and derivate
can be used. Afterwards the allowed file extensions have to be configured. Please make sure that the check is case sensitive. If you want to allow upper and lower case, both spellings must be defined.
Then the allowed file extensions have to be configured. Here you have to make sure that the check is case sensitive. If you want to allow upper and lower case, both spellings must be defined.
Overview and functionality
Once the plugin has been installed and configured, it can be used within Goobi's new user interface.
To do this, the plugin for the intranda_step_pdfUpload
step must be entered within the desired task.
If the corresponding step has been opened by the respective user within which the plugin was configured, a new area for uploading files is available.
Using the Select file
button, you can now select a file which is then transferred to the server using the Upload file
button. You can optionally enter a comment.
The uploaded file is then listed with some information. There you can also delete the file.
Only files whose file extension was previously entered in the list of permitted extensions are accepted. In addition, the file name may only consist of the characters A-Za-z0-9äöüß-_
. Spaces
are automatically replaced by underscores
.
If a file is uploaded, the information is stored in the METS file.
The transfer to the METS file ensures that the order of the uploaded files is saved persistently.
If the task is then opened again, the information about the uploaded files is taken from the METS file and also displayed.
Last updated