Tagged Questions
0
votes
2answers
11 views
IE Print font size smaller
I am printing my page from IE using javascript print function. The text is way smaller than what it should be.
function BtnPrintClick() {
var printHTML = ...
0
votes
0answers
24 views
Print- Header & Footer missing in chrome + misaligned custom footer
Im working on a print style in chrome, an everything seemed fine, until i noticed that i didnt get any Footer or header on the print (the std. with page title, url etc., and i HAVE turned it ON in the ...
0
votes
1answer
206 views
window.print() CSS not loaded in print preview
I need to provide option to print a part of the webpage. This was implemented using the javascript window.print() answered by: Bill Paetzke.
The pop up window opens up (this contains CSS style) and ...
0
votes
0answers
38 views
How to get iframe images to print as part of full document in IE
I have two IFRAMEs. Each IFRAME is loaded dynamically as the result of submitting a FORM. The result of each FORM submit is a dynamically generated jpeg image (Content-type: image/jpeg). The ...
0
votes
0answers
56 views
C# Use Trident (IE) engine to Print HTML in Background
Background:
I have been researching some HTML to PDF / IMG solutions for .NET server environment (C#).
Strictly only free solutions are considered.
One method I noted is using wkhtmltoimage and ...
0
votes
0answers
37 views
print styles not working in IE
IE8 do not hide some elements for print. my header will not go.
This is how MS would do it http://msdn.microsoft.com/en-us/library/ms533037(v=vs.85).aspx
<style type="text/css" media="print">
...
0
votes
2answers
99 views
How to fix IE table, radio, and checkbox quirks when printing?
So I need to print a page in IE8, IE9, and Chrome. It prints perfectly in Chrome, no so well in IE8 (have not tested IE9 yet).
The 3 major problems I'm facing with IE right now are:
Checkbox and ...
8
votes
4answers
294 views
JavaScript: When printing a full web page, IE doesn't seem to print the contents of iFrames on the page
The client's website has product listings. The prices for the product are pulled dynamically in through an iFrame at the bottom of the page. There is Javascript on the page that automatically resizes ...
0
votes
0answers
121 views
Internet Explorer printing cells black and with borders
I am having an issue with printing to a printer and pdf with the below HTML in Internet Explorer. It works in Chrome and Firefox. The html will be distributed as files and not over HTTP, I can not ...
0
votes
0answers
58 views
Can not print Pixastic altered image IN IE (works in Firefox)
I have an image being loaded into IE which is a ‘white line on transparent background’. In order to print, Pixastic looked like an ideal solution (and indeed does work as expected in Firefox). ...
0
votes
0answers
36 views
'Print Picture' in Internet Explorer
This is rather unusual behavior to witness in IE.
I have a virtual directory from IIS that points to a folder (everyone full control), that has a bunch of jpegs.
when the user opens the jpeg file ...
0
votes
1answer
339 views
JQplot issue - Printing with IE 8
I have an issue with printing pages in IE that have jqPlot on them. I have been trying to solve this for a while and have seen several posts which speak to fixes; however, they do not solve my ...
0
votes
1answer
157 views
Internet Explorer 9 - webpage title (document.title) not showing on print
I'm trying to get the webpage title to show up on a printed version of my website. I am targeting IE9 (with Chrome Frame installed). I have successfully changed the title with the following JavaScript
...
0
votes
0answers
112 views
Print nested iframe in IE
I have to implement a "print this document" button in a iframe which contains a second iframe which actually should be printend on click.
The HTML/File structure:
Main page
<html>
...
0
votes
1answer
40 views
Why does IE try to print infinite pages?
When I hit "Print Preview" on IE, if it is set to "Shrink to Fit" then infinite pages start getting added to the total pages. It starts with Page 1 of 1 and rapidly increases the second number at a ...
0
votes
2answers
319 views
Js print function not working in ie9
I have the below code to print the text that is loaded in fancybox. It works perfect in chrome and firefox. But in ie9 it opens a blank window and closes. Then nothing happends.
jQuery(function($) {
...
1
vote
2answers
105 views
IE Not printing Properly
is anyone knows why is IE (8,9 Tested)
refuse to print the right side of this coupon? (on the Red Background)
the left side (phone number) is printed ok.
other browsers (chrome, FF) print whole doc ...
9
votes
1answer
253 views
IE not resending cookies when printing
I have an image rendered on the fly by a PHP page request.php. This image cannot be cached because of the nature of the data it contains. The image that's rendered by request.php depends on the ...
0
votes
1answer
536 views
Printing files using adobe activex plugin
I need the ability to print pdf file (which can be downloaded from a remote URL) in IE using abobe plugin. Before this, I used the java applet, but now it's impossible. I know that i could using ...
5
votes
2answers
2k views
Window.print doesn't work in IE
i have to print a div. i do in this way:
function PrintElem(elem)
{
Popup(elem.html());
}
function Popup(data)
{
var mywindow = window.open('', 'to print', ...
1
vote
2answers
1k views
Print issue with JQplot on IE
I am trying to print my graph and it prints properly through Firefox and Chrome.
But if i try to print it with IE, it shows me the graph canvas HTML tags behind the graph. as u seen in the image. and ...
1
vote
1answer
178 views
IE8 Unable to print dynamic Elements
Anyone have any idea why dynamic elements that are cloned from one part of a page to another would not print in IE8?
Example:
// Content div for element to be cloned to
<div ...
1
vote
0answers
276 views
Using print dialog from applet makes browser window unresponsive
I have a ten-year-old applet that wraps itself around the Crystal Reports Viewer applet in order to handle some custom features. It has worked satisfactorily, displaying and printing reports as ...
0
votes
0answers
166 views
IE right click print very slow
I have this strange issue. I have quite a heavy CSS page. When i right click in IE browser on my page it takes like almost 45sec-1min for the print dialogue button to open up.
I have already set ...
0
votes
1answer
786 views
Why does my print .css look correct in “Shrink to Fit,” rather than 100% zoom, in Firefox and IE?
I've been developing print styles for my employer's site. In Chrome, everything looks correct print preview. In Firefox and Internet Explorer, however, the user is given a zoom option. If the user ...
0
votes
0answers
350 views
Nested HTML tables error, missing table near page break in print preview IE
At the business I work at we generate reports in an html format, our clients often print these reports. The problem we've run into is that sometimes when the clients print, one of the inside tables ...
1
vote
2answers
724 views
Print CSS background image [duplicate]
Possible Duplicate:
Print background image in IE without enable “Print background colors and images”
Is there an hack to print CSS background-image w/o asking to user to check ...
0
votes
0answers
165 views
Copying style object to an iframe in IE
I'm making a little script to print a portion of a page. The idea is that there is one table deep in the page that I'd like to copy into an iframe and print. The problem is that a bunch of the ...
0
votes
1answer
522 views
Printing contents of an iframe caused blank first page
I have a web page that contains 3 images.
When I print this page directly from Internet Explorer, it correctly prints 3 pages (1 for each image).
If however I load this exact page as the contents of ...
0
votes
0answers
187 views
Jquery jFrame not working in IE but is in FF
Hey all i am trying to get this jFrame to work in IE8/9 since it has no problem working in FF.
The code to print an image is this:
function PrintElem(elem)
{
var strFrameName = ("printer-" + (new ...
0
votes
0answers
163 views
Printing Webpage produces many blanks pages
I am using IE 9 and when I try to print my webpage, which should only be 1 page I get 261. I get 261 pages with Header and footer info but nothing inbetween. Is this an Issue with IE or an Issue ...
0
votes
0answers
118 views
Printing from IE9 on Windows 7
I have a site that will not print (nor print preview) in IE9 on Windows 7 64 bit. All other browsers I have tested print fine and I have run the site through the W3C validator. Any suggestions?
3
votes
1answer
404 views
Printing a Word document from IE without opening print dialog
I have a requirement where I need to print a specific word document when I click on a button in IE8/IE9. I tried to find a way using ExecWB and other methods but could not achieve my goal. Couple of ...
-3
votes
2answers
589 views
Printing issue in IE8 using JavaScript
I created a JSP page in which I created a icon to print using...
<a href="javascript:window.print()">
<img src="images/printIcon.gif" alt="Print the Records"
width="40" ...
4
votes
1answer
161 views
How to set __IE_PrinterCmd_DevMode Property to a DEVMODE structure in print template in IE with Visual C++
The print template in IE uses this property to determine information about the selected printer after a user closes the Print dialog box. How can I set this property to a DEVMODE structure with code ...
3
votes
1answer
506 views
set paper size in print page template in internet explorer
how to set paper size in print template in internet explorer with java script
When you use a custom template for printing and previewing with Internet Explorer
//printer.pageWidth and ...
6
votes
2answers
254 views
Listbox owerflows when printing from IE
When I print a page with a listbox from IE the content owerflows. This only happens in IE and it's only the actual print, the print preview looks good.
Here's a code sample:
<!DOCTYPE html ...
2
votes
2answers
498 views
How do you add a background image for printing in IE/FF?
In other topics I've found that IE/FF doesn't print background images by default. Now that's a shame, because background images add some possibilities that are very difficult to reproduce with ...
0
votes
1answer
171 views
IE: simulate “print target” context menu command
IE have nice feature: if you right-click on some link you will see an option "print target". This option allows user to print almost anything via url (it could be link to doc file, excel or pdf - no ...
0
votes
1answer
95 views
Wanted: pdfprinter without interaction
I need to export a asp.net document to a pdf-file. The design of the page is final and printing via pdfprinter works.
Using itextsharp or other tools, which require redesigning the page are not an ...
0
votes
2answers
1k views
iframe.print vs. window.print on IE - small font in former
In our web application, we have print functionality for a couple of our pages and the approach we take is to put the current page's content in a globally available iframe's document and print the ...
1
vote
1answer
345 views
find out if IWebBrowser2.ExecWB print was cancelled in C#
I am using internet explorer to print a html document like this in C#:
ExecWB(SHDocVw.OLECMDID.OLECMDID_PRINT,
SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER,
2, null);
This works fine, but I ...
1
vote
1answer
1k views
Printing webpage with rotated text in Internet Explorer 9
OK, so I completely changed this question, lets cut the crap. Try this link:
Printing rotated text crossbrowser (It contains exactly the source code as given below)
You will see red blablabla text ...
0
votes
1answer
251 views
how can I do “view source code” for a print preview in a browser like IE?
I am having some issues setting up CSS cross-browser support for printer-friendly format. in IE 8, the first page is blank and I'm essentially hitting the wall until it breaks down, which is not the ...
1
vote
2answers
1k views
IE7+ 'Shrink to Fit' making text too small
Have a page that displays <p>s in 12pt font. It prints fine in any browser except for IE7+. In IE7+ Shrink to Fit is selected by default in the user's browser and therefore it prints the text ...
0
votes
1answer
683 views
Printing dynamic content with javascript
Problem
We have page with form.
User fill the form and submit it.
I need to print page with data from form and some other content.
Code #1
$(document).ready(function($){
...
0
votes
0answers
178 views
Why does Selectivizr not run prior to Print function in <IE9?
I have a page styled using CSS3 selectors and for <IE9 I'm using Selectivizr to add the missing CSS3 functionality.
Everything looks great just viewing the page - Selectivizr has styled everything ...
4
votes
2answers
8k views
Printing HTML tables without splitting a row across two pages
I need to print some data in an HTML table from Internet Explorer (various versions) and Safari on OS X. Ignoring Safari for the moment.
When printing a table that has more rows than can fit on a ...
2
votes
2answers
516 views
How can I get a WebViewer in FileMaker to print text consistently?
I am using FileMaker (FMP 11) to display a webviewer (which, as far as I understand it, is basically an embedded Internet Explorer on Windows and Safari on Mac). The webviewer contains a table of ...
0
votes
1answer
220 views
Why is the print css acting up in IE?
I have a print css:
<link rel="stylesheet" href="/css/print.css" type="text/css" media="print" />
on a calendar page it doesn't load correctly in IE (older versions of 8 and back). However, ...

