Code:
const char *text ;
text =[[[[myStringArray objectAtIndex:0] objectAtIndex:1] objectAtIndex:1] UTF8String];
CGContextShowTextAtPoint (myPDFContext, 34, 3, text, strlen(text));
I am trying to create a PDF with strings. It works fine for English, but for Spanish with special characters, it shows up boxes. How can I resolve this?