I've already downloaded (php_printer.dll)
and moved it to
C:\xampp\php\ext
directory
download link: Click Here
php.ini
extension_dir = "C:\xampp\php\ext\"
extension=php_printer.dll
But in command prompt
php -v
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_printer.dll' - The specified module could not be found.in Unknown on line 0.
I've also restarted xampp after making changes in the php.ini
file.