java - How can we write to a printer in GAE? -
java - How can we write to a printer in GAE? -
we porting our application on gae , 1 of options has render printer? possible in gae (being in cloud may not have concept of printers). if so, how done? (google search not appear show anything.)
thanks - dave
we have used google cloud print in office before can configure printers , share them using google cloud print. here list of cloud ready printers. there seems api cloud print believe can explore calling gae servers using url fetch service, authentication managed using oauth2 can utilize oauth2 client libraries.
i think first step check if need maintain existing printers , if can added google cloud print, if possible can explore using cloud print apis gae app, see next links in docs:
https://developers.google.com/cloud-print/docs/proxyinterfaces https://developers.google.com/cloud-print/docs/devguideif printers not back upwards cloud print unfortunately might have develop , expose own api accepts jobs , sends them on network printers
java google-app-engine printing
Comments
Post a Comment