Hi Experts,

Can I intact read whole PDF document(not just only extract PDF content/text) 
into String XXX via PDFBox API, then put XXX into following statement to 
generate mail PDF attachment?

"--" + "--AaZz" + CRLF + "Content-Type:text/plain;charset=UTF-8" + CRLF + 
"Content-Disposition:inline" + CRLF + CRLF + "MailBody" + CRLF + "--" + 
"--AaZz" + CRLF + "Content-Type:application/pdf" + CRLF + 
"Content-Disposition:attachment;filename=" + MailPDFAttachment""  + CRLF + CRLF 
+ XXX + CRLF;

I appreciate for your any suggestion!

Regards&Thanks,
This is Brian Luo, not Brain, Thx :)

Reply via email to