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

Automate Google Cloud Print from Drive Folder

To preface, I have Google Cloud Print working through apps script. I have OAuth2 setup, and I was able to setup a Cloud Print API that prints a single file in my Google Drive to a printer on my Cloud Print. With that said, I'm looking for a way to…
2
votes
1 answer

What is vendor_id in CloudJobTicket (CJT)?

How is this vendor Id gonna use when creating a cloudJobTicket & sending the print job to cloud? what can it do? link -> https://developers.google.com/cloud-print/docs/cdd#cjt
SaravanaRaja
  • 3,228
  • 2
  • 21
  • 29
2
votes
0 answers

Set Default Printer in Google Cloud Printer

Working on google cloud printing. var gadget = new cloudprint.Gadget(); gadget.setPrintDocument("text/html", InvoiceNumber, response); gadget.openPrintDialog(); Is there some way to select default printer from code. Like use printer id or…
danish farhaj
  • 1,316
  • 10
  • 20
2
votes
1 answer

google cloud print tray media size

I read the GCP documentation, I managed to grab in the google drive folder the documents I need to print every day before the guys enter the office, these docs are pdf in A5 format, I have the second tray filled with A5 paper. By the GCP interface…
user3858166
  • 61
  • 1
  • 8
2
votes
1 answer

Google Cloud Printer API - the meaning of type

While working with Google Cloud Printer, I have faced one issue. When to get the printer list, it returns the list of printer info, which includes type. As I check more the document, I found following description here: type (optional) If type is…
Codemole
  • 3,069
  • 5
  • 25
  • 41
2
votes
1 answer

Parameters are not working in Google Cloud Print using Google Apps Script

I need to send print Job to my printer using Google Cloud Print. It is a Classic Printer Named RISO ComColor 7150. My Code in Apps Script is as follows:- function printGoogleDocument(docID, printerID, docName , type , duplex) { var ticket =…
yash
  • 812
  • 3
  • 12
  • 37
2
votes
0 answers

Using Google cloud printing with single login

I am trying to print html document using phonegap plugin, it works very well. I can print the document without issues. However, I have one issue in between, every time I hit the print button I am redirected to google login screen. Since login screen…
Hitin
  • 442
  • 7
  • 21
2
votes
1 answer

Google Cloud Printing with Thermal Printers

I am trying to make Android application that is able to print recipes. I would like to use Google Cloud Printing but I can't find any info about it working with thermal printers. Did some of you work with Google Cloud Printing and thermal…
JakubW
  • 1,101
  • 1
  • 20
  • 37
2
votes
1 answer

How to send file to google cloud printing app via intent in android 5?

I'm trying to tell the google cloud printing app to print a document, be it a .png file or an pdf. After checking if the app is installed via public static boolean isCloudPrintInstalled(Context ctx){ String packageName =…
CAA
  • 968
  • 10
  • 27
2
votes
0 answers

How to print multiple items using the same PrintAttributes

First off is the more general problem that I want to solve and then I'll get into the current approach that I am seeking help for. During report generation I want to create and print many pdf pages. In order to optimize the user experience I want…
bitrock
  • 1,254
  • 1
  • 12
  • 17
2
votes
2 answers

OAuth2 with Google Cloud Print

I had written a Google Apps Script that connected to Google Cloud Print to automate some printing. The script would auto-run on a time interval, search for relevant files, and if found it would sent them to my printer. My code used OAuthConfig and…
2
votes
0 answers

Window.print() and cloud printing

My application is developed in ASP.NET In one of my pages(productinfo.aspx) I have a HTML button named & labelled as print. I am handling the click of this button in java script like …
2
votes
0 answers

How to print through google cloud print on small receipt printer in php?

I have tested the demo on regular size Canon LBP 2900 printer by adding it on google cloud print account it worked pretty well, but now I need to print the same thing on receipt printer. Is google cloud print allow to print through small printer &…
sangam
  • 171
  • 2
  • 4
  • 13
2
votes
1 answer

Can't print from device

I've followed the tutorial on the cloud print website and created a Print activity by copy and pasting the example code. I'm trying to print an image from the MediaStore but when I get as far as the print screen nothing happens after I press the…
aaronmarino
  • 3,723
  • 1
  • 23
  • 36
2
votes
1 answer

Google Cloud Print from Web

I wrote a script that prints some test pages from url on Web-site, and every time I press a print button, a dialog frame for choosing printer appears . But I want to avoid this because my account synchronized with printer. window.onload =…
Insomniac631
  • 1,018
  • 12
  • 20