watson / ipp-printer

An IPP printer written in Node.js
MIT License
555 stars 80 forks source link

Different Paper Sizes? #14

Open henryjliu opened 7 years ago

henryjliu commented 7 years ago

Is it possible to additional paper sizes besides the standard 8.5x11? If so how to do it?

watson commented 7 years ago

As such the printer will accept any format sent by the client. But if the client specifically needs to know which formats the printer supports in other to send something other than 8.5x11, then it's a feature that needs to be added to the module. I'll look into it.

erastus commented 10 months ago

Hi!, Also, I would like to implement different paper sizes. Or could you please guide me how to implement it?