print purelprint questions

Just starting out? Need help? Post your questions and find answers here.
z3phir2003
User
User
Posts: 49
Joined: Wed Jan 12, 2005 3:50 pm

print purelprint questions

Post 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
Konne
Enthusiast
Enthusiast
Posts: 434
Joined: Thu May 12, 2005 9:15 pm

Post by Konne »

You can print an image with Purebasic. See the Print Lib in the Help.
Apart from that Mrs Lincoln, how was the show?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: print purelprint questions

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
z3phir2003
User
User
Posts: 49
Joined: Wed Jan 12, 2005 3:50 pm

10x for responding

Post by z3phir2003 »

10x for responding
Post Reply