1
pdf 확장자가있는 첨부 파일로 html 텍스트를 메일로 보내야합니다.ios에서 첨부 파일로 html 텍스트를 pdf 형식으로 보내십시오.
코드 :
MFMailComposeViewController *mailViewController = [[MFMailComposeViewController alloc] init];
mailViewController.mailComposeDelegate = self;
NSArray *toReceipents =[NSArray arrayWithObjects:@"", nil];
[mailViewController setToRecipients:toReceipents];
[mailViewController setSubject:strMailMessage];
NSLog(@"Mail Message:%@ %@",strMailMessage,appDelegate.strShareText);
NSData* data = [appDelegate.strShareText dataUsingEncoding:NSUTF8StringEncoding];
[mailViewController setMessageBody:appDelegate.strShareText isHTML:YES];
[mailViewController addAttachmentData:data mimeType:@"application/pdf" fileName:@"Medication file.pdf"];
[self presentModalViewController:mailViewController animated:YES];
[mailViewController release];
참고 : 나는 같은 text.but 무엇입니까 pdf 파일을 다운로드 할 때 내가 PDF 문서