For one of my projects I need to make PostScript files available for viewing online, My goal is to convert these PostScript files to HTML. I'd 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, and if you have any suggestions on how to achieve this.