The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
98 views

coldfusion spooler not working

I have a coldfusion mail spooler locking up on me everytime I send out an email using this code: <cfmail TO="xxxx@gmail.com" FROM="xxxx@xxxxxx.com" SUBJECT="Your Order!!!!!" type="html"> ...
0
votes
0answers
45 views

Getting SPL file with jobID

I am developing a print monitor in c++. But I'm having trouble getting the file SPL. After much research I discovered that I had to insert the path of the folder where you store the .spl files in ...
0
votes
0answers
21 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
1answer
63 views

how to put pcl file with correct name to win spooler

when I copy a pcl file to a windows spooler, i can't set the name and number of pages for this file in spooler. I do it from the commandline with a simple copy copy file.pcl printer How to copy the ...
2
votes
0answers
61 views

What does spooling mean in the context of JCache?

From the JCP page of JCache : The JCACHE specification standardizes in process caching of Java objects in a way that allows an efficient implementation, and removes from the programmer the ...
0
votes
0answers
298 views

ESC POS sample file Hex dump request

can someone generate a simple hex dump of a page of data, with various esc/pos commands in it. I've ordered an esc pos printer and it hasn't arrived yet, and its slowing down my project. The .spl ...
0
votes
1answer
125 views

Mechanics of printing

I am changing default print settings using winspool.drv before printing. Do the altered default printing settings get embedded with the print job when it is printed? Or are they saved somewhere ...
0
votes
0answers
124 views

AddMonitor 183 error

There is a simple code: [DllImport("winspool.Drv", EntryPoint = "AddMonitorA", SetLastError = true, ExactSpelling = true, CallingConvention = CallingConvention.StdCall)] private static extern ...
0
votes
0answers
310 views

Print change text in spool file

I want to make a Windows service in c# that can change some content which is going to print. For that i have tried to modify the .SPL file which is generated in spool folder in system32. I have ...
0
votes
1answer
155 views

Worker threads/Queues to process datasets after an upload?

I'm writing a web application with Django where users can upload files with statistical data. The data needs to be processed before it can be properly used (each dataset can take up to a few minutes ...
0
votes
0answers
94 views

Nice Label's Nengine5 wont send document to Printer Spooler on a Terminal Server

I am not intimately familiar with the problem as our Customer Service handed this over to me recently to try and solve for one of our customers. This is my first time working with nengine and terminal ...
0
votes
2answers
380 views

How can I override the default 'Print to File' port's save dialogue?

I'm trying to create a version 3 virtual printer driver, which uses the XPS filter pipeline to convert the XPS spool file into another PDL and save it to disk. I'm fine with the conversion side of ...
0
votes
1answer
245 views

uwsgi unable to find the spooler function

I was trying to find out about the spooler mechanism of uWSGI and for that reason I've written a small, dummy web application with Django (version 1.3.1) and it is running on the latest stable version ...
2
votes
1answer
864 views

Default printer settings are ignored

Using Windows Print Spooler API's, we can print out XPS files. The problem is that the print spooler ignores the default printer settings. (We've given up on trying to apply printer settings. ...
0
votes
1answer
798 views

File format of spool files with .tmp extensions?

In many Windows setups, when you print directly to a printer, two files are typically created in the windows spool directory "C:\Windows\System32\spool\PRINTERS". A spool file "80021.SPL" and a ...
0
votes
0answers
679 views

ResetDC() does nothing (print spooler API's for Windows)

I've written wrapper classes for Windows' print spooler APIs, which work... mostly. The only thing that does not work is applying printer settings. First I call DocumentProperties() to successfully ...
2
votes
2answers
891 views

Can I reprint a spool file?

Is there a way to reprint a spool file? I can't find any example or article to say if there is a way or not. edit: when i say reprint it, i mean to the same printer
1
vote
0answers
377 views

Send print from windows 7 to printer at windows XP changes the format of the spool file

I have this weird problem I have a printer installed at windows XP and I configured the print processor like this "winprint---> NT EMF 1.003" So the .spl file is an EMF Format file. Now i share ...
0
votes
2answers
860 views

Microsoft Print Spooler API - hold a print job?

Does anyone know if it is possible to hold a print job with help of Microsoft Print Spooler API. Print Spooler API Functions I would like to hold it before it is sent to the printer. Is this ...
0
votes
1answer
321 views

Virtual printer port monitor installing

I have a port monitor dll, that I instaling by call AddMonitor function of the spooler. But when I want uninstal this monitor, the DeleteMonitor function return errorcode 3008 - "The specified print ...
0
votes
1answer
147 views

What is the best way to make a spool in a directory with pyinotify?

im trying to move every file in a directory to another when they are created. Maybe i could stop the daemon (pyinotify instance running) cleanly, and the original files continue to be created in the ...
2
votes
1answer
2k views

Monitoring Print Spool Without Using Interop/Unmanaged Code

Background: I'm writing an application in C# using .NET 4.0. It prints a bunch of documents in a certain order. The documents are of all different types and are actually printed using ShellExecute ...
4
votes
1answer
849 views

Counting the number of printed pages in C#

I am developing a print spool monitor to count the number of pages that are printed by a certain printer. I am new to this area, so I am using the following article as my reference. Print Monitor ...
0
votes
1answer
210 views

VS2010 Setup Project, Disable application/service re-start/shutdown warnings

I've been googeling this issue for quite some time now without any success. Basically what i've done is to create a VS2010 Setup Project, the project has a few Custom Actions that interacts with the ...
1
vote
1answer
414 views

How to receive notifications from printer/print spooler for every page while printing Excel sheets?

I've written an Excel add-in in C#.NET. When ever the user opens and Excel workbook and give a print on a worksheet, the excel does the print. There is only one notification that is raised by the ...
0
votes
1answer
146 views

What do time members mean in JOB_INFO_2?

The JOB_INFO_2 structure, which tells you a lot about a print job. I understand quite well the Submitted member, because it's a SYSTEMTIME. But what are StartTime and Untiltime, which are DWORDs? ...
4
votes
0answers
567 views

Windows printer spooler setjob function not working for Windows-7?

I am updating our "Printer Monitoring" application. Previously this application runs successfully on Windows 2000 server. Now we shifted to Windows 7 server. On windows 7 our "Print monitor" ...
0
votes
1answer
227 views

C# RSClientPrint VERY large Spool

I am using ASP .Net 3.5 MVC1 with a DB2 backend. My company is trying to print Barcodes from the Microsoft SQL Server 2008 RSCLient Print GDI+ dialog box. We can't save files to a PDF and print local ...
0
votes
1answer
939 views

'net start spooler' fails with exit code 2 when trying to restart the printer spooler on Windows

My application installs a virtual printer driver. On some users' systems I need to restart the printer spooler because functions like OpenPrinter return RPC_S_SERVER_UNAVAILABLE (text is "The RPC ...
1
vote
1answer
937 views

Programmatically set printer to bypass the windows spooler

Is there a way to programmatically configure a printer that prints to a file (local file port) to bypass the spooler service and send the data directly to the file ? I have looked @ prnadmin.dll ...
0
votes
1answer
457 views

How to get the original full file path been printed by Spooler API

I want to monitor the system scope's printing jobs through a standalone program using the Windows Spooler API, but only the print job's name can be fetched. How do I get the original file with full ...
0
votes
1answer
371 views

Prevent Print Spooler from printing multiple copies

One of the requirements in my current project is to make sure that nobody prints multiple copies of the document once created. This is a intranet web-based application, using php-mysql and the clients ...
1
vote
0answers
254 views

Sample code for Windows RegisterForPrintAsyncNotifications in the Spooler API?

Windows Vista introduced notifications from the Printer Spooler with the RegisterForPrintAsyncNotifications function (http://msdn.microsoft.com/en-us/library/dd162919(VS.85).aspx) Does anyone know ...
1
vote
1answer
428 views

Delphi: EnumPrinterData example

Can you please provide an example of using EnumPrinterData function in Delphi to get a list of printers in system?