If that doesn’t help you, probably, the issue is related to the Gantt configuration, but it is hard to suggest what might be wrong as I don’t see your code.
In that case, please, add your configuration to the following snippet and make sure that the issue is reproduced there: https://snippet.dhtmlx.com/40tsh9uz
Then, click on the Share button and send me the link.
Or send me a ready demo with all the necessary Javascript and CSS files so that I can reproduce the issue locally.
Thanks for your reply. as you mentioned I have added the source code . Please refer this link source code
after add the below gantt_container configuration , we are able to download pdf but that pdf not containing all the task bar (refer attached PDF) . kindly help us to resolve the issue.
Hello Aravind,
Thank you for sending the snippet.
The issue occurs because of a bug in Gantt. The dev team will fix it in the future, but I cannot give you any ETA.
As a workaround, you can add the style rule to extend the timeline for the export functions:
Hello Aravind,
The dev team updated the PDF export module to the 0.7.0 version. This includes the fix for the bug when the timeline is not fully displayed when using the cols: [rows:[]] layout configuration and exporting with the raw: true parameter.