C# AcroPDFlib、AxAcroPDFLib 商用

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14570073/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-10 12:18:20  来源:igfitidea点击:

AcroPDFlib, AxAcroPDFLib commercial use

c#axacropdf

提问by Andrzej

I'm C# developer and i'd like to use this libraries: AcroPDFlib, AxAcroPDFLib

我是 C# 开发人员,我想使用以下库: AcroPDFlib、AxAcroPDFLib

from Visual Studio COM References. Is it't legal to sell software which using these libraries ? I know that it's required to have installed Adobe Reader on PC.

来自 Visual Studio COM 引用。销售使用这些库的软件是否合法?我知道需要在 PC 上安装 Adob​​e Reader。

Can I sell it without contact with Adobe ? It's not easy to find clear find clear information.

我可以在不与 Adob​​e 联系的情况下出售它吗?找到清晰的信息并不容易。

Best regards, Baton.

最好的问候,巴顿。

采纳答案by Nasenbaer

No it is not legal. The current license fee is:

不,这是不合法的。目前的许可费用为:

One-time License Fee - $5,000

一次性许可费 - $5,000

The following libraries are from Adobe and you need to get any license if you want to sell it commercial.

以下库来自 Adob​​e,如果您想将其商业化,则需要获得任何许可。

http://www.datalogics.com/products/pdfl

http://www.datalogics.com/products/pdfl

The following files are wrappers and there is no need of license of a wrapper:

以下文件是包装器,不需要包装器的许可证:

AxInterop.AcroPDFLib.dll

Interop.AcroPDFLib.dll

AxInterop.AcroPDFLib.dll

互操作.AcroPDFLib.dll

But if you are downloading these both files from anywhere in the internet, it is not legal to sell it to your customers. The original files

但是,如果您从 Internet 的任何地方下载这两个文件,则将其出售给您的客户是不合法的。原始文件

AxInterop.AcroPDFLib.dll

Interop.AcroPDFLib.dll

AxInterop.AcroPDFLib.dll

互操作.AcroPDFLib.dll

Are needed and then, you need a license. Pay attention using http://wpfpdfviewer.codeplex.com/for reading PDF files. It is not for free for commercial as it seems to be.

需要然后,你需要一个许可证。注意使用http://wpfpdfviewer.codeplex.com/阅读 PDF 文件。它不是免费用于商业的,因为它似乎是。

回答by bwolrige

@Piotr Knut is correct, you are free to distribute these libraries as long as the user has Reader or Acrobat installed.

@Piotr Knut 是正确的,只要用户安装了 Reader 或 Acrobat,您就可以自由分发这些库。

When my development team encountered this thread we engaged our Vendor Management department for clarification directly from Adobe. The response from Adobe was

当我的开发团队遇到这个话题时,我们直接联系了我们的供应商管理部门从 Adob​​e 那里得到澄清。Adobe 的回应是

The complete list of the APIs are listed in the SDK documentation: http://help.adobe.com/en_US/acrobat/acrobat_dc_sdk/2015/HTMLHelp/#t=Acro12_MasterBook%2FAPI_References_SectionPage%2FAPI_References%2FAcrobat_API_Reference%2Findex.htmlYou are free to use any of these to build the app.

这些API的完整列表是在SDK文档中列出: http://help.adobe.com/en_US/acrobat/acrobat_dc_sdk/2015/HTMLHelp/#t=Acro12_MasterBook%2FAPI_References_SectionPage%2FAPI_References%2FAcrobat_API_Reference%2Findex.html您可以自由使用其中任何一个来构建应用程序。

回答by developer68