HTML paginated

HTML paginated
The HTML paginated driver is used when generating HTML paginated output.
For example, if you enter Available colors in this field, the corresponding meta tag in the HTML output will look like this:
<meta name="description" content="Available colors">
For example, if you enter Red, Blue, Green in this field, the corresponding meta tag in the HTML output will look like this:
<meta name="keywords" content="Red, Blue, Green">
By default, all images are exported from the resource set to data\images. In the HTML output, the source reference will point to this directory, for example:
<img ... src="data/images/star.jpg">
You can use ImageOutputFolder to specify an alternate image directory. You can specify an absolute path, or a path relative to the export directory. In the HTML output, the source reference will point to this directory, for example:
<img ... src="C:/images/star.jpg">
The HTML output may contain *.JPG, *GIF, and *.PNG images. Any other format will be converted to *.JPG. With EnablePng you specify how to handle *.PNG images.
The *.PNG image will be handled as it is.
The *.PNG image will be converted to *.JPG.
The image will be copied from the source directory to either data\images or the target directory specified by ImageOutputFolder. In the HTML output, the source reference will point to this directory, for example:
<img ... src="data/images/star.jpg">
<img ... src="C:/images/star.jpg">
 
 
OpenText StreamServe 5.6 Updated: 2013-03-01