I have an asp.net page which captures user's input and has a save and print button upon submission of the entered information. This print button invokes thewindow.print() javascript command. I have a pdfcamp printer driver installed which in-turn allows the user to save the output as a pdf file. On opening this pdf file i notice an extra blank page after the content page even though the content
is more than enough to accommodate in a single page. I observed this only in IE8. Although, this was working fine for IE9, this issue seems to appear only in IE8. Could someone help me on this issue?
↧