How to set a password / permission to your PDF document from PHPExcel (using TCPDF library)

If you are using PHPExcel to generate PDF documents, you should know what you are actually using the TCPDF library which comes bundled in PHPExcel.

Although not very nice because it involves a bit of hacking the base code of PHPExcel but here is how you can do it:

Continue reading