PHP generates PDF format files and encrypts

Source: Internet
Author: User
Tags php framework

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.