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

chrome. printerProvider with Google Cloud Print

The chrome.printerProvider API allows the creation of printer drivers, that are accessible for local print from the browser. Is there a way to use this extension to create a Google Cloud Print printer, that can be accessed over the network (like you…
0
votes
1 answer

How to allow user to locate a pdf file on android device, that is to be printed via google cloud print service embedded in an application?

I am making an android application, through which User can choose an existing pdf file on his device and after verification, send it to be printed via Google cloud. Printer is connected to my own Gmail Id and only I have right to send a print job.…
0
votes
2 answers

Google Cloud Print or other service to auto print using C# or PHP

Are there ANY code examples of how to use Google Cloud Print (using the new OAuth 2) and how when a document comes into the Google Cloud Print queue to automatically print it? Pretty much what I am trying to do is not spend thousands of dollars that…
ClosDesign
  • 3,894
  • 9
  • 39
  • 62
0
votes
0 answers

OAuth 2.0 And Google Cloud Print

I created a project called: "projectprint-123" https://console.developers.google.com/apis/credentials/oauthclient?project=projectprint-123 Credentials Web application Name : projectprint-123 What to ask can the 1. Authorized JavaScript…
HenryLoke
  • 67
  • 1
  • 12
0
votes
0 answers

How to change ClientLogin to OAuth 2.0 in Google Cloud Print?

Currently I trying to test the Google Cloud Print sample code in this link. Sample Maven project And I unsuccessful to RUN it. I encounter FileNotFound error. Then I start to browse the request url ClientLogin url This url redirect me to another…
0
votes
1 answer

python library dependency error :pkg_resources.DistributionNotFound: pycups

I want to install this repo https://github.com/armooo/cloudprint on my raspberry pi. The instruction is here https://baxeico.wordpress.com/2014/06/03/raspberry-pi-google-cloud-print/ I have sudo apt-get install cups sudo apt-get install…
Big_t boy
  • 299
  • 1
  • 5
  • 18
0
votes
1 answer

How to know that Printer is not registered while using Google Cloud Print?

I am using Google Cloud Print in my android application. For that I have registered my printer on google cloud and while on printing command it gives me list of registered printers on google cloud for printing. But, How can I give message like :…
user5716019
  • 598
  • 4
  • 17
0
votes
1 answer

Can a Google Cloud Printer send the output to a web service?

I was wondering if google cloud print can be configured to send to a custom web service. I was thinking about sending documents that need to be OCR'd to my web service to process. Can this be done directly with google cloud print?
Eric
  • 958
  • 1
  • 11
  • 28
0
votes
1 answer

Can I take control of a user's Google Cloud Print printer?

We've written an application to replace a third party tool to download and print jobs through Google Cloud Print. For new customers this will work well. We create the printer in the cloud and download jobs. It works. Customers up and running with…
Ian
  • 572
  • 1
  • 4
  • 17
0
votes
1 answer

Document Missing - Google Cloud Print

I am trying to use google cloud print with my project on android studio to print out a pdf file. I am storing the file in the assets folder of the project and when I go to print it say "Document Missing". this is my java code: public class…
Gaurang
  • 405
  • 2
  • 4
  • 16
0
votes
1 answer

PDFs that worked a couple of weeks ago now fail with CloudPrint

I have a test PDF file that worked since the start of the year, but no longer prints in the last two weeks. The PDF has not changed. The job is successfully sent to the printer, but only a line feed comes out. This is occurring both through my own…
Peter Godwin
  • 267
  • 3
  • 12
0
votes
1 answer

gcp-cups-connector install archlinux arm

I've been trying for hours to get gcp-cups-connector installed on my ALARM system. Here is the output from running mkpkg, following by the 'go env' to show my variables. [nw@NWCloud go]$ makepkg -A ==> Making package: gcp-cups-connector…
user5377249
0
votes
1 answer

How should I send ZPLII/EPL2 data to ZP500 printer via Google Cloud Print

I have been trying to print USPS label in ZPLII format using Google Cloud and CakePHP. I have registered my ZP500(ZPL) Thermal printer with the cloud. I am getting base64 encoded ZPLII data from USPS which I am storing in a .txt file after base64…
0
votes
1 answer

Having trouble getting google print to work within a C# application (403 Forbidden Error)

I am working on integrating google cloud print into a web application to allow clients to send pdf files to a printer after they are generated. I've looked into all of the documentation available on the google developer site and I have so far had…
A. Miles
  • 1
  • 2
0
votes
1 answer

What's the proper format for page_range in Google Cloud Print's Cloud Job Ticket?

I'm working with Google Cloud Print and I've got most everything I need working fine. However, I can't find sufficient information on how to format the page_range. The way I figured out proper formatting for other options was to use the simulate…
Curtis Blackwell
  • 3,130
  • 3
  • 27
  • 45