Tagged Questions

1
vote
2answers
30 views

Strange IE7 Printing Bug

I have a page that renders fine in IE6/7 and Firefox 3.5. Both IE6 and Firefox 3.5 have no problems printing the page, but IE7 does. When the page is printed, the first half of my …
2
votes
2answers
2k views

Remove the default browser header and footer when printing HTML.

I got an HTML with the <body onload="window.print()">. The question I'm trying to ask is: Is there any way to remove the strings that the web browsers add to the printed …
0
votes
2answers
687 views

Hide header and footer while printing a webcontrol using ASP.NET

How can I hide the header like 'Page 1 of 1' and footer (url) when printing a webcontol in ASP.NET? I currently doing by opening a new page on Print button click ande in it prot …
1
vote
6answers
1k views

Printing only a textarea

I would like to print only the contents of a textarea element from a website page. In particular, I would like to ensure that nothing gets clipped by the boundary of the textarea …
2
votes
1answer
721 views

ASP .NET: Page braking when using multiple gridview in aspx page for printing

Here is the issue: We have a report with many gridviews in an aspx page. However, when we print them, they don't page correctly, as one would expect. I found a library that will …
8
votes
13answers
886 views

What page-image generating technology should I use?

I'm building a desktop application right now that presents its human-readable output as XHTML displayed in a WebBrowser control. Eventually, this output is going to have to be con …
1
vote
1answer
63 views

IE double printing issue

Ok...this is extremely weird. I have a form that's being printed by my client and in Firefox it's great! In chrome it's great! In IE...it prints the questions twice. From 13 to …
2
votes
4answers
412 views

print from html pages in A4

I am designing this site which is for technical engineers to take prints from and the page sizes are varied. When pages are printed tables get cut up into 2 halves which makes it d …
0
votes
3answers
571 views

Print Stylesheets for pages with long horizontal tables.

I have a page that spits out db data in long horizontal tables. I need to print it nicely so it does not cut off. Any tips ?
0
votes
3answers
240 views

Printing Scrolled Divs

I have a web page that displays a long line graph inside a div with overflow-x: scroll. This works well as a web page allowing the use to scroll back and forward through the graph. …
2
votes
4answers
898 views

Printing web page programmatically in Java

I have a J2EE based web application. In one of the pages there is a button labeled "Print". My problem is something like this: User enters tool names for e.g: ToolName1 Tool …