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.
Compilation Instruction: gcc get-printer-attributes.c -lcups
Execution Instruction : ./a.out
Files:
- get-printer-attribute.c : C code to get printer attributes.
- output.csv : csv file containing printer's attribute.