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
print purelprint questions
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: print purelprint questions
PureLPRINT sends data directly to the printer.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
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).
-
- User
- Posts: 49
- Joined: Wed Jan 12, 2005 3:50 pm
10x for responding
10x for responding