dustin-auby
dustin-auby
` var printer = brother.Printer(); var printInfo = brother.PrinterInfo(); printInfo.printerModel = brother.Model.QL_820NWB; printInfo.printMode = brother.PrintMode.FIT_TO_PAGE; printInfo.isAutoCut = true; printInfo.port = brother.Port.NET; // Set the label type. double width = 100.0;...
I have manage to resolve this, turns out you cannot have 2 AmplifyAPI Objects, i was using one for api and one for the Lambda function. i merged the two...
I'm measuring the full trip from before till after the request. So it will have a bit higher latency but surely not that high Sent from my Galaxy -------- Original...
Hi, Both models are authenticated . One uses cognito pool with owner permissions and the other uses custom with the lambda function as I need more fine grain control. Sent...
Hi, yes i was still having the issues. i have since moved away from amplify as i found it to limiting in many areas.
> have you found any solution? Hi, No i have not. i have ended up not printing via the sdk and using the android print service, this is not good...
oh i forgot to mention when i send the same file through ios it works fine
il test again but i have already tried this. thanks
Ok tested with ` var transport = HttpIppClientTransport(true) val uri = URI.create("ipps://8C2279000000.local:631/ipp/print") println("Print job sent to $uri") val printRequest = IppPacket.printJob(uri) .putOperationAttributes(documentFormat.of("application/octet-stream")) .build() transport.sendData(uri, IppPacketData(printRequest, FileInputStream(filePath))) ` Same issue blank...
Ok tried on a seccond printer and still not luck. This printer is a brother printer. again i can print from ios but not android