[cups-devel] How To get the name of the ppd associate with a printer?
"Binh Nguyen" <BAT1610-/[email protected]> Thu, 9 Nov 2017 16:10:49 -0500
| Newsgroups | gmane.comp.printing.cups.devel |
|---|---|
| Message-ID | <[email protected]> |
The PPD API has ppdOpenFile which returns a ppd_file_t. This struct has attribute char* pcfilename which is the name of the ppd file associate with a printer. I have gone through the current CUPS API and found nothing similar to this. Any suggestions? Thank you,