Skip to main content

web is required, and service is required

Web Services API

LogicalDOC can be used as middleware and can be integrated with other systems by the use of the built-in Web Service. The Web Service module is part of the LogicalDOC core distribution and is compliant with W3C specifications SOAP and MTOM. Using SOAP...

Get system info by invoking REST webservice

# Instantiate a utility to handle IO #set($IOUtils = $ClassTool.newInstance("org.apache.commons.io.IOUtils")) # Instantiate a URL to the getInfo service of LogicalDOC #set($clazzUrl = $context.getClass().forName("java.net.URL")) #set($clazzString =...

Configuring Google API

You can create a connection between your Google account and LogicalDOC. This way, you will be able to use Google Cloud Applications like Drive, Calendar and Gmail from inside LogicalDOC. Third party applications can communicate with your Google account...

Protocols

LogicalDOC normally uses the HTTP or HTTPS protocols but it also implements additional protocols you might want to control in the Protocols section. Additional protocols implemented by LogicalDOC Protocol Description Configuration WebService Used for...

OCR

path: absolute installation path of the tesseract executable (make sure to put this path in the allowed commands) OCR Web Service A lightweight online OCR engine username: your own OCR Web Service username licenseCode: your own license code associated...

Install the Application on Linux

Get from the download website the setup file: installer-linux-.zip To install LogicalDOC unpack the zip archive, open a terminal window and execute the command from command line: $ java -jar logicaldoc-installer.jar If the system does not have a...

LogicalDOC Export

The LogicalDOC Export is a standalone application designed to extract a LogicalDOC's folder and the entire tree below into a plain local file system path. Install LogicalDOC Export Get the installation file from the download website. To install...

Single Sign-on

The Central Authentication Service (CAS) is the most used single sign-on protocol for the web. Its purpose is to permit a user to access multiple applications while providing their credentials (such as userid and password) only once. It also allows web...

Configuring ChatGPT API

Before you can start integrating LogicalDOC with ChatGPT’s API, you need to get an API key to access it. 1 Create an account You can create a free account by signing up here. 2 Generate an API...

Install the Application on Ubuntu

Get from the download website the setup file: installer-linux-.zip To install LogicalDOC unpack the zip archive, open a terminal window and execute the command from command line: $ java -jar logicaldoc-installer.jar If the system does not have a...

Users

This panel shows the list of all users currently existing into the system. To add a new user, you have to click on Add User button and then fill all the required data: Username Email First Name Last Name Language Group Each user can belong to one or...

Installation Guide

With LogicalDOC, users can centralize all of their company's information in a single access point, which guarantees data security. As a result, only authorized users will have access to specific data. LogicalDOC also provides a complete audit service....