0
votes
0answers
14 views

Read print queue and output jobs to files

I wish to output a printqueue jobs to files for processing. (TEXT) I need dynamic filenames... Any suggestions?
0
votes
1answer
16 views

List default Page Size for windows printer devices

I would like to be able to get the default page size of all windows printer devices on a windows server (2003 in this instance). This should be not the DefaultPageSize property on the Win32_Printer ...
-1
votes
0answers
5 views

Local Windows printing to 1 CUPS queue with multiple printers [closed]

I have multiple locations that all have a SLES server running CUPS, with all of the local printers added in and configured. Each location has between 2-10 HP Thin Clients running Windows Embedded, not ...
0
votes
0answers
26 views

Development of printing documents to a virtual printer with configurations

This question may be duplicated. However, I couldn't get much information about what I'm looking for. I need opinions and directions before kick starting the development. Here's the requirement. ...
0
votes
1answer
22 views

Code is not updating in Windows

I am running a C program using DEVC++ and CodeBlocks in Windows and the code is not updating. I just added a single printf message and it is not shown in the output. I tried clean,rebuild,recompile, ...
0
votes
0answers
17 views

Error during connect windows mobile with printer via bluetooth

I've a big problem. I would like to connect my windows mobile with printer via bluetooth. It`s small printer for receipts. I use this method to search and connect with it: private void ...
0
votes
1answer
73 views

Copy text file to usb zebra printer

First time using ZPL, I was googling my question but nothing so far. I have downloaded the ZPL II programming language pdf file, and try to print the first sample: ^XA ...
0
votes
0answers
20 views

Photo Printing Wizard

Is there any way to disable Photo Printing Wizard in windows XP? Clicking the printer button in Microsoft Photo Editor or Windows Picture and Fax viewer brings up a wizard for printing. Is there any ...
0
votes
0answers
16 views

Print Unicode chars with command line in Windows

I have a file with this content: "════" I'm want to print it using command line, I tried with "print file.txt /d:lpt1" and "type file.txt > lpt1" but it allways prints "ÍÍÍÍ" on paper. My idea is ...
0
votes
1answer
53 views

Printing a Text File from Command Prompt

Alright, this is outside my area of expertise but so here's what I'm trying to do: → I have a POS (Point of Sale) receipt printer. I have the drivers installed for it and can print a test page ...
1
vote
1answer
73 views

How can I uniquely identify a print queue on Windows even if the queue is renamed?

How can I uniquely and reliably identify a Windows print queue on a given server, including across print queue renames? I want to handle cases like the following: Jdoe creates Printer A My program ...
0
votes
0answers
13 views

Supported method for non-interactive printing

I have a system which requires that a print job must be submitted via web-services call. The host should not require any UI and should be highly available. To me, this says IIS, or more likely an NT ...
0
votes
2answers
174 views

Printing from windows service on windows 8 fails

I have a windows service application written in C# .NET. This application is used to generate a report pdf by printing document to local software printer that generates PDFs. This works well on ...
0
votes
0answers
39 views

Getting windows printer status via exec()

Is there a way to return the status of a printer via the exec function in PHP? I am assuming not. I've tried running print.exe and printui.exe, but they always just return 0 because they are ...
0
votes
2answers
98 views

How To Print Glyph Elements in WinRT

I am trying to print a Canvas with Path, TextBlock and Glyph elements on it, however the Glyphs are excluded in the printed content. This is eerily similar to the exact same problem with Silverlight 5 ...
0
votes
1answer
380 views

Raw Printing Set DevMode options (Orientation, copies, margins, default source, etc.)

Hopefully somebody here can help me out as I am banging my head against a wall trying to get this to work. Basically I need to print using the winspool.Drv win32 API to send raw text/PCL commands to ...
0
votes
2answers
297 views

Microsoft Web Browser ActiveX control - printing to a specified (non default) printer

I'm using the MS Web Browser ActiveX control in a native C++/Win32/MFC dialog application to render some information via HTML. I'd like to print the contents without any user interaction to the ...
0
votes
0answers
82 views

How do I monitor print jobs on windows, parse their content and send to a log file?

I need to monitor print jobs to a thermal printer from various Windows applications and make a duplicate of the content for parsing. The goal is to extract some content from the print job and send it ...
0
votes
1answer
152 views

Adding crop marks to existing PDF files

I'm kind of new to all the PDF crop/bleed/trim technicalities... but what I have is business cards in PDF format of about 9 x 5 cm. I just want to add the bleed and crop marks, or if not bleed margins ...
0
votes
0answers
39 views

How do I remove print jobs from a line printer queue from Windows, similar to the lprm in Unix?

Windows doesn't seem to support the ability to remove print jobs sent to a line printer via the LPR command. Is there a different way to do this?
0
votes
0answers
20 views

Windows printing: is it possible to implement multiple port monitors / language monitor chain?

MSDN is very promiscuous on print architecture terms. It can be guessed from a vague descriptions given, that there's a possibility to install multiple port monitors at the same port (e.g. you can add ...
0
votes
0answers
87 views

VB.Net print windows form without displaying

Folks, My clients requirement is to print the windows form without displaying it. i have been successful in printing the form using PrintForm component of VisualStudio.PowerPacks but how to achieve ...
0
votes
0answers
43 views

Removing Windows system printer forms

On Windows 2000 through at least Server 2003 there are system default printer forms which simply can't be deleted or removed by normal means. We are never going to use page sizes like Envelope, ...
0
votes
0answers
42 views

printing an image from harddrive via windows “print images” console (java)

In my project i use PrinterJob in order to print image but the scale is too problamatic and the image goes wrong in the printing proccess (allso quality goes down) but if i save it to my harddrive and ...
0
votes
1answer
115 views

Developing a custom printer driver for Windows

For the needs of my software I need to create a printer driver which will allow me to save all the images which are sent to it to files and then open my program's window letting the user to do ...
0
votes
1answer
139 views

Printing to Windows network printer in Perl WITHOUT shell command

I have a printer, an HP DeskJet 712C, shared via a Windows XP workstation. I am able to print to this printer from various applications, but I am unable to print to it (from the workstation the ...
1
vote
2answers
119 views

Windows: print simple vector graphics - example?

I want to print some vector graphics (or to be more exact: nothing more than some polylines) using Windows API. Printing has to be done out of an own thread. When I ask Google/MSDN for some ...
0
votes
0answers
110 views

Eliminate “Printing Page 1 of Document” message

I have this routine that prints labels, both in preview mode on the screen and to the label printer. Before each print operation starts, an annoying dialog box is displayed on the screen for a brief ...
1
vote
2answers
195 views

Direct access to USB Printer ports listed in the Windows Spooler

In the world of printers, particularly the POS ones, there are two common approaches, OPOS and Windows print queues. And there's also the work-around like the virtual serial port. But there seems to ...
0
votes
1answer
45 views

Display 'print preferences' dialog in Win32

Currently, I'm using PrintDlg to display a print dialog. I have created my own version of this and need to know how to just display the printer specific "print preferences" dialog that you can get to ...
0
votes
1answer
143 views

python command line ok in python shell but not through windows cmd

I was about to test the ftpmirror builtin script (python322, winXP 32bits) from the cmd windows default shell and get this : File "C:\Program Files\python322\Tools\Scripts\ftpmirror.py", line 161 ...
1
vote
1answer
101 views

getting default printer change notification using c++ in windows service

I need to tap default printer change notification, is it possible? My scenario is: I want to execute a command whenenver default printer is changed in window. What my command does is, it just takes ...
0
votes
1answer
97 views

printing to fax on windows without user interaction or pop-ups

I am told that there is a fax modem that operates as a printer, and that I can use that as a standard printer in Windows to accomplish printing to fax destinations. Is that true? If so, what would be ...
1
vote
1answer
78 views

Store parsable backup of all printed documents

What I'm trying to accomplish is to always keep a parsable duplicate of all printed documents, and execute a secondary process for each print. (i.e.: Be able to parse all text, account for pages, ...
0
votes
0answers
40 views

Active Directory GPO error; Printers not created on client

I have set-up an Active Directory environment with Windows Server 2008 R2 which is working great so far. But I keep getting an error message in the logs of a Windows 7 client machine: "0x80070bbf The ...
1
vote
0answers
140 views

How to override the print button in MS Word to call some other printing application [closed]

Is it possible in MS Word ,to print a file we click Print, the print dialog appears, we do all the necessary settings and then click Ok and instead of calling the printer diver the Ok button calls up ...
0
votes
0answers
67 views

Slow first time printing in windows 7 [closed]

I have a visitor signin web application running on the newest stable of Chrome, which upon finishing a visitor signin automatically prints a name badge for the visitor on a locally connected via USB ...
0
votes
1answer
243 views

Can't ping my MFP from Windows, but can by Linux

I have a trouble. Can`t access to my ethernet-connected MFP from Windows 7 clients, but by Ubuntu (and router/server) machine it can get access to it. MFP = Epson Stylus Color 730 network: MFP ...
0
votes
0answers
35 views

Set default Printer Page size using C# [duplicate]

Possible Duplicate: Setting the Properties of the Default Printer in windows through C# I wanna set custom page size in the default printer in windows using C#, and these changes must be ...
0
votes
0answers
77 views

set printer's page size using python in windows

i need to set the page size of a virtual printer, i'm using the virtual printer of PDF creator, i need to set the page size in this printer using python 2.7 on windows Xp. i can change the virtual ...
1
vote
0answers
125 views

Automatic Printers Creation in Windows 7 based on a Text File

I would like to create a simple batch file (...or vbs or Wscript) to install network printers on Computers running Windows 7. I will get a TEXT FILE with this information Inside: ...
0
votes
1answer
95 views

Windows virtual printer that prints to TCP, HTTP or stream

Is there any virtual printer that can redirect print jobs to TCP or HTTP server, or just pass them to stream (for example stdin of some other process)?
0
votes
1answer
75 views

printing not working from windows service [closed]

I have created a windows service for printing PDF's through Adobe reader. The code is as below. Process.Start(exe,arg); The command which executes from the above will be like below C:\Program ...
0
votes
0answers
96 views

How to manage Printers in Java

At my school we have trouble connecting to the Printers properly. It's not that they are not on the network, we just don't really know how to interface with them through our laptops. My idea was to ...
1
vote
0answers
86 views

Print monitor modification and redirection to another printer port

I'm trying to modify the data being printed to an Epson POS printer before it is printed. I'm currently doing this by using a print monitor instead of the Epson port in the printer port config. In ...
5
votes
2answers
207 views

Printing any file type

I'm creating a service that will monitor a specific folder and print any file that is put in this folder. I'm having difficulties with the various file types that could be sent to the folder to be ...
2
votes
1answer
318 views

Creating XPS file with the Microsoft XPS Document Writer programatically

I'm investigating a batch printing solution. The files to be printed will be in various (typical) formats, e.g., PDF, Word, Excel, etc. From what I've gathered (and tested) printing XPS files is ...
1
vote
0answers
111 views

how to remove a printer Port TYPE from windows machine

In Windows systems, while adding a Port, you may install a new Port type by providing path to the INF file for the port monitor... However while deleting a port, there is no such option to delete the ...
0
votes
0answers
110 views

Application provided custom paper size in a printer driver

i have to develope a printer driver for an endless printer. I have a gpd file with LETTER and CUSTOMSIZE papersize option. I thought this would allow an application like word to define a custom ...
0
votes
0answers
47 views

Preset file name in the “Print to File” dialog? [closed]

Are there any Windows "print-to-PDF" printer drivers, which allow to preset the file name and thus avoid the need to choose a file on every printing operation?

1 2 3 4 5