Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not print in IOS #174

Open
nambui2000k opened this issue Oct 7, 2023 · 0 comments
Open

Can not print in IOS #174

nambui2000k opened this issue Oct 7, 2023 · 0 comments

Comments

@nambui2000k
Copy link

I print Receipt when add
ByteData data = await rootBundle.load("assets/bluetooth_print.png");
List imageBytes = data.buffer.asUint8List(data.offsetInBytes, data.lengthInBytes);
String base64Image = base64Encode(imageBytes);
list.add(LineText(type: LineText.TYPE_IMAGE, content: base64Image, align: LineText.ALIGN_CENTER, linefeed: 1));

then throw attachment image
Screenshot 2023-10-08 at 00 54 53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant