I fixed i use
var newWin = open('about:blank', '', 'height=300,width=300'); newWin.document.write(html);
I solved the problem by using jspdf , sent direct content to another page to print as pdf , it worked very well .