Originally posted by: NISCHINTJAISWAL
well i will make it clear to u friend that i am doing a project for bank in us this bank is going online ..well the banks requriment is that if his client want to take out the print out of his dailyreport or the monthly report...the date he has sepicied ...how will we do that codeing if u have it plzzz send it to me in my email address sooon nischintjaiswal@hotmail.com
ReplyOriginally posted by: John
Is there any other way that is newer to line print? This method will not print string variables from an array. please help.
ReplyOriginally posted by: JD
Hello i would also like to know this! is there a way to get status of printer(out of paper/offline/out of ribben etc) using the serial communication. I want to use simple C++.
Also i would like to know how to re-set the printer after its done printing.
thanks,
JD
Originally posted by: Sajid Mahmood
Hi,
Can some body tell me how to get status of printer(out of paper/offline/out of ribben etc) using the serial communication. I want to use simple C.
Regards.
Sajid
ReplyOriginally posted by: JD
Is there a way for me to read in strings from another file and print them as strings?
ReplyOriginally posted by: David
Is there any way that i can chage the text size? The text is to big for the project i am working on. Thanks for your help!
-David
Originally posted by: Dawid Sienkiewicz
I used such API like OpenPrinter/WritePrinter, but I have doubt, that it's so easy, quick (in real work) and reliable.
std::ofstream ps("PRN");
if( ps.is_open() ) {
ps << "hallo printer!" << std::endl << "\f";
ps.close()
}
It's working even with network printers. I have only trouble with polish code page (I don't know what to send to printer to set this page).
Originally posted by: Manish
Is there any way to change the Text font Size using
LPT1 or PRN method for printing ??
Thanks,
Manish
Originally posted by: Nick
This is cool and easy. But! Can this code be used to print ps or prn files? If not then is there any easy way to print them?
ReplyOriginally posted by: Francisco Alfaro
In English:
This code is very short but very, very practique, I have a old printer, where i need print only one line in Windows, and with this code I resolved my problem.
Thank You
In Spanish
Macho, eres cojonudo, me has sacado de un marr�n. Hab�a perdido todo el d�a intentando sacar la forma de hacerlo.
Gracias T�o.
Francisco Alfaro