I think the yapdfkit should add more abnormal judgment
bxqz.pdf
-(NSData*)getDecompressedData:(NSString*)filter
{
if([filter isEqualToString:@"FlateDecode"]) //Here the interrupt
{
return deflateData(_rawData);
}
else if([filter isEqualToString:@"None"])
{
return _rawData;
}
else
{
return _rawData;
}
return nil;
}
I think the yapdfkit should add more abnormal judgment
bxqz.pdf