Printooth icon indicating copy to clipboard operation
Printooth copied to clipboard

Printing Images

Open hermawanluo opened this issue 4 years ago • 1 comments

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. }

hermawanluo avatar Dec 05 '19 08:12 hermawanluo

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

ZakariaJawas avatar Nov 29 '20 10:11 ZakariaJawas