Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
以下是您可以使用的开源 PDF 库列表:
PDFjet 示例
SharpPDF 示例
Report.NET 示例
iTextSharp 示例
返回苍蝇创建的 PDF 文件
您可以使用
Response.Write
返回二进制数据,请参阅 MSDN 上 "如何写入二进制数据"以下是有关如何使用
Response.WriteFile
向用户提供 PDF 的示例:Here's a list of Open Source PDF Libraries that you can use:
Example of PDFjet
Example of SharpPDF
Example of Report.NET
Example of iTextSharp
Returning on the fly created PDF-files
You can return Binary Data using
Response.Write
see MSDN on "How To Write Binary Data"Here is an example on how you use
Response.WriteFile
to give the user a PDF:您可以使用 itextsharp 来实现
you can use itextsharp for that