Oleksandr Lysun

Results 5 comments of Oleksandr Lysun

@DavBfr here how I use this plugin ``` final format = PdfPageFormat( 50 * PdfPageFormat.mm, 54 * PdfPageFormat.mm, marginAll: 2 * PdfPageFormat.mm, ); Uint8List data = await Printing.convertHtml( format: format,...

I have fixed that by adding this code to ios plugin implementation `PrintJob` class ``` // Workaround public func printInteractionController(_ printInteractionController: UIPrintInteractionController, choosePaper paperList: [UIPrintPaper]) -> UIPrintPaper { if currentSize...

@DavBfr of course, here PR https://github.com/DavBfr/dart_pdf/pull/944

hi @armandsLa, I have tried your solution and it works. But now I see this warning: `channel sent a message from native to Flutter on a non-platform thread. Platform channel...

@armandsLa The issue has been resolved. Thanks