.net PDF 编写器/创建器
我需要从具有特定布局的 HTML 内容创建 PDF。我环顾四周,唯一能想到的值得称道的选择是 SuperWebGoo 和 PDFSharp。 PDFSharp 已经 2 年没有更新了,而 SuperWebGoo 每台服务器大约 500 美元。 SuperWebGoo 非常有前途,我已经试用了该产品,看起来很适合我的需求。
我正在寻找任何开源 .NET 产品来通过示例实现我的目标。任何意见都将受到赞赏。非常感谢!
I have a need to create PDFs from HTML content with specific layouts. I have looked around quite a bit and the only options I could come up with worth any repute are SuperWebGoo and PDFSharp. PDFSharp hasn't been updated in 2 years whereas SuperWebGoo is about 500 dollars per server. SuperWebGoo is pretty promising and I have done a trial of this product and seems suitable for my needs.
I am looking for any open source .NET products to accomplish my goal with samples. Any inputs are appreciated. Thanks a bunch!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看iText。它是开源的,可能会做你想做的事。至于文档,Manning 有一本名为 iText in Action 的书 (http://www.manning.com/lowagie/)
Look at iText. It is open source and just might do what you want. As for documentation, Manning has a book called iText in Action (http://www.manning.com/lowagie/)
我使用了 ABCPDF,它是一个很好用的产品。使用简单,支持出色。
I used ABCPDF and it was a good product to work with. Simple to use and awesome support.