Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
140 views

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 ...
user1550946's user avatar
2 votes
0 answers
235 views

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 ...
caocuongccc's user avatar
3 votes
2 answers
7k views

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 ...
Kartoos's user avatar
  • 1,190
3 votes
3 answers
20k views

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 ...
VIParadox's user avatar
1 vote
0 answers
980 views

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 -...
Geo V's user avatar
  • 171
1 vote
2 answers
1k views

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 ...
Willy's user avatar
  • 10.8k
0 votes
1 answer
510 views

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 ...
ant_dev's user avatar
  • 769
2 votes
1 answer
339 views

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.
Dr. Rajesh Rolen's user avatar
0 votes
1 answer
2k views

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 ...
Ian's user avatar
  • 640
4 votes
1 answer
369 views

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 ...
Shameel Mohamed's user avatar
1 vote
0 answers
323 views

I am writing virtual printer using this existing solution. I have problem with the receive data subcommand. +----+-------+----+------+----+ | 03 | Count | SP | Name | LF | +----+-------+----+------+--...
Smitis's user avatar
  • 318
0 votes
0 answers
594 views

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 ...
it'sme's user avatar
  • 35
1 vote
0 answers
2k views

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 ...
mx2k's user avatar
  • 11
4 votes
1 answer
2k views

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 ...
agarcian's user avatar
  • 3,962
1 vote
0 answers
334 views

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 ...
Aitizazk's user avatar
  • 352
3 votes
0 answers
13k views

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/...
user3330840's user avatar
  • 7,543
0 votes
0 answers
444 views

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, ...
Mousi's user avatar
  • 276
0 votes
1 answer
2k views

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 ...
SolessChong's user avatar
  • 3,417
2 votes
3 answers
655 views

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 ...
Remos's user avatar
  • 21
1 vote
0 answers
391 views

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 ...
MrWater's user avatar
  • 1,805
1 vote
3 answers
4k views

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 ...
mabicha's user avatar
  • 367
0 votes
1 answer
374 views

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 ...
Peter's user avatar
  • 59
1 vote
2 answers
7k views

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, ...
coderbuzz's user avatar
  • 131
2 votes
1 answer
2k views

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 ...
Beatles1692's user avatar
  • 5,350