Hello,
Having issues with corrupted export to PDF and export for a particular configuration of chart.
The behaviour is reproducible with the latest version of flexmonster 2.9, but also is reproducible if using 2.8.x
sometimes image works, but keep trying and it eventually stops working.
PDF more consistently creates a corrupted PDF.
I have sent an email to the proof of concept page to your email
but i'm attaching here some examples of the corrupt files that are generated.
Any advice is appreciated.
Thank you,
Mike
Hi Mike,
Thank you for posting your question!
Such behavior is often caused by incorrectly configured page encoding. If you specify the UTF-8 encoding for the page, everything seems to be working as expected:
<head>
<meta charset="utf-8" />
</head>
Please let us know if this helps.
Best regards,
Mykhailo
This appears to help. Thanks.