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]")
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]")