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
3
votes
2 answers

page_range in Google Cloud Print Ticket

I'm trying to write a program that prints only the first page of a document using Google Cloud Print. I have gotten all parameters to work except for page_range and cannot decipher the Developer Guide on this matter. Is anyone able to tell me…
user2970721
  • 146
  • 10
3
votes
0 answers

Google Cloud Print with Zebra printer

We are trying to print a PDF file on a Zebra thermo printer via Google Cloud Print. The printer is connected to GCP via the Windows Chrome Browser GCP proxy on Windows 10. NB: Chrome can only print the PDF correctly on this printer when using…
Ruediger Jungbeck
  • 2,836
  • 5
  • 36
  • 59
3
votes
1 answer

Print a web page through Google cloud print?

Is there a way I can programmatically send an HTTP or similar request to Google to have it print a given URL, or for me to send custom HTML? I want this to be a cron job on a server. I'm wanting to automate some printouts of certain weekly online…
700 Software
  • 85,281
  • 83
  • 234
  • 341
3
votes
2 answers

Google Cloud Print API: User credentials required

I'm trying to use the Google Cloud Print library to get a list of the cloud printers available to the users, but when I do a request I get an error: "User credentials required" This is how I send the request: var request = require('request'); var…
user2445124
3
votes
0 answers

Google Cloud Printing from a specific tray

I am trying to implement silent printing from a .Net web application using Google Cloud Printing, the requirement is to print different documents from different tray like the invoices from Tray 1, Envelops from Tray 2, Visiting Cards from Tray 3.…
Giri Tube
  • 31
  • 2
3
votes
0 answers

direct printing from a phonegap tablet app

i'm writing a phonegap app for android tablets: basically i have two storage departments (say tyres and brakes). people in both departments have a tablet app. the app is a to-do-list app synced with a db; people should print selected items on a…
urka_mazurka
  • 138
  • 1
  • 11
3
votes
1 answer

Google cloud print API key

I would like to call /search api from javascript client side. To do so, I have read that I need a oauth2 access token. Following the Google guide, I must go to Google cloud Console but there is no Google Cloud Print service to subscribe to. What…
Matroska
  • 6,885
  • 14
  • 63
  • 99
3
votes
1 answer

Google Cloud Print: How long is the token good for (to submit jobs to cloud print)?

If my user uses oauth v2 to cloud print to get a credential, how do I get a credential that is good for at least 48 hours? We need to be able to get access to the printer, and keep it for some days. (Conceivably we could require the user to re auth…
Jonesome Reinstate Monica
  • 6,618
  • 11
  • 65
  • 112
3
votes
2 answers

Google cloud print - print multiple copies

I have a problem with google cloud print api. I can't find an example for adding capabilities to a a printer (specifically multiple copies to a printer LaserJet Pro P1102w). I used…
3
votes
2 answers

How to print a WebView?

My Android app renders a WebView containing a canvas. Cloud Print wants a PDF. How can I generate a PDF with my WebView to send to Cloud Print?
jlstrecker
  • 4,953
  • 3
  • 46
  • 60
2
votes
1 answer

Working with Google Cloud Print

I have begun digging around in the Google Cloud Print project in hopes of creating a custom application for my network. I have a Windows Print Server running with a printer queue I wish to submit jobs to. Setup the Google Cloud Print with the…
jomille
  • 405
  • 12
  • 24
2
votes
1 answer

Google SignIn get access token in Web App

In my web application(FE: Angular, BE:Flask), i require the user to login using Google and save the refresh token in my database. After going through the google docs, I understood that refresh token can only be fetched in server side apps. However,…
2
votes
0 answers

Automate printing PDF from Google Sheets with no buttons

I am printing a pdf file from Google sheets via Google Cloud Printer. It works but I need to automate the procedure so that I click the button on sheets and automatically a pdf is created and get printed. And no need to print by clicking the button…
kiki
  • 199
  • 4
  • 20
2
votes
0 answers

Privacy and Security of Google Cloud Print

Our Physician and Nurses end-users need to print sensitive PHI (Patient Health Information) from their mobile devices (both iOS and Android) to local-network printers. We are considering Google Cloud Print as a cross-platform solution for this,…
Matt
  • 51
  • 6
2
votes
0 answers

Google Cloudprint Printer offline while XMPP connection is open

I have a list of about 20 proxy printers. For two of the printers - they show as offline, even though the XMPP connection is active. I have verified that the connection still works. I am receiving and successfully printing and marking print jobs as…
George B
  • 2,592
  • 3
  • 22
  • 27
1 2
3
13 14