printing

Safari 5 printing issue ?

Hello everyone, When trying to print any webpage with Safari 5 for Windows, JPEG images don't get printed. The only thing I could find about this issue is here but it doesn't help. Anybody having the same problem ? ...

How can change font size on dot matrix report?

I want to design a double layer payslip and print on dot matrix printer. How can change font size on dot matrix report? If dor matrix report can't be change font size, and I change to standard report, but the printing speed is very slow, how can I solved?I want to design a double layer payslip and print on dot matrix printer. How can ...

Printing a pcl file in c# not working, suggestions?

I'm trying to print a pcl file programatically in c#. I'm using the following Microsoft link for reference. (Note it's in VB) http://support.microsoft.com/kb/298141 Unfortunatly, it's not work .. I'm only getting blank pages printed. Note that if I just copy the pcl file to the printer from prompt - i.e. copy filename printer. ...

Charts are printing grainy artifacts from the viewer, but not on screen or PDF

SSRS 2008 R2 Pie Chart with CustomAttribute PieDrawingStyle = Concave Everything looks great on screen, PDF looks great, printing PDF is fine, printing from the viewer looks like the printer is running out of ink, or its trying to print it in 8-bit, it just looks bad. The concave looks awesome and our clients love it, but they do a lo...

Why would a certain element not always print??

For the life of me I can't figure this one out. I have a page that the user needs to print. I have the print styles set up perfectly except for one bug... There is a table that sometimes doesn't print. Has anyone seen this before?? Could it be possible that the page was printed before the stylesheets are loaded? Any ideas are welco...

sending raw data through usb on linux

Hello, I'm printing some labels on a Zebra TLP-2844 printer, and been doing it fine on windows by sending the EPL instructions to the shared USB printer, as following: type Label.prn > \my-pc\zebra and it seems to work with serial ports to with type Label.prn > COM1 Now i'm trying to to the same on linux, but it's getting re...

Only in Internet Explorer, Flex 4 PrintJob gives Error #2057

I am having an issue with printing with the PrintJob class in Flex 4. Basically it should print 3 pages, each with a colored square. It works for me in Chrome and Firefox, but if I test it in IE I get the following error: Error: Error #2057: The page could not be added to the print job. at Error$/throwError() at flash.printin...

Only print first frame of TIFF image when print to XPS printer and memory leak when print to CutePDF

Hi all, I'm developing the ImageViewer by using WPF as follow: I have a TIFF (multiple pages) binary in database and decoded by TiffBitmapDecoder with Cache option = Default. After decoding I get a list of Frames (pages) Each frame (represent one page of the Tiff file) is used to construct an ImageBrush to set to background of a canva...

How to automatically send print job from "Cloud" server to printer?

A picture is supposed to be worth a 1000 words, so let's see if that can shorten this post up a bit... Essentially, I'm looking into "how" to code a solution that runs on the web server within the cloud that will send a print command to a printer within office 1 (label printer). The print job is really part of work flow within the AS...

Image resize (client side)

Hello, I own web photo print service, main problem is that pictures users upload are twice in size (megabytes) than those I need to print them in standard photo size. Bandwidth and disk space is not a problem, what IS a problem is time it takes to upload them (for user). If photo from camera is 2-3MB I wish to resize them somehow in ha...

How to print only the contents of a h:datatable?

I need to print only the contents of a h:datatable. How can I do this? ...

Trigger resize event on print

I have a div in which I create a chart using protovis. The div has width: 100% and height: 100% and the code to create the chart uses $('#chart').width() and $('#chart').height() to get the size of the div at render time and fill the page with the chart. I capture the resize event on the window and adjust the div and the chart so that ...

Differences between echo, echo(), print and print() in PHP

Possible Duplicates: How are echo and print different in PHP? Is there any difference between print and echo in PHP? Whats the difference of echo,print,print_r in PHP? There are several ways to print output in PHP; including but not limited to: echo 'Hello'; echo ('Hello'); print 'Hello'; print ('Hello'); Are there any ...

Accessing the name of an instance in Python (so I can print it)

So as part of problem 17.6 in "Think Like a Computer Scientist", I've written a class called Kangaroo: class Kangaroo(object): def __init__(self, pouch_contents = []): self.pouch_contents = pouch_contents def __str__(self): ''' >>> kanga = Kangaroo() >>> kanga.put_in_pouch('olfactory') >...

Printing in emacs

Hello everyone, I'm trying to print a page with very long lines in emacs. Someone out there has never heard of the 80 columns rule, and now I'd like to print that file. I'm using the ps-print-buffer-with-faces command When I launch this command, I get lines wrapped in the middle of words. Extremely uncomfortable. But if I use the longl...

Printing PDF to HDC (MFC device context)

Hi, I'm modifying a C++ application and I'd like to add the ability to print and existing PDF using the MFC printing logic (OnPrint...) Is there any method to print a PDF into the MFC? Now I'm converting the PDF to a BMP but sometimes the quality is not so great. ...

Using print css, image added before:body not showing in Internet Explorer 8

I am using a separate print css on our website. It's been requested that we have our logo at the top of printed pages. This is the code I'm using for print.css: body:before { content: url(../images/logo.gif); } This works on Firefox, Chrome, Safari and Opera ... and of course you know what's coming next. It doesn't work in Internet E...

Program/algorithm that creates a .PRN file of any file format for a specific printer! Please help!

I need an algorithm that converts any file format to its .PRN file equivalent which will be compatible for a specific printer (for example, only in CANON printers). Or I need a source code or way to know how printer drivers work. Printer drivers are the one who specifies or creates the .PRN file of any type. So please help me. Thanks! ...

silverlight charting no initial animation for printing (printing in series of data)

Hey guys, I'm in a bit of a pickle. I need to generate charts (off screen so the user doesn't see them) and make these charts save-able. this means setting up the basics and building an image from the loaded chart. I'm talking about a columnseries chart fyi :) the problem is the built-in ease-in animation. as the chart triggers the "lo...

Print without the print-specific CSS

I'd like to print http://www.delicious.com/tags/engmark to PDF (Using Firefox on Linux, if possible), but the result looks rubbish. How can I print without taking into account the print-specific CSS (which I think is loaded by the enormous JS on the site)? I tried to disable print CSS in the Web Developer extension, but that didn't affec...