I am using DotKernel 1.8.0 on a project and when generating a long PDF file, with some data in it (using addText() pretty often). I get into an iconv() encoding error "Detected an illegal character in input string" which is a pretty straight forward error explanation.
When I check on the line of source code that produces the error (as mentions the backtrace) I am able to see which addText() call produces the error BUT I have now tried with simple "abcdef" text, so no special characters, and the error still happened. My website uses a UTF-8 charset.
I guess the error is linked to DotKernel changing from ISO to UTF-8 but I can't seem to find a solution to my problem. Any ideas, guesses that might help?
- Would I have to change to using Zend_Pdf? - would it help at all?
- Dot_Pdf searches on google do not deliver a lot of results, I hope anyone here can help!