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.
我必须通过从数据库返回一些数据来创建 PDF 报告。如何在不使用 MS Office 的情况下创建 PDF 文件?我可以使用 SSRS 吗?如果是,我该怎么做?但我不想使用水晶报表..
我建议iTextSharp ,一个非常易于使用的iText java 库的 C# 端口。它可以在以下链接中找到。几年来,我在 ASP.NET 项目中经常使用它来生成 pdf 文档。