Assembly.DocumentPath Property  

[Read/Write] This property is the file name and path of the document to be generated from the Assembly.

Syntax

public string DocumentPath { set; get; }

HotDocs Server can automatically convert assembled RTF documents to PDF, HTML, or TXT files. The file name extension in this property determines the type of file generated from the Assembly.

When converting a document to PDF, HotDocs Server uses a built-in PDF converter, which analyzes the codes contained in the file and translates them to PDF. This differs from the method used by other third-party PDF converters, which rely on an instance of Microsoft Word on the server from which the document is "printed" using a driver to create the PDF document. PDF documents created using a PDF driver can typically handle a greater number of formatting variations, while the PDF conversion method used by HotDocs Server works best for documents with simpler formatting. If you use HotDocs Server's built-in PDF conversion, some formatting differences will exist between the original document and the PDF.