How can I create a PDF file in classic ASP?

前端 未结 3 665
野性不改
野性不改 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:31

    Maybe running an external application that could be using CrystalReports... and you just pass it as an xml?

    That's how i would do it... (lazy mode)

提交回复
热议问题