Missing Controller
Error: PdfDownloadController could not be found.
Error: Create the class PdfDownloadController below in file: app/controllers/pdf_download_controller.php
<?php
class PdfDownloadController extends AppController {
var $name = 'PdfDownload';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
