thiagoelg / node-printer

Native node.js printer
131 stars 79 forks source link

Update CUPS Options Doc Link #51

Open semireg opened 2 years ago

semireg commented 2 years ago

New link is https://www.cups.org/doc/options.html (README shows http://www.cups.org/documentation.php/options.html)

Also... it's not clear to me what options to send for CUPS jobs. Do we send "copies" or "num-copies"? Do we send "PageSize" or "media"? Or is it "pageSize" with an object for height/width? There seems to be a lot of conflicting docs depending on what level of the API you're assuming it's sending from/to. Thoughts?