PHP code example of neysi / directprint

1. Go to this page and download the library: Download neysi/directprint library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

neysi / directprint example snippets




$id =  DirectPrint::printFile('invoice.pdf') ;

$id = DirectPrint::printFile('invoice.pdf','Canon_iP2800_series') ;

$printerName =  DirectPrint::getDefaultPrinter() ;

$printers =  DirectPrint::getPrinters() ;