I am trying to send line by line text to an old dot matrix printer from a web page. Looking around it seems this can be done using
VB quite easily by accessing the Win32 API. However, accessing the Win32 API in ASP is more difficult. I haven't figured out how to create the necessary type libraries in ASP to gain access to the inherent functions in the winspool.drv file. I thought of using a meta tag to include a reference to the winspool.drv, but am unsure on how to reference it or the library after I do get the reference. If anyone has an example of ASP code referencing the Win32 API files and how to implement them, I'd be greatly appreciative.