skoona
17th March 2004, 02:03 PM
I have written a few ncurses and Gtk programs in Linux and when I needed to output to a printer, i used the basic lineprinter technique; i.e. ascii with cr/lf/ff.
I'm not sure how to even approach printing in linux. I have programmed graphics oriented printer streams in OS/2 and that other thing. I see no device-contexts in linux. And I sure don't want to learn postscript.
So my question is ;
A. What do you use to print a form with data? something like a order form.
B. Or even what's a general approach - output markup to a file and post-process it ?
C. or is there a device context that would handle the virtualization of printing a form?
James,
I'm not sure how to even approach printing in linux. I have programmed graphics oriented printer streams in OS/2 and that other thing. I see no device-contexts in linux. And I sure don't want to learn postscript.
So my question is ;
A. What do you use to print a form with data? something like a order form.
B. Or even what's a general approach - output markup to a file and post-process it ?
C. or is there a device context that would handle the virtualization of printing a form?
James,