Print to PDF not properly showing for timeline

In samples\06_timeline\03_tree.html, I add (Marked in bold):

For demo purpose only :: &1
<script src='../../codebase/dhtmlxscheduler.js' type="text/javascript" charset="utf-8"></script>
<script src='../../codebase/ext/dhtmlxscheduler_timeline.js' type="text/javascript" charset="utf-8"></script>
<script src='../../codebase/ext/dhtmlxscheduler_treetimeline.js' type="text/javascript" charset="utf-8"></script>

[b]<script src='../../codebase/ext/dhtmlxscheduler_pdf.js' type="text/javascript" charset="utf-8"></script>[/b]

<link rel='stylesheet' type='text/css' href='../../codebase/dhtmlxscheduler_glossy.css'>

and

 
 
		[b]<input type="button" name="print" value="print" onclick="scheduler.toPDF('http://dhtmlxscheduler.appspot.com/export/pdf')" style='position:absolute; right:472px; top:0px;'>[/b]
		
		<div class="dhx_cal_tab" name="day_tab" style="right:204px;"></div>
		<div class="dhx_cal_tab" name="week_tab" style="right:140px;"></div>
		<div class="dhx_cal_tab" name="timeline_tab" style="right:280px;"></div>
		<div class="dhx_cal_tab" name="month_tab" style="right:76px;"></div>
	</div>

When I press print, the pdf generated doesn’t show up the proper hierarchy on left side. Instead it shows something like “<DIV class=dhx_sce…”

Export to PDF supports only linear timeline.
Scenario with tree-like vertical scale is not supported.

Any chances for its fix? Will it be ever supported?

We currently have not plans to fully support it, but will fix the incorrect text labels for sections ( it will not include closed branches of hierarchy, and will export only visible part of hierarchy )