printing - Android - giving pdf to wireless printer -


i have 1 pdf form. want to

1)give pdf wireless printer---suggest me how , if possible provide sample this.

is there anyway support vendor printers andorid application(means generalized) or else need support each printer(means getting jar file specified vendor , using that).

any appreciated.

i had similar requirement. did using google cloud print. code please refer link https://developers.google.com/cloud-print/docs/android

using approach, first you'll have register printer on cloud using gmail id. once done, can send pdf file registered printers.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -