print document without transparent color
I want user to be able to click print button and it will print document in web page.
I try to use window.print(); but it prints everything including transparent font color. I want to print document without printing transparent object. How can I do this??