Questions tagged [google-cloud-print]

Google Cloud Print is built on the idea that printing can be more intuitive, accessible, and useful. Using Google Cloud Print you can make your printers available to you from any Google Cloud Print enabled web, desktop or mobile app.

Google Cloud Print

Print anywhere, from any device.

Google Cloud Print is a technology that connects your printers to the web.
Using Google Cloud Print, you can make your home and work printers available to you and anyone you choose, from the applications you use every day.
Google Cloud Print works on your phone, tablet, Chromebook, PC, and any other web-connected device you want to print from.

Android Application Developer can use this printing functionality to any Android application by this Google Cloud Print Integration Steps to their apps.

202 questions
2
votes
0 answers

Form Submit google cloud print

I could use some help with creating a script when a Google Form is submitted. Once the form submitted, the script automatically prints a Google Spreadsheet to a Google Cloud-based printer without bringing up the print dialog window. I've read…
2
votes
2 answers

Is it possible to connect thermal receipt printer to Google Open print?

I am looking at connecting a thermal receipt printer to Google Open Print, is this possible? and if so are you aware of any thermal printers that I can purchase? The reason for the above is that I have a takeaway shop with an online store. When an…
JohnThomas
  • 273
  • 1
  • 2
  • 10
2
votes
0 answers

Calling google cloud print to print a local file from an android app

I have a text file and I want to print it with google print. Does anyone has any idea how to do that?
Stathis Andronikos
  • 1,259
  • 2
  • 25
  • 44
2
votes
2 answers

google cloud print not working with phonegap

I'm working on a simple phonegap app that prints a simple pdf page to test Google cloud printing, I followed steps mentioned here. It's working fine in a browser but when I tried it on a mobile, nothing was printed, I wasn't even able to save it to…
Mohamed Salah
  • 1,506
  • 1
  • 14
  • 23
2
votes
1 answer

Using Google Cloud Print in Android

I am using google cloud print with an android project to print out a pdf file. I am storing the file in the assets folder of the project and when I go to print it say "Document Missing". Here is my code public void stevePrint(View view) { Intent…
wiiwilleat
  • 209
  • 2
  • 13
2
votes
0 answers

Google cloudprint with google-php-api-client Oauth2 and curl returns 403 error while trying to cronjob

I first used the following script to show all available printers (and I then obtained the refresh token from this script):
2
votes
1 answer

Google cloud print Document Missing

What is document missing error in google cloud print for android? I am searching for solutions but not yet found.. Kindly help me.. final Uri docUri = Uri.parse("/mnt/sdcard/downloads"); final String docMimeType = "pdf"; final String docTitle…
Raja45
  • 181
  • 1
  • 3
  • 10
2
votes
1 answer

Android Google Cloud Print - Document missing

I want to print from my android application to the printer I registered with Google cloud print. But every time I tried printing the web page, I always got the document missing error. This is my code but I don't know which line is causing the…
Hanny Udayana
  • 388
  • 3
  • 21
2
votes
1 answer

access token for google cloud print service

I want to use google cloud print service for my application, Concept is : Buyer can purchase products from my site and he should send order list to supplier's printer. For this, Supplier should registor printer in their google account, buyer will…
Yajushi
  • 1,175
  • 2
  • 9
  • 24
2
votes
0 answers

How to add google cloud print in phonegap for hybrid android app?

I am developing a hybrid app for android using phonegap. I am in need of adding print functionality to print the html content. After making many google search I found that we can use google cloud print api in our applications. Is there any example…
Muthuraj
  • 21
  • 2
2
votes
1 answer

How to print Android activity display using cloud print

I am trying to implement Google Cloud Print into an app, following the Integration Guide. I'm trying to keep it basic by just printing out google.com. When clicking the print button I created, it brings up the dialog, but I am getting a…
Cameron
  • 3,098
  • 1
  • 22
  • 40
2
votes
0 answers

Google Cloud Print Web Element works but not on Google Chrome for iOS

I use GCP Web Element to post items to print on my web application, here's the code Google suggests... JavaScript