Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #3320

Re: Print to deskjet/inkjet printer using ghostscript 9.25

From ken <ken@spamcop.net>
Newsgroups comp.lang.postscript
Subject Re: Print to deskjet/inkjet printer using ghostscript 9.25
Date 2018-10-18 08:31 +0100
Message-ID <MPG.3632471bd189290f989933@usenet.plus.net> (permalink)
References <c02812b1-dda9-4e16-b8c9-aed6714fe7e5@googlegroups.com> <648a5344-8360-4096-9183-0dfd8d740ea2@googlegroups.com> <MPG.3631752febe478fd989932@usenet.plus.net> <823aab93-701e-4fbc-a1ee-c82952afefc2@googlegroups.com>

Show all headers | View raw


In article <823aab93-701e-4fbc-a1ee-c82952afefc2@googlegroups.com>, 
shahidr100@gmail.com says...

> Secondly Ghostscript acts as a RIP and that is why I wanted to use it 
to redirect prints to my Deskjet printer using RedMon. 
> 
> Few years earlier I used to use djet500 device, however, this is not working now. Other option would be to print or export to PS or EPS from my application and then print it using ghostscript or GSView. 
> 
> To overcome all that I planned to use virtual printer which would RIP the graphic and print directly to my deskjet or laserjet printer.

Well, *if* you can get RedMon to work with your version of Windows, then 
you can use RedMon to send the PostScript to Ghostscript. But you will 
have to reconfigure RedMon.

Instead of using the pdfwrite device to create a PDF file, you will have 
to use the mswinpr2 device, which is (I think) what I put in my first 
reply.

That will create a PostScript file, send it to the RedMon port which 
wiill start Ghostscript, render the PostScript to a bitmap, then load 
the bitmap into the Windows GDI, and then tell the printer canvas to 
render it.

I'd be kind of surprised if that produces better quality than simply 
printing direct to the pritner, but its up to you.


				Ken

Back to comp.lang.postscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Print to deskjet/inkjet printer using ghostscript 9.25 shahidr100@gmail.com - 2018-10-17 00:54 -0700
  Re: Print to deskjet/inkjet printer using ghostscript 9.25 ken <ken@spamcop.net> - 2018-10-17 12:58 +0100
  Re: Print to deskjet/inkjet printer using ghostscript 9.25 shahidr100@gmail.com - 2018-10-17 05:36 -0700
    Re: Print to deskjet/inkjet printer using ghostscript 9.25 ken <ken@spamcop.net> - 2018-10-17 17:35 +0100
      Re: Print to deskjet/inkjet printer using ghostscript 9.25 Mohammed Shahid Rahman <shahidr100@gmail.com> - 2018-10-17 09:53 -0700
        Re: Print to deskjet/inkjet printer using ghostscript 9.25 ken <ken@spamcop.net> - 2018-10-18 08:31 +0100
          Re: Print to deskjet/inkjet printer using ghostscript 9.25 Mohammed Shahid Rahman <shahidr100@gmail.com> - 2018-10-18 07:57 -0700
            Re: Print to deskjet/inkjet printer using ghostscript 9.25 ken <ken@spamcop.net> - 2018-10-18 16:27 +0100

csiph-web