replied on November 24, 2015
You have three options for integrating Laserfiche with other software:
- API
- Database
- Front-end
The first method uses the other software's SDK if it has one. The second method pushes data to or pulls data from the other application's database. And the third method scrapes certain areas of what is on certain areas of the user's screen and connect the applications that way.
Laserfiche Workflow can use methods 1 and 2. Laserfiche Connector uses method 3. Method 1 is also possible as a stand-alone package, i.e. via a toolbar button on the client. For example, you select a document, click the button and LF sends the document's metadata to the other application.
Method 3 is the easiest method and usually requires no programming. Other methods are a lot more involved.