karlwancl / GoogleCloudPrintApi

A .NET wrapper for Google Cloud Print API, based on .NET standard 1.4
MIT License
12 stars 14 forks source link

Allows printer registration with CDD format #14

Closed karlwancl closed 7 years ago

karlwancl commented 7 years ago

Registering printer requires capabilities document, it contains information on the specification of the printer. Apart from the standard XPS document from M$, Google has provided another document format (CDD) to describe the capability of the printer. It is better to provide a way to create the CDD document by this library.

Related issue: https://github.com/lppkarl/GoogleCloudPrintApi/issues/2

karlwancl commented 7 years ago

Pushed a commit 9c9c7a8606f873985b9b50dac932b47cfc2be887, not tested yet, need testing on it.