Tagged Questions
The printing-web-page tag has no wiki summary.
9
votes
4answers
491 views
Alternative for page-break-inside: avoid
I have a page which generates coupons. Each coupon is a div with a height varying depending on the content. I want to print as many coupons on each page as possible, but I do not want the coupons to ...
8
votes
13answers
1k 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 converted from an XHTML ...
6
votes
1answer
874 views
page-break-inside:avoid equivalent for Firefox and/or IE
I understand that the CSS page-break-inside:avoid instruction is supposed to prevent a page break within a div when an HTML document is printed. Through searching the internet, I have found that it is ...
5
votes
1answer
321 views
Keep contents of a div together for printing in IE8
Given the following HTML document, I need to keep the "Table title" line on the same page as the <table> when being printed in IE8.
Despite the page-break-inside:avoid;, there is still a page ...
5
votes
6answers
3k 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 as the contents will ...
5
votes
3answers
8k 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 page?
Such as:
Web ...
4
votes
2answers
766 views
Scroll bars showing on printed page in IE9?
I'm having an issue with IE9 showing horizontal scroll bars on a printed page even though the contents of the page fit entirely. I've tried several things to remove them in my print css. Has anyone ...
3
votes
1answer
72 views
How do you shrink contents to fit a div?
I am on a project and I have been assigned the task of modifying a report page to make it printable. The report uses PHP to generate tables within divs, but the divs are sometimes greater than 1 page ...
3
votes
4answers
2k views
Using CSS and/or jQuery for Printed Pages with Page Breaks
I have a dynamically generated html page which is designed to be printed.
I would like to create page breaks based upon div sections - where any given div - if it DOES NOT fully fit on the page, ...
3
votes
2answers
810 views
Enforce Print Page Breaks with CSS
I have a page that basically displays all work orders for a given day. I have tried to create the HTML so that I can use page-break-after: always to create a logical print page break and continue on. ...
3
votes
1answer
1k views
Problem printing google maps printing and using 'page-break-before' in IE8
I'm having an annoying problem trying to get an html page with a google map on it to print correctly, I have a google map with an <h2> above it all wrapped in a div and the div is set to ...
3
votes
3answers
2k views
page-break-inside: avoid;
I have alot of divs on a page with variable amounts of content in them. I am trying to use page-break-inside: avoid; so that each div section is not broken over 2 pages.
It is working in firefox ...
3
votes
2answers
1k 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 content div is not ...
2
votes
1answer
51 views
How to print a page along with all CSS formatting
I am doing a print functionality. The problem I am getting is that the page, which is being printed, is not retaining it's CSS formatting. I am getting plain text on print without CSS. Does anyone ...
2
votes
2answers
227 views
HTML, printable hyperlink references, like table of contents
A link in an HTML document is normally clickable. However, on a printed page, that feature is by natural causes not available.
<a href="#foo">Link to foo</a>
[... loads of content ...]
...
2
votes
6answers
4k views
Capture screenshot of website on the client (Javascript or flash)
Is there some method to issue a screen capture(browser window content only) from the browser with javascript or a embedded flash object etc so that a full quality image of the page content be saved or ...
2
votes
1answer
2k views
ASP .NET: Page breaking 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 create page breaks ...
2
votes
1answer
154 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 26 pages.
I can't ...
2
votes
4answers
3k 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 difficult for them to ...
2
votes
3answers
2k 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 ?
2
votes
5answers
2k 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
ToolName2
ToolName3
...
1
vote
1answer
64 views
html2ps - How do I print small labels?
I've been working with html2ps to get some text only labels to print correctly on a Dymo 450 Labelwriter printer. According to this page you should be able to resize the page using CSS. Here's the ...
1
vote
2answers
115 views
execute javascript when printing page
when printing a page, the javascript code seems to be executed.
how can I determine, if the page is currently being printed? I do some js-resizing, and have to handle printing a little bit different.
1
vote
2answers
111 views
Printing a html page - page breaking
I have a page which has a bunch of divs one after the other, generated by a loop, all having the same class, and all the divs contain images and text. I need to style this page for printing. I have ...
1
vote
1answer
77 views
Printing Data inside a div
I have a lot of DIVs having some data in my web page & I want to print a data of a specific div by using "window.print()" without opening any popup. What should I do?
1
vote
2answers
55 views
using css pagestyle is there a way to columnize the result?
I'm trying to make a webpage that will display normally in a browser, but when printed will print using 2 columns per page. Is there a way to get the text to flow from the left to right column, and ...
1
vote
0answers
218 views
Checkboxes and Radio buttons don't show on printout, but do on pdf
As the title says really.
I have a web page with various checkbox and radio button options that help create a quote. This needs to be then printed out.
This all works fine if I print to PDF - the ...
1
vote
2answers
234 views
Two column layout for printing
I have a web site with a lot of text. To make it more readable when printed, I'd like to create a paginated two-column layout, that is I want two columns per page and the text of column one should ...
1
vote
0answers
187 views
IE 6 is crashing when printing from my web application
When clicking on print button the second time from my app, IE 6.0 is crashing.
Steps to reproduce: 1) Click on print Button and cancel the print dialog. 2) Click on print again. IE 6.0 crashes.
It ...
1
vote
3answers
188 views
Why is it so hard to print a web page properly? [closed]
I printed a page from a bank web site. Aside from the page with my data, I got five other pages with just a logo, just a header, just a footer, etc. It's sort of a joke in my household that you can't ...
1
vote
3answers
1k views
Printing to Dot Matrix printers from Web Apps
I am not familiar with Dot Matrix printers but I have a customer with a WebApp that generates invoices, print checks, etc.. Currently they are printing directly from the server, meaning that the ...
1
vote
0answers
72 views
Style information is lost when printing webpage?
I've set the media to all, but when printing a page and clicking "preview" much of the style information is missing. Any idea why?
1
vote
1answer
125 views
Website: Make printable version with footnotes?
I have a website that uses editable divs so that a user can modify or make notes to a text. Is there a way I can have the website generate a pdf or some printable document with footnotes, such that if ...
1
vote
1answer
399 views
Web based printing from a Django application?
Is there any recent developments in web based printing?
I know using @media print in CSS, PDF based solution or iTextSharp but they are not really easy (except @media print) but alignment is little ...
1
vote
2answers
193 views
How to hide all buttons in IE6 without hiding all inputs in a printing stylesheet?
Whats the easiest method of hiding all buttons but not all inputs (say drop down lists, text input boxes) in CSS that works with IE6. The purpose of this CSS file is for printing (using the ...
0
votes
1answer
24 views
css printing issue in Firefox and IE
I'm trying to print the page http://www.calibredesign.com/clients/spec/index.html?view=t_fabr.html (under the link graded fabric ArcCom in IE and Firefox. However, it's only print the first page ...
0
votes
1answer
20 views
printing issue in IE and Firefox
I'm trying to print the page http://www.calibredesign.com/clients/spec/index.html?view=t_fabr.html(under the link graded fabric ArcCom
in IE and Firefox, however, the first page that I printed ...
0
votes
0answers
40 views
jQuery can't print div
I'm trying to print a specific div using jquery.printElement. I'm calling the js file on the head of the document and I'm using the following:
$("#imprimir").click(function(){
...
0
votes
1answer
135 views
Printing Idea with CakePHP
I'm designing a website with CakePHP Framework. I need to a printing solution like crystal reports or fast report. Is there any solution for CakePHP like this?
I would like to When I click print ...
0
votes
1answer
94 views
Print section of page script works perfectly in IE but problems in Firefox
In my battles to find a solution to printing just one area of the page that works within WordPress, I came across an excellent little script that meets my needs perfectly.. but only in IE browser. For ...
0
votes
4answers
103 views
Making a pixel perfect printout of a web page (as seen on screen)
I would like to make a 'backup' of this web page, preferably in PDF format. Like a screenshot, read-only, for reference.
Trying to print the page into a PDF (OS X, Safari) causes weird printer layout ...
0
votes
2answers
221 views
Printing a web page to POS Printer
Does anyone know if it is possible to print from HTML to a Espon Pos Printer?
Can it be done in active x?
I created the application to work with regular printers and not the department wants a pos ...
0
votes
3answers
459 views
CSS media print background image
I want to print a watermark/background image on the print document. The watermark/background image would not be visible on screen.
0
votes
1answer
80 views
Printing to local printer from a browser
I know that I shouldn't be able to automatically print from a browser to the local printer, but in an intranet situation where you have control over the browser installation and/or plugins, are there ...
0
votes
1answer
76 views
print modified web page without displaying it
I'm trying to implement "print this page" on an e-commerce product page. It will be without needless sections like top navigation, footer, add to cart button etc. I want it to work like target.com
...
0
votes
2answers
58 views
Printing multiple, customized user docs from a website
I have a database driven website built with Django running on a Linux server. It manages many separate groups each with hundreds of users. It needs to be able to print customized docs (i.e. access ...
0
votes
0answers
185 views
UIMarkupTextPrintFormatter and Html table without border problem
I print the following HTML with UIMarkupTextPrintFormatter.
If I put border="0" then it prints only the first column. In any other case it works wonderfully.
Is this a bug of the formatter or I'm ...
0
votes
1answer
441 views
Print HTML table in .NET with table header at start of each page
I would like to print an HTML file that I am generating myself, but I want the pages to have the same table header at the start of each page.
I think the best options to print an HTML file is the ...
0
votes
1answer
151 views
Use css or javascript to prevent the url from being printed when the webpage is printed?
In terms of browsers, I have in mind Firefox and Chrome.
I have a webpage that users typically print. I would like to suppress the url (or, ideally, the entire header and footer) from being printed, ...
0
votes
1answer
335 views
What is the best browser printing library, plugin, or snippet for javascript / jquery?
I'm trying to print a section of a web page and there are multiple css files, and several of those files contribute to the "print" media type. Some of the plugins I've seen assume that you only have ...