Questions tagged [redmon]

RedMon is a port monitor that redirects a special printer port to a program. RedMon is commonly used with Ghostscript and a non-PostScript printer to emulate a PostScript printer. RedMon can be used with Ghostscript as a PDF creator.

RedMon is a port monitor that redirects a special printer port to a program. RedMon is commonly used with Ghostscript and a non-PostScript printer to emulate a PostScript printer. RedMon can be used with Ghostscript as a PDF creator.

RedMon can be used with any program that accepts data on standard input.

Using RedMon you create a redirected printer port. If you connect a Windows printer driver to the redirected printer port, all data sent to the redirected port will be forwarded by RedMon to the standard input of a program. The output of this program can be sent to a different printer port, or the program can generate whatever output it desires.

40 questions
1
vote
1 answer

Redmon redirect to a .NET Windows.Forms application

I have an interesting task: to write a program which captures input from the program called Redmon. It is basically a virtual printer which redirects the output to a program. I installed Redmon and created a winforms application to catch the output.…
Biri
  • 7,101
  • 7
  • 38
  • 52
1
vote
1 answer

How to write STDOUT/STDIN via RedMon/cmd.exe to file?

I am trying to redirect a PS output to a file and process it further. For this I am using the Printer Port Redirection RedMon which is sending the output to CMD.exe C:\Windows\system32\cmd.exe As arguments I expected that something like the…
theozh
  • 22,244
  • 5
  • 28
  • 72
1
vote
1 answer

Redirect printer's .PS file with RedMon to my Java code

I am trying to redirect printer's .PS file with RedMon to my Java code. RedMon port config: Redirect to program: C:\Program Files\Java\jre1.8.0_111\bin\java.exe Arguments: -jar c:\dist\JavaApplication5.jar --stdin and the Java code: public class…
remux
  • 13
  • 6
1
vote
1 answer

Send Print job from PuTTY to Zebra ZXP 3 SDK (non.zpl printer)

What I have is a medical record database that is accessed via PuTTY (SSH client). The cards themselves will only have Client name, record number in a barcode format (still determining the barcode type to be used), and client registration date. 1)…
Charlie
  • 21
  • 3
1
vote
1 answer

N-up (Multiple page in a sheet) layout supports in Postscript

I would like to develop an application which is similar to FinePrint. It provides sophisticated features for the user to configure the printing setting and able to view before confirm printing. The solution I can think of is to use Redmon to…
NcJie
  • 812
  • 7
  • 14
1
vote
1 answer

Intercept print data of DOS based printing

I have successfully used Redmon to intercept print data when the printing software uses windows based printing. But currently the software that I am trying to use Redmon with, is sending the print data using DOS print architecture, which Redmon is…
mabicha
  • 337
  • 2
  • 7
  • 16
1
vote
0 answers

Running Redmon with a Service

I am trying to use Redmon 1.7 on my windows XP SP2 desktop machine. I process the data provided by Redmon to MyProgram.exe and then write it out to stdout which Redmon sends to printer port. But MyProgram.exe(written in java) is taking about 5…
mabicha
  • 337
  • 2
  • 7
  • 16
0
votes
0 answers

Send data from virtual printer to an application

I'm doing Print Driver connectivity with desktop application. I have the virtual printer written in c#. I use RedMon to be the redirect monitor. See image. My problem is if I write a desktop application with flutter, electron, or other…
0
votes
0 answers

Redmon to create JPG using argument file

Hi I am new to Ghostscript n Redmon I created a virtual printer using GS and Redmon I want to create a JPG file. It works but I have to create two Virtual Printer for Portrait and Lanscape as both have different argument. Then I found one script…
Pash
  • 345
  • 4
  • 11
0
votes
0 answers

How to send my PDF file to a python script instead of a physical printer?

Hello i´m currently using RedMon to try to redirect a PDF file that I´m gonna print. I want to send this PDF to a Python script instead of printing it. I was using RedMon to achieve the activation of the Python script (.exe) but I don´t know how to…
Mr I
  • 1
  • 2
0
votes
0 answers

pdf redirection to Windows Printer using Ghostscript

I am working on a Virtual PDF Printer (using redmon & Ghostscript) which have two responsibilities: Create PDF (using pdfwrite) Redirect created PDF to specified printer (using mswinpr2) Everything works fine except in one peculiar case: When User…
Pradeep
  • 1
  • 2
0
votes
1 answer

Redmon postscript output

I'm using the redmon to redirect de output postcript my c# .exe to process. The print configuration is the same as if I'd do to configure the ghostscript, but instead of the ghost path I informed my .exe path. To convert the postscript in PDF I'm…
Marina Uliano
  • 111
  • 1
  • 1
  • 4
0
votes
1 answer

How to get the print parameters using redmon and ghostscript?

I am using redmon and ghostscript to create a pdf printer. The first step is to convert the document to pdf format(ghostscript can help do this). Then I need to get the print parameters(collate, color, copies .etc) when user prints. Finally I will…
Shadow fiend
  • 753
  • 5
  • 7
0
votes
0 answers

Run a application under current logged in user without passing credentials

I am using redmon to redirect print job to my application.exe which is built in c#, its working fine with single user (on computer) but when i have another user on computer and i use it, redmon (which always run on system context) run's my…
Dr. Rajesh Rolen
  • 14,029
  • 41
  • 106
  • 178
0
votes
1 answer

Windows convert text file to postscript and print

In Windows how can I use RedMon EE , Ghostscript, GSview , Nenscript for Windows to convert a text file to postcript and redirect it to a printer . Something like to configure "RPT1: Redirected Port" with the values C:\Program…
famedoro
  • 1,223
  • 2
  • 17
  • 41