SHARE to PRINT.Intent icon

SHARE to PRINT.Intent

1.5

Printing from applications that could only share text.

App Information

Version
Update
May 30, 2023
Developer
Category
Google Play ID
Installs
50,000+

App Names

App Description
1. Do not install the application before you can print documents from Chrome, etc.

2. The application does not print alone, it only sends the job to the printer driver.
By the print button, a standard PrintDocumentAdapter for WebView is created.

3. This is a free application with the ability to thank the author (donate). After in-app purchase, you will receive only the message "Thank you".
It is very strange make return donations.


-------------------------------------

Since other software developers are too lazy to implement printing,
I did it for them.

The application is the simplest. One screen. WebView and print button.
Gets text through the processing of Intent.View and Intent.SEND ("Open with" and "Share"). Having received the text makes it the simplest html.

In the settings 4 font sizes.
Font A and Font B are suitable for printing on a thermal printer (58mm roll of cash tape)
Font D - the smallest (80 characters per line on A4 printer)

How to use the example of the clipboard.
Select text -> Share -> TextToPrint -> Printer Icon -> Standard Print Preview Dialog.

Open source code
github.com/402d/TextToPrint
Read more