0 down vote favorite
For one of my project I need to make an PS files available for viewing online(Convert PS to HTML). I like to do it all in VB.Net code and in memory stream and without using command-line programs.
I think a perfect solution might be to write the Postscript to a stream, and simultaneously read the output stream to HTML file before writing it to a DB. Let me know if I am on the right track.
Thanks TM