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.

206 questions
19
votes
4 answers

How to remove the Android WebView print added margin?

We tries to print a webview content over google cloud print, but no matter what we do the resulted printout adds some margin. Is there a way to remove this margin? We tried: then
Guy Korland
  • 7,479
  • 12
  • 48
  • 94
19
votes
3 answers

Using the Google Cloud Print API with Android

I am working on an android application that needs to print to a printer. I decided on using the Google Cloud Print, as it seemed easy to set up. Initially, I followed the steps found here for integrating into Android. This works, as in it will print…
ariets
  • 4,098
  • 4
  • 25
  • 34
14
votes
2 answers

Share printer with Google API Service Account

Is it possible to share a GCP printer with a Google API service account (https://developers.google.com/accounts/docs/OAuth2ServiceAccount)? I tried to share the printer with the client email address (id@developer.gserviceaccount.com), but the…
Chris
  • 1,073
  • 7
  • 14
9
votes
1 answer

Google cloud print OAuth scope not found

I'm creating an app that prints out a pdf from the server after it has been generated. When using google cloud print I keep getting: User credentials required Error 403 Note: making this print request in the simulating page works fine, but that's…
Paradoxis
  • 3,707
  • 4
  • 24
  • 58
9
votes
1 answer

Cloud Print and thermal printers

I am using Google Cloud Print for print generated PDF documents in a web app. All was working fine in all printer types that i use (HP, Zebra, etc) but about 2 weeks ago all Zebra printers (thermal printers) are printing PDF documents in portrait…
9
votes
1 answer

Printer settings with Google Cloud Print

Anybody that ever wanted to do unattended printing from the browser knows that's not an easy task and on the other hand it is something very useful for any back-office application. Then Google came to save us with GCP. So I got it setup and in a…
dcb
  • 531
  • 3
  • 15
8
votes
2 answers

Google cloud print get access token

I want to call /search method of Google cloud print from my webServer. I am using OAuth web server guide obtaining a refresh_token/access_token to use with scopes: https://www.googleapis.com/auth/userinfo.email…
Matroska
  • 6,705
  • 12
  • 59
  • 96
7
votes
4 answers

Google Cloud Print using C#

I try to use Google Cloud Print using C#. Internet has just one example, who wrote Josh Goebel. I will not publish the complete example, here is the only method that sends a file to print: public CloudPrintJob PrintDocument(string printerId,…
t0rch
  • 71
  • 1
  • 1
  • 5
6
votes
1 answer

Printing via Google Cloud Print

I am trying to print a .txt file that my application saves via FileWriter. The file it saves is /sdcard/StudentLatePass.txt When the print button is clicked, the SD file is saved and then it needs to print. I've been following the google cloud print…
UPGRAYEDD
  • 305
  • 1
  • 6
  • 33
6
votes
1 answer

Calling Google cloud print /search API from javascript

Has anyone had any success using the Google Cloud Print (specifically the /search) API from JavaScript? I have tried any number of ways but keep getting the following error. XMLHttpRequest cannot load https://www.google.com/cloudprint/search. No…
6
votes
3 answers

google cloud print from android without dialog

Can someone tell me if it is possible to silently print using google cloud print from an android device? The goal is that my app grabs a file from a URL or from the SD card and then sends it to a specific printer - all without interaction from…
TheRingLord
  • 63
  • 1
  • 8
6
votes
2 answers

How to print a drive document with Google scripts

An example of what I would like to do is print 10 copies of a PDF that lives in Google Drive using a script. I learned today about Site's Gadgets and that may be how we implement this script and yesterday we enabled Cloud Printing to our…
Andy Graybeal
  • 61
  • 1
  • 2
6
votes
0 answers

Android printing in kiosk mode

I'm trying to build an Android application that will run in Kiosk mode. Guests will scan their tickets, and a name tag should automatically print for them with a welcome message on it. I'm trying to do this using Google Cloud Printing. Right now I'm…
Wakka02
  • 1,441
  • 3
  • 23
  • 40
5
votes
1 answer

Access Google Cloud Print in android

Is there any way to access Google Cloud Print in android? Provide any reference tutorial or link for that, Thanks
user1206620
5
votes
0 answers

Send raw ZPL data over Google cloud print

Is it possible to send RAW ZPL data from GCP to a wireless printer? When i try following the GCP documentation, i see that the print job is added but the print never goes through(for raw ZPL data). I'm able to successfully print a PDF over GCP to a…
user1751510
  • 181
  • 1
  • 13
1
2 3
13 14