Some test text!

Discord Logo

Chat with us

PDFTron is now Apryse, learn more here.

Web / Guides / Overview

Platform


PDFTron is now Apryse, learn more here.

Document Collaboration using JavaScript Library

WebViewer's JavaScript document collaboration library contains APIs that allow you to export/import annotations from/to a document. Using those APIs and a server, you can set up realtime collaboration easily. This guide provides a simple example that covers:

  • Authenticating users
  • Exporting/Importing annotation data to/from server
  • Setting the user permissions of each annotation on both server and client side

You can find the full version of the sample in your download package, WebViewer/samples/annotation/realtime-collaboration/.

Get started

Setup WebViewer for collaboration
To setup WebViewer to manage a server and client realtime collaboration.

Realtime collaboration server
To setup a database server to trigger events for create/modify/delete operations.

Realtime collaboration client
To setup a client application to listen or trigger events for create/modify/delete operations.

Get the answers you need: Support