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
0
votes
1 answer

Ghostscript printer stops printing at a specific number of pages

I've configured a PDF printer that uses Ghostscript to convert the document to a PDF, which is then processed and used by my Java desktop application. It redirects the printer data via a RedMon port. For most documents I print, it works fine and…
Hugo
  • 133
  • 11
0
votes
1 answer

Extract text from PDF files(Printed)

I'm using RedMon(Redirection Port Monitor), HP Universal Driver PS and GhostScript to intercept document printing. However, for the following scenario: File PDF -> HP Universal Driver PS -> RedMon -> PostScript File** -> GhostScript create file…
Marc.Adans
  • 203
  • 2
  • 4
0
votes
0 answers

ruby: cannot find sinatra

I am trying to use an app (redmon: https://github.com/steelThread/redmon) packaged in a ruby gem Could you please help me getting it up and running ? I have installed redmon like this: tasks: - name: "Install redmon (redis)" tags: …
nskalis
  • 2,232
  • 8
  • 30
  • 49
0
votes
1 answer

Error in installing redmon on windows 7?

i installed redmon(without defining any virtual printer to use Redirect ports) and uninstalled it,but when i installed the program again,it gives me this error:error copying help file,Error = 5 Access is denied i even use a uninstaller app like…
reza ra
  • 1
  • 3
0
votes
1 answer

windows 7 can't add printer redirected port

I would like to use RedMon in order to redirected printing data to my application as input. I installed RedMon but when I want to add printer port there is no such option as "Redirected Port". I can select only from these types of ports: 1. Local…
user1563721
  • 1,373
  • 3
  • 28
  • 46
0
votes
0 answers

Printer driver - Java preprocessor detect options selected?

We have written a Java application that accepts on stdin a postscript stream. This stream is redirected by RedMon from a print job the user has selected in Windows. Trouble is, the printer options include duplex and colour. In the Java application,…
jmkgreen
  • 1,633
  • 14
  • 22
0
votes
1 answer

How to perform automated installation of RedMon with Ghostscript

Following the steps of this article: http://mbmcclelland.blogspot.com.br/2012/11/creating-free-pdf-printer-in-windows-7.html, I installed successfully a virtual printer which prints to a PDF file, but all the process has done manually. I want some…
Antonio Dias
  • 2,751
  • 20
  • 40
0
votes
2 answers

port number for inputting as parameters to my python program

My program is accepting 3 parameters Port for the script to listen on (default: 9100) IP-Address to redirct the print job to after saving to a file Destination port to use when forwarding on print jobs (default: 9100) It is required to fetch data…
-2
votes
2 answers

Printer Port configuration using redmon and ghostscript, error invalid window handle

I want to print to pdf using Redmon and Ghostscript on windows 10, for which i added a new printer(set drivers to ghostpdf.inf) and added redirection port(RPT1). Now when i configure this port i get the error Invalid window handle, please check the…
Jay
  • 29
  • 6
-2
votes
1 answer

Where can I find resources on developing a PostScript printer for Windows 7

I'm developing a virtual printer to accept print jobs and route them to real printers in a LAN. I'm hoping to create a postscript printer to act as a shared virtual printer to accept print jobs from the LAN, I hope to develop it through ghostscript…
Zerone
  • 566
  • 4
  • 10
  • 24
1 2
3