Re: advice: writing a printer driver
From: Leon. (leon_at_noteon.net)
Date: 11/23/03
- Next message: Leon.: "Re: Does Microsoft lie about the Linux features?"
- Previous message: Leon.: "Re: USB Card Reader: Recognized but I/O errors"
- In reply to: Julia Goolia: "advice: writing a printer driver"
- Next in thread: paul johnson: "Re: advice: writing a printer driver"
- Reply: paul johnson: "Re: advice: writing a printer driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 24 Nov 2003 00:37:07 +1100
"Julia Goolia" <juliagoolia301@hotmail.com> wrote in message
news:79ad5955.0311211015.5eb4df13@posting.google.com...
> hello,
>
> i would like your advice on writing a printer driver for linux for a
> very specialized vector graphics printer i am building. does anyone
> have any info regarding postscript driver source code?
Thats a very naive question. Is there a single postscript driver ?
At the risk of doing your homework question, I will answer.
Linux (and most unix ) apps emit postscript to the printer subsystem.
The printer subsystem can then either deliver that to a postscript printer,
or translate it.
So if your device isnt going to handle postscript then you would need to
write a translator to turn the postscript into some other language.
Linux uses ghostscript to translate postscript to other printer languages-
however I think ghostscript de-vectorises. have a look to see how
ghostscript outputs to other vector devices.
>i would like
> to be able to suppose eps or svg. is it feasible to alter the
> postscript or svg driver source to do what i want on my device?
>
> thanks for your time!!
> julia
- Next message: Leon.: "Re: Does Microsoft lie about the Linux features?"
- Previous message: Leon.: "Re: USB Card Reader: Recognized but I/O errors"
- In reply to: Julia Goolia: "advice: writing a printer driver"
- Next in thread: paul johnson: "Re: advice: writing a printer driver"
- Reply: paul johnson: "Re: advice: writing a printer driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|