phin1x / go-ipp

Pure Go IPP library
Apache License 2.0
138 stars 35 forks source link

Question: Does golang have project to find the suitable ppd? #10

Closed Leadrive closed 4 years ago

Leadrive commented 4 years ago

Hi, sorry, I want to ask you a question.

The python project https://github.com/OpenPrinting/system-config-printer detect printer, find the suitable ppd, and install the printer driver.

Does golang have same project? I want to find the suitable ppd by the printer device-id. Thank you.

phin1x commented 4 years ago

I don't know if such a project exists written in golang. Maybe you could use the integrated Web UI from CUPS. There you can choose a ppd based on the printer model.