このPDFに問題はありますか?これを取り除くために何をすべきか?
これが私のサンプルコードです
CGContextConcatCTM(context, CGPDFPageGetDrawingTransform(drawPDFPageRef, kCGPDFCropBox, self.bounds, angle, true));
appdel.widthScale=scale;
CGContextSetInterpolationQuality(context, kCGInterpolationHigh);
CGContextSetRenderingIntent(context, kCGRenderingIntentDefault);
CGContextSetRGBFillColor(context, 1.0f, 1.0f, 1.0f, 1.0f);
CGContextFillRect(context, cropBoxRect);
//CGContextClipToRect(context, cropBoxRect);
CGContextDrawPDFPage(context, drawPDFPageRef);
PDF名はXoomPad4.pdfです。