I got a php / javascript based web application that sends created PDF files via E-Mail. This PDF files should be password protected from opening so that no one can open this files without the password.
tcpdf
& fpdf
are not the right ways (because everyone could open the PDF but not modify or not copy or not print)
anyone got an idea?