My application is using SWT browser and I am trying to add print preview functionality. There is no javascript to invoke print preview for particular web page opened in an SWT browser.
I found some hope with this link: http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/OLEandActiveXexamplegeteventsfromIEcontrol.htm
But I am still unable to invoke print preview. Any suggestions ?