iTextSharp 版本 4.1.6(具有先前的许可条件)

发布于 2024-11-02 03:45:50 字数 390 浏览 0 评论 0原文

我有一个旧项目,正在使用 iTextSharp 库生成 PDF。 iTextSharp DLL 添加为项目的引用。 iTextSharp 最初是根据 LGPL 许可证提供的。不久前,许可证已更改为 AGPL(在版本 5.0.0 中),即保留副本,因此如果您使用它,则必须对所有代码进行 GPL。

我的问题是我不知道我何时下载了项目中链接的 DLL 文件。我不知道该 DLL 是否仍处于 LGPL 之下,还是已经处于 AGPL 之下。这意味着我必须将我的项目授予 GPL。

当您只有 DLL 时,有什么方法可以检查 iTextSharp 的版本是什么?或者它的许可证是什么?

或者是否有任何地方可以下载仍处于 LGPL 下的旧版本 iTextSharp,这样我就可以确保我不会因为不将我的项目设为 GPL 而破坏许可证?

I have an old project that is using iTextSharp library for PDF generation. iTextSharp DLL is added as reference to the project. iTextSharp was originally available under the LGPL licence. Some time ago the licence has changed to be AGPL (in release 5.0.0) that is copy left so you'd have to GPL all your code if you used it.

My problem is that I don't know when I downloaded the DLL file that is linked in my project. I don't know if the DLL is still under LGPL or it is already under AGPL. And that would mean that I have to GPL my project.

Is there any way to check what is the version of iTextSharp when you have only the DLL? Or what is the licence of it?

Or is there any place where I can download old version of iTextSharp that is still under LGPL so I'll be sure I'm not breaking the licence by not making my project GPL?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

疯到世界奔溃 2024-11-09 03:45:50

似乎 iTextSharp 维护者从 SourceForge 中删除了 iTextSharp 4.1.6,无论如何,您可以尝试简单地通过 Google 搜索“itextsharp-4.1.6.zip”来查找替代下载源


编辑:这里是 4.1 的链接。 6. 动态链接库:http://pdfviewernet.googlecode.com/svn-history /r55/trunk/PDFView/PDFView/lib/itextsharp.dll

seems like iTextSharp maintainers removed iTextSharp 4.1.6 from SourceForge, anyway you can try to simply Google for "itextsharp-4.1.6.zip" to find alternative download sources


EDIT: here is the link for 4.1.6 dll: http://pdfviewernet.googlecode.com/svn-history/r55/trunk/PDFView/PDFView/lib/itextsharp.dll

巨坚强 2024-11-09 03:45:50

iTextSharp (LGPL / MPL) 4.1.6 可通过 NuGet 获取。

有关详细信息,请参阅 http://nuget.org/packages/iTextSharp-LGPL

iTextSharp (LGPL / MPL) 4.1.6 is available via NuGet.

For more information, see http://nuget.org/packages/iTextSharp-LGPL.

夏尔 2024-11-09 03:45:50

右键单击该 dll,然后转到“属性”,在“详细信息”选项卡下应列出版本号。

Right click on the dll and go the Properties, under the Details tab it the version number should be listed.

鯉魚旗 2024-11-09 03:45:50

iTextSharp 4.1.6 在 github 上有源代码

iTextSharp 4.1.6 has sources on github.

以酷 2024-11-09 03:45:50

您还可以检查它生成的 PDF 的“文档信息”值,特别是“生产者”。在 Adob​​e Reader 中,按 ctrl+D 并转到第一个选项卡。

You can also check the PDF it generates' Document Info values, the "Producer" in particular. In Adobe Reader you hit ctrl+D and go to the first tab.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文