printing

Unable to check cups printer status in Debian Squeeze

Sorry for my english! I'm using Debian squeeze and for an assignement, i have create 2 virtual pdf cups printers. Both are working very well. To test the different administion command; i try to disable one of the printer and move his queue file to the second one. I'm able to do it easily. Now, i wish to write a bash script that wil tes...

z-index problem when printing from Internet Explorer

When you print in IE it prints content in the layer below the top one. Any way around this. I'd rather do it via css than a setting in the browser. Many thanks, Jools ...

Footer Not Aligning At Bottom Of Content In Print Preview

To make a short story long, I'm in charge of fixing all these CSS issues of Microsoft SP. One is the inability for the content to print in FireFox (a well known bug that Mozilla seems it won't address). So I have to create a stylesheet specifically for FireFox so the content can print. I already fixed the issue and it prints fine. The p...

Print text dynamically in a printer using VB.net.

Please tell me the class to be used to print a paragraph of text that is to be printed on a printer, In vb.net, more than 1 page of text must be dynamically printed by retrieving data from the database. ...

Why I can call 'print' from 'eval'

For code: #!/usr/bin/python src = """ print '!!!' import os """ obj = compile(src, '', 'exec') eval(obj, {'__builtins__': False}) I get output: !!! Traceback (most recent call last): File "./test.py", line 9, in <module> eval(obj, {'__builtins__': False}) File "", line 3, in <module> ImportError: __import__ not found Bot...

What programming language to use for a form application?

Hi, I am planing on developing a software to fill out forms. The user will scan any form and then he or she will enter data in the form. Now I don't need OCR, just the ability to save the overlaying text the user enter in top of the form. My question is what will be the best language to do this project? Note: I am thinking that the ...

what to do when custom page setup not working on printer

i am doing some changes in application developed in c#.net 3.5 , application using devxpress for reporting , customer has dot matrix printer epson lx 300 + with running paper size (32cm height and 22 cm width). problem is some reports are very large and require every mm of page to print reports so i setup page size a4extra (32cm height a...

Printing html ignores CSS stylesheets

I have a very simple html page with a table element. The document is styled with css. When I print the page it looks like there are no stylesheets at all. Wrong font, everything is wrong. What's the problem here? Do I have to create a special css only for printing? In my case it would be the same.. Is that really necessary? ...

internet explorer print

How can I print a single dom element (such as table) or whole window dom object using java script in internet explorer, ff etc...? ...

JQuery and printArea — customizing print output

I'm printing a content from a block via printArea plugin. I'm able to customize doc styles etc., but still I can't get a workaround on my problem. How to hide/disable the common running titles (which contain a path to doc file, date and page in a page n of m format) from header/bottom of the document? I'm using a native Print to file p...

How to print documents using Java?

I have a requirement to print data exactly in a particular position in paper. How can these kind of formatting be done using Java? ...

Printing using c#/ASP.NET MVC2

I am developping an intranet ASP.NET MVC2 application for a small business. The small business has multiple type of printers and depending on what is required a print request will be sent (from the browser/user) to the server and the server will dispatch the print job to the right printer accordingly. Please note that it is a completely ...

prevent print() from outputting list indices in R

I have a list containing 6 plots, made like this: voi=c('inadist','smldist','lardist') plist<-llply(voi, function(v,df,s) { list( assign(paste(v,'.violin'), bwplot(groupname~df[,which(colnames(df)==v)]|fCycle*fPhase, data=df, groups=groupname, col=rainbow(1), box.ratio=3, main=paste('Dis...

SharePoint 2010 - How to print InfoPath form for list item

I edited the form for a list item in InfoPath, and when I print, I just want to print the form itself. It seems when I use the browser's print function, it still pulls up some elements from the page and it cuts off the content if it's longer than the popup window. Also, some of the elements of the form are hidden when I print, so that i...

I have a CakePHP Codebase, I want to print the entire thing out on paper in an organized fashion

Any tools, software, plugin for eclipse that may be able to do this? ...

Can Flash be printed?

I've got several flash graphs being displayed on the page (Flash version 8), and when I print the page in IE8 the flash graphs print as displayed on the page - but when I print the page in Firefox and Chrome, the flash doesnt appear and leaves a large gap. Is there a way to allow users of all browsers to print flash reliably? ...

export to doc/other writeable file / force to print out empty report?

Is there any way to "force" my report to print out the "layout" even if the fields are empty. I have one report, which is always there. and 8-9 sup-reports which not always will be filled, but I want them to be shown anyway because they will be send out to a customer and filled, and then send back? is there any easy way of doing so? (and...

Silverlight 4 Printing: Getting a Blank Page

Hello, Trying to implement a simple print in SL4. I have a DataGrid that I would like to print out, but thus far whatever I try to print out comes out as a blank page in the printer. It also seems to take about 30-60 seconds to actually print out (but that could be an unrelated issue). My code is fairly straightforward: private void M...

How do you prevent PrintDocument in Silverlight 4 of producing extremely large spooling data?

I've created a bare bones example to try and figure out why the data being sent to the printer is so large. I'm sending one text box with "Printing text." as its content. This results in ~90MB being sent to the printer. Why is this so large? Can someone please explain how I can avoid this? Here is my example <StackPanel x:Name="L...

HTML/CSS - Styling for print, background wont show up?

I'm having some trouble making a site, identical to viewing it in the browser, for print. It looks good, the only thing that got me stuck is that it refuses to display backgrounds. The images are fine though, it's just backgrounds. I haven't tried setting an image as a background, but that shouldn't be necessary anyways, right? I'm appl...