Source Location: /examples/example3.php
$Id: example3.php 923 2003-11-18 17:18:40Z jrust $
Here we create an encrypted PDF file based on a dynaically generated page.
We buffer the content of the page and then create the PDF at the end. Then we load up PDFEncryptor and set meta-data, password, and permissions.
require_once(__FILE__) [line 11]