How can I connect already loaded PDF into bluetooth thermal printer.
How can I connect already loaded PDF into bluetooth thermal printer.
How can I connect already loaded PDF into bluetooth thermal printer.
How can I connect already loaded PDF into bluetooth thermal printer.
Copyright © 2021 Jogjafile Inc.
Add the following plugin in
pubspec.yaml:dependencies:
Update the version number to whatever is current.
And import it in your code.
You also have to
import dart:ioto use the File class.use thermal printer package link = bluetooth_thermal_printer: ^0.0.6
finally send those bytes data into thermal printer
if you have image in pdf file you can follow below link as well How to convert a PDF file to an image with Flutter?