star-micronics / react-native-star-io10

react-native-star-io10 is a library for supporting application development for Star Micronics devices.
Other
83 stars 54 forks source link

what does this library accept as image or base64 ? #112

Closed Billionjester closed 1 month ago

Billionjester commented 4 months ago

Description

A clear and concise description. what does this library accept as an image or base64 what if have image URL of have something like pdf or HTML How to achieve the printing process ?

Your device where the bug occurs

Your printer

Your development environment

The result of executing the command ver on Windows, sw_vers on macOS, uname –a on Linux, or these equivalent commands.

Additional context

Any other context about your topic.

can-miki commented 2 months ago

Image sources that can be specified as parameters for ImageParameter(source: string) are image sources in PNG, JPEG format, etc. Unfortunately, PDF and HTML cannot be specified as they are not image sources.

can-miki commented 2 months ago

@Billionjester Please make yourself useful. #74