Connecting Tech Pros Worldwide Forums | Help | Site Map

printer

OZI
Guest
 
Posts: n/a
#1: Jan 5 '07
by using C how can I read printer spool ? I wanna convert the data that
sent to the printer to jpg format..Is this possible?


Keith Thompson
Guest
 
Posts: n/a
#2: Jan 5 '07

re: printer


"OZI" <osman26y@gmail.comwrites:
Quote:
by using C how can I read printer spool ? I wanna convert the data that
sent to the printer to jpg format..Is this possible?
Only in some system-specific way. Try a newsgroup that deals with
your operating system.

--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
OZI
Guest
 
Posts: n/a
#3: Jan 5 '07

re: printer



I wanna do that for windows and linux !!! help pls

Chris Hills
Guest
 
Posts: n/a
#4: Jan 5 '07

re: printer


In article <1167986009.209566.142270@s80g2000cwa.googlegroups .com>, OZI
<osman26y@gmail.comwrites
Quote:
>by using C how can I read printer spool ? I wanna convert the data that
>sent to the printer to jpg format..Is this possible?
>
1 it depends on the OS where the printer spool is and how to redirect it
See an OS specific NG

2 You will have to find out what the format of the printer file is.
Go to the printer manufacturers web site for that.

3 you will need to understand the JPG format.
See www.wotsit.org or go to the JPG NG.

4 When you have done all that (it's called research) come back here if
you have an C specific questions. Most questions regarding the compiler
can be found on the compiler vendors web site or a compiler specific NG

--
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
\/\/\/\/\ Chris Hills Staffs England /\/\/\/\/
/\/\/ chris@phaedsys.org www.phaedsys.org \/\/\
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/



santosh
Guest
 
Posts: n/a
#5: Jan 5 '07

re: printer


OZI wrote:
Quote:
I wanna do that for windows and linux !!! help pls
Please quote what you're replying to.

As others have already noted, what you're asking needs system specific
routines to accomplish. I suspect that the methods is different for
Windows and Linux.

For Linux try comp.unix.programmer, comp.os.linux.* etc.
For Windows try comp.os.ms-windows.programming, MSDN etc.

There're also several excellent websites and mailing lists for both
platforms. A quick search will turn up more than you can chew.

Closed Thread