2

当您单击该链接时,我需要在 iPad 中保存 pdf/doc 文档。我试图从http://meme.hcl.com/sites/default/files/243347_TroubleShootingSqlserver20052008.pdf获取数据,并试图将这个 pdf 保存在 iPad 中。但我无法做到这一点。请帮帮我。

myGroupsBeanData = [self.groupLinksDocumentsArray objectAtIndex:indexPath.row];
 NSString *seperator=@"meme.hcl.com/";;
 documentName=[NSString stringWithFormat:@"%@%@",seperator,myGroupsBeanData.linkVal];    
 responseData = [[NSMutableData alloc] init];
 webserviceType = GET_PDF_DATA;
 NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:documentName]];
 [[NSURLConnection alloc] initWithRequest:request delegate:self];
4

0 回答 0