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.
nsgulliver
  • 12,655
  • 23
  • 43
  • 64
Arumugam
  • 43
  • 5

1 Answers1

1

Error 2 looks like errno 2 which is "File not found". Please post more code to confirm this.

trojanfoe
  • 120,358
  • 21
  • 212
  • 242