<< Click to Display Table of Contents >>
html.image_embedding
Sets whether to save components that are converted to images as image data in an HTML file.
Values
true |
Include |
false |
Do not include(The default value) |
Reference
When saving a report containing an image label, chart, figure, signature, or ImagePicker component in the HTML format, the component is converted to a png or jpg file and saved in the same path as the HTML file and then the png or jpg file path is created with the <img src= ...> tag in the HTML file.
In the above situation, to save all components in a single HTML file, set the parameter value to "true". If the parameter value is set to "true", components that are converted into images such as image labels, charts, figures, signatures, and ImagePickers, are saved as image data in the HTML file.
However, if the path of the image is a web URL, the parameter value is not applied and it is created with the <img src=...> tag. Also, if the repository_agent.type parameter value is set to from_webserver, it always runs as "false".