Hi Ash,
Thanks a lot on your work for making an awesome plugin. I had problem with the generated pdf in other alphabets(languages) like Cyrillic (the pdf was empty/full with non understandable letters).
You are using the standard fPDF class on the plugin for generating the PDFs(doesn’t support unicode characters).
You should be using at least tfPDF – https://www.fpdf.org/en/script/script92.php – modified fPDF class which support Unicode characters.
While using the tfPDF you won’t be needing iconv(), and should be removed from the template.
Hope the fix will be applied to the official release channel so other users don’t have problems.
If you need anything – I’m here. ??
Thanks