Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 aspx 页面,可以显示一张简单的发票。我希望有一个按钮能够单击以导出为 pdf。abcpdf 中是否有允许我将当前页面导出为 pdf 的功能?
只是为了测试,我可以读取一个 html 文件并输出到 pdf 没有任何问题。如果可能,我只想将当前的 http 响应导出为 pdf 格式?
我认为您可以尝试使用ITextSharp开源库来解决您的问题。你?