Author: Daniel CrichtonDaniel Crichton Date: Feb 5, 2007 05:31
Eric wrote on Mon, 5 Feb 2007 09:35:45 -0800:
> Hi,
>
> I noticed that PHP have the ability to create PDF files without using any
> third partty componentys. Most notably is via FPDF. It generates PDF by
> using "pdf markups" / or ghostscripts
>
> I believe the same can be done via ASP too. One has to use response.write
> pdf headers.
>
> Has anyone succeeded in doing that?
>
> Please advise. Thanks
>
> I have the intention to go thru PHP's FPDF and try to convert that to
> VBScript.
|