encrypt « PDF file « Java I/O Q&A





1. Is there any ways i can encrypt pdf files with password?    forums.oracle.com

I am currently working on a email module which require to send pdf attachments. I managed to send pdf attachments using MimeMultipart. But now i need to encrypt the pdf attachments with a password so that the person who received the email need to insert a password to view the pdf. I am working with Java language. Anybody have any ideas ...