Hi ,
I am licensed user of DHTMLX library.
I am using scheduler timeline view in UI which is showing weeks on scheduler as well.
I used following option to show weeks to timeline.
second_scale:{
x_unit:“week”,//measuring unit of the X-Axis.
x_date:“%W” //date format of the X-Axis
}
You can see the UI in the attached image.
Problem is when I try to export the scheduler timeline view to pdf, it adds the week numbers to the dates and messed up the dates.
I don’t want to print weeks in pdf and want normal view.
Thanks
Vajahat,
Helsinki
Hi,
i’ve just checked the export service
docs.dhtmlx.com/scheduler/pdf.html
It seems to work with second-scaled timeline correctly. Do you use an old export docs.dhtmlx.com/scheduler/pdf_v4.html ? If so, what platform do you use? i can check if we have a fix for that issue in your platform
Hi,
Yes the schedular4.2.0 is using the old version of pdfexport.
Now I have updated the code accordingly and it works fine .
Thanks
Ali
Helsinki
Hi again,
It looks like the request is going to DHTMLX server url(export.dhtmlx.com/scheduler) for the generation of the data in api.js file.
our company want to setup this export functionality on our server. Where can I find local setup for export?
Regards,
Ali