Skip to main content
Version: 2.0

Client integration

Output Organizer is a fully standalone web application. It can therefore run in a standalone browser window or may be integrated into a parent page via iFrame.

By default, the application is not allowed to be embedded in an iFrame for security reasons. To allow this, you need to set the xframeOptions in the values.yaml file. Here is an example configuration:

organizer:
config:
xframeOptions: "disable"

Just use the base URL here, as specified in the deployment (e.g. https://output-organizer.levigo.de/) If the Application is called without any additional information it will create empty collection of the default collection type. The user can add documents using drag and drop fom the filesystem or another Levigo Jadice Viewer. A typical file browser is also available to add local or network reachable files.

If a empty collection is not sufficient to start with, you can also create a initial collection for the User to start with. How to create such a collection will be described in Import Integration