printing

Reading status from Zebra Printer

Hi, I'm working on a project where we need to use a Zebra Printer for barcode labels. We're using C#, and we're doing OK on the printing side of things, sending raw ZPL strings to the printer (using winspool.drv). However, we also need to read from the printer, and no luck there. We need to get the status from the printer, which is t...

Setting page margins in Rave Reports

I am using Rave Report to print my reports in Delphi. Is there a way i can set the page margins(left, right, top and bottom) for printing my reports? please help me.... ...

Sending a Text Box control to the Printer?

I cannot seem to figure out how to send a text box control to print in Java. The Program creates word search puzzles, now I would like to print them. I simply want to print the text Box control as it is... But I had to try other methods as follows. My first problem is when I attempt to send it txtEasy.getText() it attempts to prin...

Cocoa Emacs print-buffer

In Carbon Emacs, I was able to call M-x print-buffer and an OS-X Print Dialog appeared, letting me choose my printer. Now that I've switched to Cocoa Emacs 23.1, the print-buffer command does not behave the same way. It ends up sending the job directly to the printer, using the last selected printer (which might not even be available). ...

Why is this invalid syntax?

Why is this complaining about an invalid syntax? #! /usr/bin/python recipients = [] recipients.append('[email protected]') for recip in recipients: print recip I keep getting: File "send_test_email.py", line 31 print recip ^ SyntaxError: invalid syntax ...

printing 4"x6" cards in OSX (cocoa)

I'm trying to get 4x6 cards to print in Cocoa (story cards). I have a view where I put the data but when I print it prints in the correct orientation, only on 8x11 paper (in other words, it prints oriented correctly on letter size paper with the origin in the upper left corner -- lower left if you are holding the output in landscape mod...

Printing Adobe Portfolio from Acrobat reader via command line or programmatically

Hello We want to print all the documents in the portfolio using command line or other programatic options. We are trying it using the following command line option acrord32.exe /p /h "pdffile.pdf" doesn't print the entire portfolio. It only prints the first document or the cover page. Any ideas? Thanks, Krantz ...

Crystal Reports in Dot Matrix Printer Generic text Problem

I am trying to print a Crystal Reports consisting invoice data fetched from data base with a Dot Matrix Printer in Generic text mode, where i want to change the font size of alternate rows respectively (e.g., row1 will be bold and row2 will be italics). My problem is that though i can make those changes in Crystal Reports but while print...

PowerPoint 2007 Print Dialog via C#

Hi StackOverflow, We have C# code in a PowerPoint Addin for custom printing. In Office 2003, SendKeys.Send("^+{F12}"); works fine to bring up the Print Dialog after doing some stuff. But in Office 2007 it does not, instead just sending the document to the printer without the dialog. Getting the Dialog is very important. using "^...

gdb - print multiple variables with one command

Hi I want to execute the very simple command print var1, var2, var3, var4 in gdb to examine the values of the vars from time to time. I don't want to use display because it clutters up my view. How can I do this? Right now all I can do is p var1 p var2 p var3 p var4 Worse, when I want to do it again, I have to do all four comm...

Wait Untill print is complete - Jquery Asp.net MVC

Hello, I am a newbie. please excuse me if it is a very basic question. I am hiding and showing CSS on window.print(). on IE8 and FF The page execution stops until i respond on print ( either print or cancel) and then it starts again and completes the page load. But on IE6 and IE7 the page load is not waiting until i respond on print d...

Old-School Windows 2000 Printing, or When is a Port Name a Computer?

A few years back, another clever programmer set up a VB.NET service to print to one of the server's installed printers. The job queried a database table to see if it had any print requests, which specify the file to print and the name of the printer to send it to. The job constructs a 3-part command line incantation and executes it; it...

Possible to print list items hidden by Jquery "slideup" function

i'm trying to get this accordion to expand when printed. the code degrades gracefully when javascript is turned off, but it just doesn't expand when printing. here's a demo of it so you can see how it works: http://evanmoore.webs.com/test.htm thank you so much for your help! below is the code: <style type="text/css"> @media print { ...

c# webbrowser control printing

I'm using the web browser control in an application to display a report. The report is just straight HTML text but is fairly wide. When I preview the print using the .ShowPrintPreviewDialog() I see that the report is truncated on the right hand side, even when switched to landscape mode. Currently I am only calling the .ShowPrintPreview...

Postscript number of copies

Is there a way to edit a postscript file, to add or increase the number of copies to be printed? ...

Crystal Report Viewer print/export buttons not working in ASP.NET MVC app

My MVC app uses the push model and the CR viewer for reporting. All works great in displaying the report in the viewer however the print/export buttons give the javascript error 'Object not supported by this action'. I am using VS 2008 and MVC. This happens in my dev environment. Any ideas? ...

Print service on java web application

Hi, I have an Enterprise Java web application that all of the business is migrated from client-server application. So I need to adapt all requirement including printing on every client (Using Dot Matrix / Plain text). Printing requirement for client on separated client is they must get the report right away after the process is finished...

IE PrintTemplate mixed context warning

I use the IE PrintTemplate to add custom page header/footer. The print template sample I found in Beyond Print Preview: Print Customization for Internet Explorer 5.5. But over SSL when the bowser renders following tag <IE:LAYOUTRECT ID='layoutrect1' CONTENTSRC='document' ONLAYOUTCOMPLETE='OnRectComplete()' NEXTRECT='layoutrect2' CLASS='...

Printing entire project

I want to print every source code file in a Rails app (Ruby) and an Android App (Java). Are there plugins for Netbeans, Eclipse or Notepad++ which I can use for this? I don't want to code anything, I just want to click on a menu (or type a command) that says: print every file in this project (with the syntax highlighting provided by the...

Crystal Reports printing pauses between pages

When we print a crystal report using crystalReportViewer1.PrintReport(); the printers pause between pages and the client have to press a button in the printer to print the next page. If the client uses the report viewer print button it works fine. It happens in these printers: -HP CLJ 3600 -OKI C5450 ...