yasirsiddiqui / php-google-cloud-print

PHP class to print documents using Google Cloud Print with OAuth2 authorization
91 stars 42 forks source link

Using with Ajax #20

Closed dquintero closed 8 years ago

dquintero commented 8 years ago

Hi,

What is the best way to use with ajax request? Thanks

yasirsiddiqui commented 8 years ago

You can use ajax request just like other web pages. All you need is to get access token. Once you have access token you can use that token to send prints to printer.