48 questions
0
votes
1
answer
140
views
Print Support Application - Invalid Appx Manifest
i want to create a PSA (Print Support Application) using dotnet 9.0.300 and Windows 11 SDK. I'm using VS Professional 17.14.2. OS is Windows 11 Pro Version 10.0.26100.
The deploy results in the ...
2
votes
0
answers
235
views
How to build dll for virtual printer: mfilemon.dll, PRINTERDRV.DLL, PRINTER.GPD, PRINTERUI.DLL, SCRIPT.HLP in win11
I am dev an app with virtual printer. It run ok on win 10, win 8, win xp. But now run on win 11 it error. I think some file like mfilemon.dll, PRINTERDRV.DLL, PRINTER.GPD, PRINTERUI.DLL, SCRIPT.HLP ...
3
votes
2
answers
7k
views
Can I emulate Epson Thermal POS printer?
I am working on a Xamarin mobile app and I need to develop print functionality for Epson Tm-T88 Thermal POS Printer and similar printers. I am using ePOS SDK for this and trying to write wrapper code ...
3
votes
3
answers
20k
views
Windows 10: Simple way to print a PDF-file without the save-dialog
I'm trying to print the PDf-file(s) in a certain folder (or alternatively just print the files one-by-one) using for example Micorosft Print to PDF in order to create flattened versions. However when ...
1
vote
0
answers
980
views
Ghostscript Virtual PDF Printer
I am trying to create virtual printer, which other application can print directly.
Here is the command line parameters
C:\Program Files\gs\gs9.53.3\bin\gswin64c.exe" -dBATCH -dSAFER -dNOPAUSE -...
1
vote
2
answers
1k
views
Print Word Document using a virtual PDF printer from C# programmatically and silently
I have a Docx Word Document and I am trying to convert it to PDF using a virtual PDF printer such as PDFCreator or similars. I want to do the same as when you open a document in Word and then you ...
0
votes
1
answer
510
views
Convert .ps file to .txt (russian language)
I am working on project on virtual printer, and i want to convert ps file to txt and pdf. I am using ps2pdf and it converts well to pdf, but when I want to convert ps file to txt, I use ps2ascii , and ...
2
votes
1
answer
339
views
How to set fix directory for output file in V4 Printer Driver
I am working with V4 printer driver, i need to store output xps file to a specific folder instead of letting user select output folder.
0
votes
1
answer
2k
views
How to fake an AirPrint printer
I want to write (preferably in C# but that is not essential, and preferably on Windows though, again, that is not essential) something that looks to iOS devices to be an AirPrint printer. I want the ...
4
votes
1
answer
369
views
Can we list a virtual printer in available printers without writing a driver for it
I want a virtual printer to be listed under available printers when I do a print from any application, this virtual printer would send the print data to my code for some tweaking.
And I believe I ...
1
vote
0
answers
323
views
LPD - receive data has always same length
I am writing virtual printer using this existing solution. I have problem with the receive data subcommand.
+----+-------+----+------+----+
| 03 | Count | SP | Name | LF |
+----+-------+----+------+--...
0
votes
0
answers
594
views
printerplusplus not creating the vitual printer
I am using Printer++ for the virtual printer. All was working fine. To rename the printer I uninstalled the printer++ and removed the printer from the devices list. When I tried to add it back, the ...
1
vote
0
answers
2k
views
Chrome: Print on multiple printers simultaneously
our company policy forces me to use Chrome and Gmail at work, and I need a solution for the following problem:
Need to send print jobs from Chrome to multiple printers simultaneously, but with ...
4
votes
1
answer
2k
views
How to set up a virtual printer and monitor with UniDrv or XPS driver v3 in Windows
I am trying to create a virtual printer to capture print outs from applications in my own application.
I have successfully implemented one that uses the Microsoft PostScript driver and produces ps ...
1
vote
0
answers
334
views
Development using Virtual printers instead of real printers
I want to develop an application that communicates with print spooler. The application is on .Net platform.
I want to have access to raw data of printed document but I want to use a virtual printer ...
3
votes
0
answers
13k
views
Are there any virtual printer driver for ESC/POS commands to test while programming? [closed]
I am writing a sample program to send raw data to ESC/POS printers (not a specific but printers supporting esc/pos in general) using C# .net.
ESC/POS Command Reference: https://reference.epson-biz.com/...
0
votes
0
answers
444
views
Creating a cross-platform custom virtual printer in Qt or any other IDE
I've searched a lot on this topic but I keep getting more and more confused.
I want to create a cross-platform application (using Qt with C++, for example) that once installed on either MAC or WIN, ...
0
votes
1
answer
2k
views
How to create virtual printer connected to website server on the Internet?
Objective
My team and I are building an online printer service for our neighborhood. There are a central server and several printers connected to this server via PC, and the clients could upload ...
2
votes
3
answers
655
views
Local Print PDFs silently from browser to a specific printers
I've got a web app that produces two different PDF.
I need to print one to a printer named "A" and the other to printer named "B".
Those printers are not connected to the server.
Today users has to ...
1
vote
0
answers
391
views
So transparent that i can't catch it...Using Rghost to emulate ghostscript command as would be on virtual printer
as a ruby newb i've been on a little ghost hunt that you might be of some help
I read a lot and was told the best way to get these sneaky fellows was using a script : ghostscript.
I'm trying to ...
1
vote
3
answers
4k
views
IDE for Windows Driver Development
I am planning to write a Windows(XP, Vista and 7) Virtual printer driver using C/C++. So I wanted to know which is the best IDE out there which I can use for this. From what I have read Windows Driver ...
0
votes
1
answer
374
views
How do I write a print job image to disk?
When I print any document with my computer I want the printed page to be saved on my computer as for example a bmp or jpg file and printed to a piece of paper at the same time. I don't know if it is ...
1
vote
2
answers
7k
views
POS Printer MatrixPoint MP-3250 ESC/POS commands
as the subject, I have a POS printer MatrixPoint MP-3250.
As the manual said it is support command: ESC/POS compatible
I do search google, tried but won't works. At least setting condensed fonts, ...
2
votes
1
answer
2k
views
When using a virtual printer how can I check that print is finished?
I am using a virtual printer to print a word document into an image file in a C# program. So far everything is going fine except that I don't know when the printing process is finished so I can read ...