Options
All
  • Public
  • Public/Protected
  • All
Menu

@pdftron/collab-server

WebViewer Collaboration Server

Welcome to the API documentation for the PDFTron Webviewer Collaboration Server module.

Creating the server

To create the server, instantiate the CollabServer class with your desired settings.

View all the settings here

import CollabServer from '@pdftron/collab-server'

const server = new CollabServer({
...options
})

server.start()

Generated using TypeDoc