iTextSharp in version 4.1.6 (with previous licence conditions)

前端 未结 5 1487
余生分开走
余生分开走 2020-12-15 05:00

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

相关标签:
5条回答
  • 2020-12-15 05:34

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

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

    0 讨论(0)
  • 2020-12-15 05:35

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

    0 讨论(0)
  • 2020-12-15 05:35

    iTextSharp 4.1.6 has sources on github.

    0 讨论(0)
  • 2020-12-15 05:45

    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.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题