Give us feedback
mobile-print-plugin
Mobile icon

Mobile Print Plugin

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 22 October 2021 by 
5.0
 (1 rating)
mobile-print-plugin

Mobile Print Plugin

Details
Plugin that allows printing from Android and iOS mobile applications. Based on https://github.com/katzer/cordova-plugin-printer.
Read more

This plugin allows Android and iOS mobile applications to leverage the underlying Operating System's print capabilities. It is based on the Cordova Print Plugin (https://github.com/katzer/cordova-plugin-printer).

There are 4 client actions available:

  • PrintBase64: prints base64 encoded content (e.g.: images).
  • PrintCurrentScreen: prints the application's current screen.
  • PrintFile: prints the specified file.
  • PrintText: prints the specified text content, which can also include HTML and CSS.

All actions take as an optional input parameter a JavaScript object containing additional formatting and options for the printer. The available options vary according to the underlying operating system. A full list of the existing options is available at https://github.com/katzer/cordova-plugin-printer#formatting.

Release notes (1.0.0)
Reviews (1)
by 
16 Feb
in version 1.0.0
Easy to use. Does what promises.
Prints the page with styles, at least on Android.
Team