2011-09-08 80 views

回答

6

在使用它創建pdf後,您應該釋放pdfURL

的Try ...

CGPDFDocumentRef pdf = CGPDFDocumentCreateWithURL(pdfURL); 
CFRelease(pdfURL);