Printing
BlitzMax Forums/BlitzMax Programming/Printing| 
 | ||
| Assuming I have a postscript file, does anyone have any samples of how I could communicate with the printer. Again, I'm assuming I have a postscript file therefore I can't use Windows GDI commands. So I guess what I need is a way to open communication with the printer, send the postscript file, and receive any feedback from the printer. Thanks for anyhelp you can provide. | 
| 
 | ||
| Have a look at Brucey's BlitzMax port for wxWidgets, wxMax. It has some OS-independent printing support, but I'm not sure if you can feed a ready-made PS file to it. Worth a look, though. | 
| 
 | ||
| Thanks much.  I'll look into it. |