Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to print in a C program
Name: Jason (by Jason.L) Date: April 16, 2006 at 07:42:32 Pacific OS: windows XP CPU/Ram: P1.6GHz, 512M Product: Intel
Comment:
can anybody give me a little introduction in writing a little C program which sent out some print to a network printer on a Solaris 9 platform.
Tried with the FILE,fopen,read,write statement, using prnio or lp device. But I don't know how to open the 'printer' file and the path to that device?? how to specify a printers path to fopen?
Summary: Hi, can anybody give me a little introduction in writing a little C program which sent out some print to a network printer on a Solaris 8 platform. Tried with the FILE, fopen, fprint an fclose stateme...
Summary: Hi, Does anyone know how to compose a e-mail message in a C program on Sun/Solaris and submit the e-mail to an e-mail account (e.g., mail.yahoo.com with know username/password) for delivery? My system...
Summary: If you work on the command line, it's easy. You can use Adobe's distiller (the 'distill' command) to convert a PostScript document foo.ps to PDF format like this: distill foo.ps foo.pdf Now foo.pdf ...