How can I see print preview of my invoice generated from website. If I print with the script
print this page>
You should hide the elements which you don't want to be displayed in print using
display:none
I wrote a tutorial about printing your webpage. I hope it helps.