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 |
Image types 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 |
Option to disable the API. When set to true, the API does not work. The default value is false. |
|
com.snc.word_doc_api.image_size_limit_kb |
Maximum image size in kilobytes. If the image exceeds this value, the plugin stops processing and returns a status failure with an error message. The default value is 100. |
|
com.snc.word_doc_api.max_repetitions |
Number of times a repeater block is duplicated and inserted consecutively into the Word document. The default value is 500. |