这个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 名称是 Xoom Pad 4.pdf