Hi all,
I'm having a trouble figuring out how to pass entire documents directly from my app to the printer (i.e., without opening up Word or IE Explorer). I have a list of rtf and html docs that I would like to print automatically, without forcing the user to open each document in a different app and print from there. When the user presses "Print" I would like the ability to take each of the pathnames that I have stored and send them to the printer in succession so that it gives the feeling of seamless printing of the entire list of documents. Does anyone know how I could accomplish such a task? (hopefully something similar to "printer.Paintpicture(loadpicture("name"), Top, Left, Width Height" for images???). HTML and RTF are the major doc types that I need to be able to print this way. Any help would be GREATLY appreciated!