Android Cloud Printing with No Dialogs
Asked Answered
R

1

13

I'm developing a kiosk type Android app and would like to add printing capability. Since it's a kiosk app, the less prompts/pop-ups the users have to do, the better.

I was able to get the new Google Cloud Printing successfully going in my Android app but there are a few screens the users need to go through before printing can happen.
I was wondering if anyone has any ideas on how to have things print automatically with no dialogs, the idea would be to pass whatever user selections are needed (paper size, orientation, etc) from preferences.

Rodin answered 13/7, 2012 at 4:41 Comment(3)
Did you ever find an answer? I'm developing something very similar and I'm trying to find a solution too.Joktan
What format is the document in? What about sending the output file as an email that the print service monitors.Brawley
Here's an answer thay may help you: #24027304Euterpe
P
1

Exact same problem we have! Silently printing without a dialog for my kiosk app, and printing the image to a pre-selected physical size. Both of these are not possible through the platform API, so we built our own library for it: http://www.groundupworks.com/wings/

Parget answered 31/12, 2014 at 8:9 Comment(1)
How can you do a Silently print with this library? i only see features to share photos.Leff

© 2022 - 2024 — McMap. All rights reserved.