sending a data stream directly to a client printer via GWT
160 views
Skip to first unread message
Holly
unread,
Mar 16, 2012, 4:28:02 PM3/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi,
I'm evaluating if a switch from JSF/OpenFaces to GWT would make things
easier and more reliable for a web app I'm working on. Currently it is
very hard to get the page to look the same in all broswer and even
behave the same. From what I read so far GWT sounds like it would make
this job easier. Any thoughts on that would be appreciated.
One problem that I would have in both technologies is printing a label
on a special label printer on the client pc.
For that I would want to send a data stream (generated by a server
module) directly to the printer connected to the machine displaying
the web frontend of the application. (printing of a "web page" is not
an option)
So is there a build in way to do this in GWT? So far I guess I will
need a signed java applet that would talk to the server and have
rights to access the printer on the client pc.
However I doupt I'm the first one to encounter this situation. So has
anyone done something like that before and if so how?
JoseM
unread,
Mar 17, 2012, 12:27:57 PM3/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
What if you just send the client a PDF of what needs to be printed and then they can print that from within their PDF application.