Take your html source, transform it into XML and then convert it into PDF...
or from your script call adobe api to convert html into PDF (adobe should
have COM api's that you can invoke from your
asp code)
"GeneSZ" <jingshengzhou (AT) hotmail (DOT) com> wrote
Quote:
If you are IE user, you can get your HTML source by click View|Souece.
I want to convert this HTML file into PDF file in my server site. The
first thing I must do is to get this HTML in my variable of either
server site (asp variable) or client site (javascript varialbe). How
can I do it ? Please help. |