Frequently Asked Question:
UTF8 DrawText Delphi7
Question
How can I write UTF8 encoded text to a pdf with Delphi 7 or newer versions? Is there any property, which I can pass to QuickPDF that indicates that string parameters are UTF8 encoded?
Answer
Check out this knowledge base article for a tip on how to encode strings in Delphi with UTF-8.
Basically you can just use the Delphi function Utf8Encode to encode your strings and then pass these strings to QuicK PDF Library.