Re: Printing using Win32Lib
- Posted by DerekParnell (admin) May 23, 2011
- 2373 views
lpuster said...
Conclusion: The Win32Lib print functions are very rudimentary and only suitable for plain text.
I was hoping to hear from someone who had actually done it and would provide a sample coded in Euphoria.
Your conclusion is not accurate. Win32lib can be used to do Graphical printing as easy as it can do it to a window.
The trick is to avoid using raw PCL commands and just use standard windows drawing and text/font routines, in conjunction with the Start/End Document/Page commands.
I'm a bit busy right now but I'll get a small sample program written for you over the next day or so.