laravel-printing

Cups

Entities

The Printer and PrintJob entities returned from the CUPS driver offer some additional functionalities to the interfaces they implement.

Rawilk\Printing\Drivers\Cups\Entity\Printer

Here is a basic reference to the additional information provided by a CUPS Printer object. See Printer for more information about the base printer object.


string

The ID of a printer retrieved from CUPS will be a uri to the printer on your CUPS server.


Rawilk\Printing\Api\Cups\Resources\Printer

Returns an instance of the printer resource retrieved from CUPS.


Rawilk\Printing\Drivers\Cups\Entity\PrintJob

Here is a basic reference to the additional information provided by a CUPS PrintJob object. See PrintJob for more information about the base print job object.


string

The ID of a print job retrieved from CUPS will be a uri to the job on your CUPS server.

Rawilk\Printing\Api\Cups\Resources\PrintJob

Returns an instance of the print job retrieved from CUPS.


Previous
Overview