SHARE to PRINT.Intent
402D, TOO
3.6 ★
742 ratings
100,000+
downloads
Free
In this printing app, users send document jobs to the printer driver via a print button. Includes webview display, font size customization, and donation options.
AppRecs review analysis
AppRecs rating 3.7. Trustworthiness 73 out of 100. Review manipulation risk 40 out of 100. Based on a review sample analyzed.
★★★☆☆
3.7
AppRecs Rating
Ratings breakdown
5 star
56%
4 star
4%
3 star
11%
2 star
4%
1 star
26%
What to know
✓
Authentic reviews
Natural distribution, no red flags
⚠
Questionable review patterns
40% review manipulation risk - some review patterns appear unusual
⚠
Review quality concerns
53% of sampled 5-star reviews are very short
About SHARE to PRINT.Intent
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
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