Reference information for Document designer
There are several properties that get installed with the Document designer plugin. These properties help to control the various aspects of how the plugin works.
| Property | Description |
|---|---|
|
com.snc.word_doc_api.size_limit_mb |
This property restricts the size of contract documents in mega bytes. The default value is 5. |
|
com.snc.word_doc_api.unzip_word_size_limit_mb |
This property restricts the size of unzipped Word documents in mega bytes. The default value is 10. |
|
com.snc.word_doc_api.supported_image_types |
This property ensures that only the image types specified in the property will be processed by the plugin and inserted into the Word Document. The supported image types are: png, jpg, jpeg, and gif. |
|
com.snc.word_doc_api.disable_wordapi |
This property ensures that the API will not work if the property is set to true. The default value is false. |
|
com.snc.word_doc_api.image_size_limit_kb |
This property ensures that if the image size in KB is more than the property value, the plugin will not start processing and will result in status failure with an error message. The default value is 100. |
|
com.snc.word_doc_api.max_repetitions |
This property sets the number of times a repeater block (a defined section of content) will be duplicated and inserted consecutively into the Word document. Each repetition adds a new instance of the block immediately following the previous one, creating a sequential chain of repeated sections. The default value is 100. |