ExportToPDF does not display accented characters

ExportToPDF does not display accented characters.
See attached file.

How can I solve this problem?


Please be sure that you are using utf-8 as page encoding
If you are using utf and issue still occurs - please provide info about used locale ( export service may miss related fonts )

I’m having the same problem, the location used is “pt”:

		gantt.exportToPDF({
		    name: $scope.projeto.titulo + ".pdf",
		    locale:"pt",
		});
<script src="https://export.dhtmlx.com/gantt/api.js" charset="UTF-8"></script>

If the accented characters display well in your gantt it also should display well in the generated PDF.
You may try to check the following sample:
docs.dhtmlx.com/gantt/samples/08 … xport.html

If the problem still occurs for you please, share with a demo link, where the problem can be reproduced.

Somehow “pt” locale works for me…
Can you share a dataset which causes such kind of the issue.