Page 1 of 1

print purelprint questions

Posted: Tue Jun 20, 2006 9:12 am
by z3phir2003
hi
is posible to print a image with purelprint ? and if so how ?
is posible to print a table with purelprint ? and if so how ?

10x in advance for any response

Posted: Tue Jun 20, 2006 9:48 am
by Konne
You can print an image with Purebasic. See the Print Lib in the Help.

Re: print purelprint questions

Posted: Tue Jun 20, 2006 10:38 am
by gnozal
z3phir2003 wrote:hi
is posible to print a image with purelprint ? and if so how ?
is posible to print a table with purelprint ? and if so how ?
10x in advance for any response
PureLPRINT sends data directly to the printer.
So to print an image or a table you have to translate your data to the printer's language (PCL for HP printers for example).
TerryHough seems to have a lot of experience in this domain : http://www.purebasic.fr/english/viewtop ... c&start=13

Note that you can more easily print an image with Purebasic native functions.

10x for responding

Posted: Tue Jun 20, 2006 1:34 pm
by z3phir2003
10x for responding