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
abstractpublicfunction __construct();
to
abstractpublicfunction __construct($filePath);