We have a problem when exporting flat table to PDF.
Attachment flex1.png shows a table, flex_pdf.png shows the result(pdf). Czech letters in the result are broken, the font is different. Any soulution ?
Hello Marek,
Thank you for reporting this issue.
The described issue with fonts can occur when exporting data to PDF, when the PDF generator is unable to find specific symbols. This leads to corrupted export results, as is shown in your screenshot. To fix this, we recommend exporting to PDF using the exportTo API call with explicitly providing a font file using the fontUrl property. With this, you can correctly embed the Czech letters in the exported PDF, and they should render normally.
Additionally, if you need to adjust the export behavior in the export tab of Flexmonster's toolbar, you can override the toolbar handler as shown in this example: https://jsfiddle.net/flexmonster/mugLx40n/
Please let us know if our answer was helpful.
Best regards,
Maksym