简体   繁体   English

使用C#和免费的第三方组件签署PDF?

[英]Sign a PDF using C# and a free 3rd party component?

is there a reliable way to sign PDFs from a commercial ASP.NET (C#) application? 有没有一种可靠的方法来从商业ASP.NET(C#)应用程序签名PDF? The component should be free to use. 该组件应免费使用。 I saw iText, but its not free for commercial use. 我看到了iText,但它并非免费用于商业用途。

Thanks 谢谢

You can use ITextSharp as long as you use version 4.1.6 or older. 只要使用版本4.1.6或更早版本,就可以使用ITextSharp。 Unfortunately, they have removed it from sourceforge but you can download it (with a sample application) at http://www.4guysfromrolla.com/articles/030911-1.aspx . 不幸的是,他们已经从sourceforge中删除了它,但是您可以从http://www.4guysfromrolla.com/articles/030911-1.aspx下载它(带有示例应用程序)。

I have been using it for filling pdf forms and it works like a charm :-). 我一直在用它来填写pdf表格,它的工作原理很像::)。

尝试使用PDF Sharp: http//www.pdfsharp.net/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM