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
0 answers

How can I directly print from web application(using Spring and angular 2) to local printer?

I want to integrate google cloud printer(may be different tech) to print anything from web application to local printer directly. Thanks.
0
votes
1 answer

Google Cloud Print User credentials required

I am implement google cloud print service for my (java) web application,I have followed all the instruction but still getting "Credentials required" in response.Here is my code : public static void main(String[] args) { HttpPost printPost = new…
Abdul Ahad
  • 188
  • 2
  • 14
0
votes
0 answers

How to print to a printer in Rails

I am developing an app in rails and I need to know how I can print some file through thermal printer. There is anyone that can explain me how do that? It's better to print file directly from rails or js? Thanks in advance.
Bistaff
  • 133
  • 2
  • 12
0
votes
1 answer

Can't use Cloud-Print with other content-types than application/pdf

I'm trying to send a request to the API without success. When i use /search method i get the printer that i want and there is an array of allowed content-types and only application pdf appears there. The problem is i need to print a text/html buffer…
Ariel
  • 821
  • 2
  • 9
  • 19
0
votes
1 answer

Could not read data while printing image - GCP

I'm not able to print a base64 encoded image with GCP. This is what I'm using : var data = "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEBLAEsAAD//gBERmlsZSBzb3VyY ...."; var gadget = new…
rohan sethi
  • 368
  • 3
  • 6
  • 14
0
votes
0 answers

Slow response times Google Cloud Printer

We're submitting print jobs using a script to Google Cloud print via cURL and each request seems to take anywhere around 3.5 seconds to complete the request... Which seems like an eternity if your users are used to local printers ;) This seems way…
Gekkie
  • 996
  • 9
  • 24
0
votes
1 answer

Tray Selection in Google Cloud Printer

The requirement is to print different documents from different tray like the invoices from Tray 1, Envelops from Tray 2. Is it possible to do with Google Cloud Print?
akreddy.21
  • 626
  • 3
  • 8
  • 21
0
votes
0 answers

Google Cloud print example in java

I have to integrate Google Cloud print in my current application. I got one example of Google Cloud print in java, but it is too old not able to login. can anyone help me.
0
votes
1 answer

Why my Cloud Print Not Working?

I just print the pdf file from my sd card. But nothing happen when i click my print button. main.xml
iam user
  • 107
  • 1
  • 2
  • 9
0
votes
1 answer

How I can use ICC profiles with Google Print Cloud?

I'm trying to print photos through GCP. All works, but what about icc profiles? How I can use it
0
votes
1 answer

Android : java.lang.RuntimeException: android.accounts.AuthenticatorException: UNREGISTERED_ON_API_CONSOLE

when i am using android account manager for pre account slelection and then when i am selecting an specific account then Android Application unfortunately stopped because of AuthenticatorException Error: 12-14 15:08:19.410: E/AndroidRuntime(11571):…
0
votes
0 answers

Google Cloud Print used to work but now print jobs sent from my Android Tablet always queued

I'm working with Google cloud printing. Everything else works just fine. When i give print call from my desktop PC (chrome browser). But when i make a print call from my samsung tablet (Chrome browser). It stuck in a queue and not get…
danish farhaj
  • 1,316
  • 10
  • 20
0
votes
0 answers

EPSON thermal printer leaves too much margin on printing by Google Cloud Print

I am using Google Cloud Print api to print receipts in EPSON TM T82II.I have specified print job ticket for 3 copies with no margin.But its not reflecting in my printouts. { "version":"1.0", "print":{ "vendor_ticket_item":[], …
0
votes
2 answers

Print jobs print locally but not through cloud print

We have used Google Cloud Print Service for a few years now, very successfully. Periodically we have issues with print jobs failing, where restarting the Cloud Print Service and the Print Spooler will fix it. That is not the case today. Today, I am…
Travis Weston
  • 903
  • 6
  • 24
0
votes
0 answers

Can not use google cloud print in nexus10 tablet - OS version 5.1.1

I have put some code for WiFi printing from nexus10 tablet to Epson Printer through Google Cloud Print - but, it does not move to the google cloud option Android Version - 5.1.1 PrintHelper Class public void testPrintHelper(Bitmap bmA) { …