mazenrashed / Printooth

A well documented, high-level Android interface that makes printing via bluetooth printers easier
Mozilla Public License 2.0
399 stars 113 forks source link

Printing Images #31

Open hermawanluo opened 4 years ago

hermawanluo commented 4 years ago

Printing Images doesn't work. And when i try make MyPrinter class than implements Printer, It says that must include useConverter method. Could you tell me more about the method override fun useConverter(): Converter { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. }

ZakariaJawas commented 3 years ago

@hermawanluo Use the default converter or use a custom converter override fun useConverter(): Converter = DefaultConverter()