This article describes how to use PHP to generate PDF files, and the file to encrypt or set access to the password method, the need for small partners can refer to.
Project requirements: PHP generated PDF file, and the file encryption or set access password
Open source Tcpdf is a set of class libraries based on PHP, which can produce documents in PDF format well. and support file encryption, in the current open source PHP framework, systems, applications are also widely used. Here is a method prototype for setting the related properties of a PDF document, where you can set a password
?
1 2 3 4 5 6 7 8 |
Tcpdf::setprotection ($permissions = Array (' print ', ' modify ', ' Copy ', ' annot-forms ', ' fill-forms ', ' extract ', ' Assemble ', ' Print-high '), $user _pass = ', $owner _pass = null, $mode = 0, $pubkeys = null) |
After the Setprotection () method is set, the generated PDF document is encrypted, and the user will be asked to enter the access password when they open the PDF document.