Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 539 Bytes

File metadata and controls

17 lines (11 loc) · 539 Bytes

Content-Oriented-Printer-Autoselection

This repo contains practice codes regarding content-oriented printer autoselection. get-printer-attributes.c requests ipp attributes for a given printer, later this attributes are stored in a csv file.

Get-Printer-Attributes

Compilation Instruction: gcc get-printer-attributes.c -lcups

Execution Instruction : ./a.out

Files:

  1. get-printer-attribute.c : C code to get printer attributes.
  2. output.csv : csv file containing printer's attribute.