One of the thing (there are not too many

This will be OK if the output could fit in a single printing page (we know the EPS is a single page figure). If the document consist of more than a single printing page, there is a way to print one by one single EPS page and import it into LaTex. And here the problem could arise.
How to organize multiple EPS figures which represents a single document? There are ways to keep them together one after another, and that is OK. But, if we like to organize our LaTex document with continuing EPS figures in a continuing fashion and to place them in the appropriate place, there is also solution with a "float" package, for instance. This might produce much empty spaces (mainly before the beginning of the first figure). Unfortunately, there is no solution like "longtable" which could spread over multiple page, and we have to play with splitting figures manually to perform this "continuing" task. This might be sometimes quite a nuisance. I think that there is no way in Latex to split the figure on two consequent printing page. If there is - please let me know.
Another way it could work might be to convert or save the source document in HTML (many software have this ability). By Googling or reading this forum I can not find how to convert HTML to Latex (have the impression that the opposite is more preffered). I found some HTML to LaTex converters but I have no experience with this. I wonder is there is a way to use HTML and import to LaTex with the requirements of keeping the look as close as possible as looking HTML in browser. Furthermore, as the HTML is markup language as TeX I wonder if there is a way to have imported multiple HTML page documents splitted (manually or automatic) in the apropriate places.
Is there are any other ways, please let me know. It would be much appreciated.
Sorry for this quite a long post, but I hope I made myself understood.
Regards,
Radovan
PS. At the moment I am preparing a book in LaTex on Numerical analysis and I need to import Mathcad documents throuought the text in a continuing fashion. I am using the explained EPS procedure for single or multiple printing page documents. I would like to have some more elegant way to do this.