printing

PrintDocument on Crystal Report Viewer C#

I have a PrintDocument, in which data is printed on PrintDocument.Print() method. This method calls an Event Handler called PrintDocument_PrintPage(object sener, PrintPageEventArgs e). Currently I am printing the PrintDocument using a PrintDialog(), but now I want user to view the PrintDocument on Crystal Report Viewer. So, how can I s...

how can I print a web page with all its css style attached to the page?

I want to add a print button to enable users to print my web page. However when I print all the css styles are lost. It seems the printer only keeps the basic html elements. If I also want to print out the page exactly as it looks like in a browser, what should I do? I mean if I use a color printer it will print a colorful page with css ...

How to print a customized report in C#

I have a sqldatareader, which contains information that i want to print as a report, in a customized format. how can i do it? Do you think it is good to make an html file, and then print it? if so, how can i print a html file in C#? ...

Print more pages with template header

Hi I need to print a page with some information (from an database) but i want to create an header template to all printed pages (and the content template would be some gridview or datalist). Can anyone show me some tutorial or example of how can i do this? Thanks ...

C# AcroPDF always print on first printer

I got a weird problem. I have a program that (does many things but also) show pdf via axAcroPDF control. In the control, I hide the toolbar because I dont want the user to have access to them, so I made a Print button (the only feature I want them to have access). Now, I went throu the hell to find how to change the default printer beca...

PHP: RePOST POST as is or Apply a different Stylesheet without reload

How do i repost post data, so that i can generate a print preview of a page, by applying a different style sheet. GET is not an option as the data can exceed url length limit. Here is the premise, FORMPAGE posts data to RESULTSPAGE, RESULTSPAGE has a print preview button which reloads the RESULTSPAGE page and applies the print style she...

Print image with embedded color profile using GDI

What is the correct way to print an image containing an embedded icc profile? The way I am trying right now is to: call DocumentProperties to get the size of a DEVMODE struct call DocumentProperties to get a default DEVMODE set dmICMMethod = DMICMMETHOD_SYSTEM and dmICMIntent = DMICM_CONTRAST call DocumentProperties to merge my setti...

Printing Dynamic Usercontrol via document paginator in WPF : Datagrid is printed empty

Hi, I am trying to print a wpf document. I am using documentpaginator for pagination and a user control to create actual visual to print. My user control has few textboxes and a datagrid binded to data objects which are passed to the user control at runtime. Now the code works great when printing to an XPS document but when it prints t...

HTML table reduces the print font size on entire page

I had a page that displayed some text and a centered table below that text. I added another table adjacent to the first table. The font size remained the same on screen, but in print the font size got reduced. This is probably so that two tables could fit one besides another. Problem is in the fact that font size got reduced on the enti...

Software to receive printjobs and forward them to printers in a LAN

I want to create a software which windows will detect it as a installed printer driver and list that software under "Devices and Printers" Just like the ImagePrinter sowftware, you can access it through following link. http://sourceforge.net/projects/imageprinter/ when this Image Printer is installed on a computer, windows lists it un...

IE 8 duplicates first element when printing.

Hello Everyone, I'm observing the following behavior when I use IE 8 to print a page from the webapp I'm working on. element n is an html element. The page is styled using a media=print sheet. In ASCII: +-----------------+ + element 1 + + element 2 + + *page-break* + + element 3 + + element 4 + +----------...

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. Searching the internet, I found that it is supported onlz for Opera and IE8. Is there a work around that allows me to prevent page breaks in FireFox (3.6) or IE below 8? ...

print web page in different print quality width fix element size, mozilla, dot matrix printer

Hi, I am having problems with printing in dot matrix printer. My client printer is Epson LX300+II and Epson LQ-2170. I need to print from a web apps that written in php. with web browser client is Mozilla Firefox But i can't set the fix width for the layout. for example: <div style="width:2in"> content </div> when i print those things...

EndDocPrinter Sleeps 3 secs without Shell (explorer.exe)

On Debug, when the POS has the default windows shell (explorer.exe) it prints sucessfully, but if we replace the default windows shell with our program or any other program (for example cmd.exe) and we print with the same functions, it sleeps on the EndDocPrinter call about 3 secs. Is unnaceptable to print 3 tickets in 12 secs, and i h...

C# Console - set cursor position to the last visible line

Hey, I would like to set the position of the cursor in the Console to the last visible line. How can I do this? Cheers, Pete ...

Number of copies never passing from print dialog, always 1.

We have a VB6 application that uses the vbprndlg.dll library to show print selection dialogs to the user. Here recently we've received reports from users on Windows Vista and 7 (both 32 and 64 bit) stating that the number of copies always stays 1 no matter what they put in the number of copies box on the dialog. When running the exact ...

WPF Window.Measure not setting the DesiredSize

I am trying to setup a printable view of my WPF window and I'm having a very hard time getting the content to size properly (surprise!). Specifically, Measure doesn't seem to be setting the DesiredSize property of my window. The basic approach I'm trying to take is that I've created a separate Window object (PrintView) that contains ...

excel 2007 vba Application.Dialogs(xlDialogPrint).Show crashes if user chooses print preview

In Excel 2007, have a button that triggers a macro, which selects a few sheets out of many and sends to Application.Dialogs(xlDialogPrint).Show. As part of selecting the few sheets there are other macros triggered like showing certain rows, password protecting and unprotect-ing, etc. It prints and cancels fine, except when users click ...

double printing in Xemacs

Hi all, I am using Xemacs under linux (version 21.5.28) and I would like to print double sided. How can I do this? Thanks, I. ...

Printing a specific NSRect from an NSView subclass

I'm working on trying to get my NSView subclass to print nicely, but I'm having trouble figuring out custom pagination. My problem is this: only a portion of my NSView subclass contains data worth printing, so I've written a function - (NSRect)printableBounds to get the rect within the NSView that I want to print. I want to print only th...