Printing

BlitzMax Forums/BlitzMax Programming/Printing

Foolish(Posted 2008) [#1]
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.


Vilu(Posted 2008) [#2]
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.


Foolish(Posted 2008) [#3]
Thanks much. I'll look into it.