HotDocs Cloud Services Overview

HotDocs Cloud Services provides the document assembly features of HotDocs Server in a hosted cloud platform.

The exact usage of Cloud Services in a project depends on the goals of the integration. Typically, a developer using Cloud Services needs to accomplish some or all of the following tasks when developing an integration:

  • Upload a template package file
  • Display a HotDocs interview to the user, to gather answer data.
  • Use answer data from the interview to generate a completed document.

In this section, there are six examples of tasks that can be accomplished using the SDK. Source code for each example is available for download. Each example uses C# and Microsoft Visual Studio to demonstrate use of the HotDocs Open SDK.

Documentation

For full documentation of HotDocs Cloud Services, see the HotDocs Cloud Services Help.

Download Example Projects

All of the examples projects below are available to download from the HotDocs-Samples repository on GitHub.

Examples Walkthrough

To assist in developing custom web application using Cloud Services, there are example tutorials that explain different Cloud Services features. Each example covers different functionality an application will typically implement:

Embedded API Examples

For Cloud Services Embedded Interview functionality, see the Embedded API Tutorials:

  1. Display an Embedded Interview
  2. Resume an Embedded Interview
  3. Using the Embedded JavaScript API