This an incompatibility issue between PHP Version 5.4.4 and zend Framwork .
Fixed it by change in this function lib/Zend/Pdf/FileParserDataSource.php.
change
abstract public function __construct();
or
abstract public function __destruct();
to
abstract public function __construct($filePath);
Fixed it by change in this function lib/Zend/Pdf/FileParserDataSource.php.
change
abstract public function __construct();
or
abstract public function __destruct();
to
abstract public function __construct($filePath);