How can I create a PDF file in classic ASP?

前端 未结 3 530
野性不改
野性不改 2021-01-05 17:53

Is there any way to generate PDF files from classic ASP? I have a bunch of user-entered data that needs to be turned into a PDF that the user can download. How can I do this

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-05 18:57

    See a full list of PDF components here: http://www.aspin.com/home/components/document/pdf Many of them are free.

    It is also possible to use XSLT to output PDF but I am not sure if this is supported by the Microsoft XML Parser. I remember there were something stopping me when I tried to do this 3-4 years ago. Might be worth checking out know depending out the type of data you have as source.

    However if these are static files or a one time job consider using a PDF converter on your computer and just upload the files to the server. There are heaps of tools for this, including Adobe Acrobat.

提交回复
热议问题