Forum How do I...?

Generating en opening PDF from ASP URL

Paul
Hi,

When installed on the server is it possible to generate a PDF-file from an ASP URL with arguments?

So something like this:

objPrince.Convert("hvg_pe.asp?a=1295&u=" & Request("u") & "&y=" & Request("y"), "[location on server]")
mikeday
Yes, but you need to supply the full HTTP URL.