I am getting following error when i use CGContextDrawPDFPage(context, _PDFPage) for some files. Any work around to fix this issue?
FT_Open_Face failed: error 2.
I am getting following error when i use CGContextDrawPDFPage(context, _PDFPage) for some files. Any work around to fix this issue?
FT_Open_Face failed: error 2.
Error 2 looks like errno 2 which is "File not found". Please post more code to confirm this.