<%filename_and_path_pdf_url="http://www.vastaa.com/files/1_B5A068CD.pdf"
'filename_and_path_html_url="http://www.vastaa.com/files/1_B5A068CD.html"
filename_and_path_html_url="D:\inetpub\wwwroot\www.vastaa.com\files\1_A8935BC0.html"
Set Pdf = Server.CreateObject("Persits.Pdf")
Set Doc = Pdf.CreateDocument
Doc.ImportFromUrl filename_and_path_html_url, "PageWidth=950"
filename = Doc.Save( filename_and_path_pdf, False )
Response.Write "Downnload your pdf file here<A HREF='" & filename_and_path_pdf_url & "'>Click here</A>"
%>
DrUltima