I need a script either in java applet or in any language for PHP to print silent printing the given URL in HTML to given Printer name with given no of copies. e.g http://myserver.com/printThis.php?url=http://anyserver/invoice/Invoice.html&printer=Dell©=2
If i run this URL in browser then it should print the given HTML (invoice) url to given Printer without showing Print Dialogue box
I need such script for HTML url not PDF url
I have created a java applet for this , it runs fine from CMD using appletviewer but it can not run from Browser, giving error : Error occurred while trying to Read: java.security.AccessControlException: access denied (java.net.SocketPermission www.oracle.com:80 connect,resolve)
If I need to signed or given somewhere permission then please let me know code or path details
Please help what was wrong
I have got jZebra ( http://code.google.com/p/jzebra/ ) for this but printing is not working to any printer , its allows to save pdf only for PDFCamp Printer but it also print blank to page :(
Has anybody successfully make working with jZebra ?