Exporting gantt with dhtmlx works fine, but I wondered if there is a way to hide or remove the sentence in watermark (footer):
This document is created with dhtmlx library: http://dhtmlx.com
This sentence is generated when export to pdf or png at the bottom of the doc (even below footer)

I found a way to hide for free the watermark by using the footer using
position: absolute. This example will use background red but you can use another color.Based on the dhtmlx ExporttoPDF we can easily modify the css by using a
<style>element, so I did something like this:HTML FOR EXPORT TO PDF:
CSS included in HTML above FOR EXPORT TO PDF:
HTML FOR EXPORT TO PNG:
CSS included in HTML above FOR EXPORT TO PNG:
Output: