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
0
votes
1 answer

minimum valid Cloud Job Ticket for Google Cloud Print privet createjob

I'm writing a Google Cloud Print test and trying to add privet (local Google Cloud Print) functionality to it. After a decent amount of futzing I've gotten /privet/printer/submitdoc to print a page for my test but /privet/printer/jobstate doesn't…
Roman A. Taycher
  • 18,619
  • 19
  • 86
  • 141
0
votes
0 answers

Building HTTP POST request for registering printer with Google Cloud Print service

I am trying to register a printer with the Google Cloud Print service using the register API at: https://developers.google.com/cloud-print/docs/proxyinterfaces#register I am trying to send a HTTP POST request using Google API Client Library for…
ap6491
  • 805
  • 1
  • 10
  • 26
0
votes
1 answer

Google CloudPrint printing infinite copies (Android)

I have been using Google CloudPrint since December, and suddenly (sometimes, mostly when the networks is slow) when printing, it keeps printing. I am using this configuration: Android Phone, my App creates a print job with ticket via Google…
pojomx
  • 780
  • 2
  • 11
  • 24
0
votes
2 answers

google cloud print post

I'm trying to ultimately silently print using Google Cloud Print from a POST function that is called from code on a website. I succeeded in testing cloud printing using my account and my printers using a form submit. (you can see the code that…
TheRingLord
  • 73
  • 2
  • 8
0
votes
0 answers

Android: Google Cloud Print error in Print Queue

I have an Android application which can do a Cloud Print by using OAuth2.0 and Google Play Service library. On my side, I will put the content as URL to Cloud Printing and everything is fine. I can get the response Status Code back from Google Cloud…
Jutikorn
  • 838
  • 1
  • 11
  • 25
0
votes
1 answer

Mac - Print to Google Cloud Print/HP eprint as a normal printer

I have an HP printer that is set up with hp eprint, which is set up with google cloud print. My goal is to be able to print to the printer from anywhere in the world (I would have settled to just be able to print over wifi, but my printer refuses to…
Ari Porad
  • 2,834
  • 3
  • 33
  • 51
0
votes
1 answer

Cant run google cloudprint as daemon

I am having som trouble when installing the Google Cloudprint python script. holmen@filserver:~/tmp$ sudo service cloudprint start Starting Google Cloud Print: daemon module required for -d yum install python-daemon, or apt-get install…
junkyhlm
  • 13
  • 1
  • 7
0
votes
1 answer

How to register classic printer to google cloud print

How to register classic printers (e.g. HP or Samsung printer) to google cloud print using service register API(https://www.google.com/cloudprint/interface/register) call. I am passing these required parameters- 'printer' => 'My classic…
0
votes
1 answer

Including the Zend framework?

I'm trying to use a bit of code to cloud print with Google: $client = Zend_Gdata_ClientLogin::getHttpClient('username', 'password', 'cloudprint'); $Client_Login_Token = $client->getClientLoginToken(); …
James MV
  • 8,569
  • 17
  • 65
  • 96
0
votes
1 answer

iOS: Printing PNG files to Google Cloud Print using GTM

I have tried numerous combinations here but it continuously fails unless I add a content URL param and set the contentType param to text/plain. That's cool and all but useless. I need to print PNG files and that won't fit in the URL. I'm using…
johncblandii
  • 378
  • 2
  • 16
0
votes
1 answer

Google Cloud Print integration without webview

I use this tutorial to integrate my android application with Google Cloud Printer. It works fine, but I want do this without WebView. I want to print with two steps: Generate pdf file Click button "Print" and submit print job I shared my printer…
WOLVERINE
  • 769
  • 3
  • 12
  • 28
0
votes
1 answer

Are there reports of Google Cloud Print usage?

I have a shared printer that is accessible to Google Cloud Print services. I would like to enable this usage for our users, however, I need to be able to run reports to see who printed what, when. We allocate printer supply costs based on usage,…
Denver
  • 1
  • 1
0
votes
1 answer

Google Cloud Print throws socket write exception when submitting a printjob

I'm having trouble submitting a printjob to the Google Cloud Print service. Authorizing and getting the list of printers is simple enough, but the moment that I try submit a printjob I get a java.net.SocketException: Connection reset by peer:…
Tim Sparg
  • 3,294
  • 2
  • 27
  • 40
0
votes
2 answers

Creating a PDF for Google Cloud Print on Android

I'm trying to allow my users to print a simple string from their phones when they request. I've found Google Cloud Print and that seems like the way to go. However, converting this simple string to a PDF seems to be more complicated. Are there any…
user1132897
  • 1,201
  • 1
  • 15
  • 27
0
votes
1 answer

Web page to Uri?

I'm working on getting Google Cloud Print into my Android app, but I don't quite get Uri's and MimeTypes, making it difficult for me to figure out where I'm going wrong. I want to print an array of strings containing Html/Css/Javascript. Here is…
karl_
  • 340
  • 1
  • 7
  • 18
1 2 3
13
14