I have fixed this issue by commenting the constructor and destructor in the file lib/Zend/Pdf/FileParserDataSource.php .
abstract public function __construct();
abstract public function __destruct();
I have fixed this issue by commenting the constructor and destructor in the file lib/Zend/Pdf/FileParserDataSource.php .
abstract public function __construct();
abstract public function __destruct();