Thanks to visit codestin.com
Credit goes to github.com

Skip to content

anggastudio/Printama

 
 

Repository files navigation

Printama

android library for bluetooth thermal printer

Usage

Documentation is in progress. Just take a look at sample project as an example.

Feature

  • Dialog to choose bonded bluetooth device.
  • Print Text with Custom Alignment.
  • Print auto grayscale Bitmap with Custom width and Alignment.
  • Tested with 58mm Bluetooth Thermal Printer.

Contributing

You can do :

  • a pull request, or
  • raise a an issue ticket, or
  • request additional feature by raise a ticket.

License

What license?

Download

Minimal Android SDK Version 16

Gradle

Step 1. Add it in your root build.gradle at the end of repositories:

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

Step 2. Add the dependency

dependencies {
  implementation 'com.github.anggastudio:Printama:0.8.0'
}

Maven

Step 1.

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Step 2. Add the dependency

<dependency>
  <groupId>com.github.anggastudio</groupId>
  <artifactId>Printama</artifactId>
  <version>0.8.0</version>
</dependency>

About

A very well documented android library for bluetooth thermal printer. Tested for 2 and 3 inches printers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •