iText

iText
Developer(s) iText Group NV
Initial release 2000
Stable release
7.1.3 [1] / August 1, 2018 (2018-08-01)
Repository https://developers.itextpdf.com/downloads
Written in Java, C#
Operating system Cross-platform
Type Library
License AGPLv3[2]
Proprietary
Website https://itextpdf.com/

iText is a library for creating and manipulating PDF files in Java and .NET.

iText was written by Bruno Lowagie. The source code was initially distributed as open source under the Mozilla Public License or the GNU Library General Public License open source licenses. However, as of version 5.0.0 (released Dec 7, 2009) it is distributed under the Affero General Public License version 3. A fork of the LGPL/MPL licensed version of iText is currently actively maintained as the OpenPDF library on GitHub.[3] iText is also available through a proprietary license, distributed by iText Software NV.

iText provides support for most advanced PDF features such as PKI-based signatures, 40-bit and 128-bit encryption, color correction, Tagged PDF, PDF forms (AcroForms), PDF/X, color management via ICC profiles and barcodes, and is used by several products and services, including Eclipse BIRT, Jasper Reports, JBoss Seam, Windward Reports, and pdftk.

History

iText (formerly rugPdf) was developed by Bruno Lowagie in the winter of 1998 as in-house project at Ghent University to create a PDF documents application for the student administration. [4] Preliminary versions lacked most modern functionality, initially only featuring the ability to read and write PDF files, and required developers to be knowledgeable of PDF syntax, objects, operators and operands to work with the library. Leonard Rosenthol, PDF Architect at Adobe, lists iText as one of the early milestones in the history of openness of PDF.[5]

In 1999, Lowagie threw away the rugPdf code and wrote a new library, iText, from scratch. Lowagie created iText as a library that Java developers could use to create PDF documents without knowing PDF syntax,[6] and released it as a Free and Open Source Software (FOSS) product on February 14, 2000. In the summer of 2000, Paulo Soares joined the project and is now considered one of the main developers.

In late 2008, iText became available for proprietary license, and in early 2009 iText Software Corp. was formed to be the worldwide licensor of iText products.[7]

iText has since been ported to the .NET Framework under the name iTextSharp, written in C#. While it has a separate codebase, it is synchronized to the main iText release schedule.

ISO standards support

iText adheres to most modern day PDF standards, including:

Watch PDF and Standards,[10] a talk by Adobe's PDF architect Leonard Rosenthol at the iText Summit in 2012.

Licensing

iText is a registered trademark by iText Group NV filed to the USPTO on January 13, 2010 with Serial Number 77910731.[11]

iText was originally released under the MPL/LGPL. On December 1, 2009, with the release of iText 5, the license was switched to the Affero General Public License v3.[12] Projects that did not want to provide their source code (as required by the AGPL) could either purchase a commercial license to iText 5 or continue using previous versions of iText under the MPL/LGPL.[13][14]

During the due diligence process to prepare for iText 5, several IP issues with iText 2 were discovered and fixed. The different IP owners agreed to remove as many copies of the old versions from the web, but the old version still lives on in several forks.[15] Despite this, iText 2.1.7 is still being distributed by iText on Github [16] and on Maven Central.[17] For instance: iText 4 for Java was never officially released. However, iText with the svn tag 4_2_0 was made available with the release description "This is the final version of iText available as an MPL/LGPL library. " [18] It was a fork created by a third party that hijacked the com.lowagie groupId (which is explicitly forbidden in the Guide to uploading artifacts to the Central Repository [19]) because this fools users into upgrading to this third party version, instead of upgrading to an official version.[20]

These forks are still an IP liability, but their relevance is fading because the 2009 version of iText also had some issues:

  • The digital signature functionality is unsafe since SHA-1 was deprecated,
  • There is no support for the PDF/A-2 standard (released in 2011) and the PDF/A-3 standard (released in 2012),
  • There is no support for the PDF/UA standard (released in 2012),
  • There is no support for the PDF 2.0 standard (released in 2017),
  • There is no support for Indic languages,...

All of these features are now available in the new version of iText - iText 7 [21]

Awards

In 2007, SOA World Magazine listed iText as one of the ten Open Source solutions enterprises should be using.[22] James Gosling praised the iText library, using it in a new edition of Huckster.[23] The New York Times also used iText to create PDF versions of their public domain articles.[24]

In 2011, iText was featured on Devoxx (The Java community conference).[25]

In 2013, Deloitte nominated the iText Software Group for the Technology Fast 50 Award in the Benelux. The company was ranked 10th in the Benelux and Third in Belgium.[26][27][28][29]

In 2014, iText won the BelCham Entrepreneurship Award in the category "Most Promising Company of the Year"[30] and Deloitte recognized iText Group NV as the fastest growing technology company in Belgium.[31] Subsequently, the company was ranked #28 in Deloitte's Technology Fast 500 in the EMEA region.[32] iText was also featured on the PDF Days in Cologne, Washington DC en New York, on Java One in San Francisco, on Devoxx in Antwerp, and many other events.

In 2017 iText won the international Business Awards - "Most Innovative Tech Company of the Year- under 100 employees 2017" iText is proud to be honored with a second Silver Stevie in the International Business Awards. This year we are recognized in the "Most Innovative Tech Company of the Year- under 100 employees". [33]

In 2017 IT person of the Year — 2017 For the second year in a row, our Founder, Bruno Lowagie, was selected as one of the nominees on the Long List of the Belgian IT Person of the Year Award by Computable [34]

In 2017 the American Business Awards For the third time in a row, iText has won a Bronze Stevie in the American Business Awards in the category "Most Innovative Tech Company of the Year."[35]

In 2017/18 the ITEXT GROUP won "The ELITE Award for Growth Strategy of the Year" [36]

In 2018 - Inc. 5000 Europe Award 2018 For the 4th year in a row, iText made the Inc. 5000 Europe list which is made up of the fastest growing private companies in Europe.[37]

Further reading

  • Lowagie, Bruno (Summer 2010). iText in Action (2nd ed.). Manning Publications. p. 600. ISBN 978-1-935182-61-0.
  • Lowagie, Bruno (8 December 2006). iText in Action (1st ed.). Manning Publications. p. 656. ISBN 1-932394-79-6.
  • Review first edition on JavaLobby by Stephen Kitt
  • Review second edition in Freies Magazin by Michael Niedermair
  • PDF Generation Made Easy by Benoy Jose
  • Tools of the Trade, Part 1: Creating PDF documents with iText by Jeff Friesen (Adobe Press)
  • Dynamically Creating PDFs in a Web Application by Sean C. Sullivan

See also

References

  1. Changelog.
  2. "The 'LICENSE.md' file in iText source code repository". github.com/itext/itext7. Retrieved 2018-01-10.
  3. "The OpenPDF project on GitHub.com". github.com. Retrieved 2017-02-27.
  4. {{cite web|url=https://www.ugent.be/en
  5. GoogleMan. "pdf". pdf-pdf.blogspot.be.
  6. {{cite web|url=http://epub01.publitas.com
  7. "Feature article in Wereldwijs, a monthly magazine by Flanders Investment and Trade (in Dutch)". Epub01.publitas.com. Retrieved 2013-10-26.
  8. PDF Association (2013-06-06). "How to create PDF/A-3 using iText". Pdfa.org. Retrieved 2013-10-26.
  9. "iText bringing PDF/UA support to Java Implementations". duff-johnson.com.
  10. PDF and Standards (by Leonard Rosenthol). YouTube. 7 October 2013.
  11. "Search USPTO database (direct links to Trademarks aren't allowed)". uspto.gov.
  12. "Moving to AGPL: changed the headers". github.com.
  13. 1T3XT info (7 December 2009). "Re: [iText-questions] Silent license change?". mail-archive.com.
  14. Talk about the (A)GPL by Ywein Van den Brande, IP lawyer and technologist
  15. "Can iText 2.1.7 / iTextSharp 4.1.6 or earlier be used commercially?". itextpdf.com.
  16. https://github.com/itext/itextpdf/releases?after=5.0.2
  17. https://mvnrepository.com/artifact/com.lowagie/itext/2.1.7
  18. https://sourceforge.net/p/itext/code/6803/log/?path=/tags/iText_4_2_0
  19. Guide to uploading artifacts to the Central Repository
  20. "My Maven build is broken, what should I do?". itextpdf.com.
  21. "iText 7". itextpdf.com.
  22. "SOA World Magazine". Soa.sys-con.com. Retrieved 2013-10-26.
  23. "James Gosling praises iText". Blogs.oracle.com. 2007-09-20. Archived from the original on 2013-12-15. Retrieved 2013-10-26.
  24. New York Times uses iText on nytimes.com
  25. "iText - Devoxx 2011 - Devoxx". devoxx.com.
  26. Ranking Deloitte Technology Fast 50 Benelux Archived 2013-10-14 at the Wayback Machine.
  27. Pieterjan Van Leemputten. "Tien Belgen in Deloitte Technology Fast50". knack.be.
  28. "De 5 Belgische digitale start-ups met de snelste groei". digimedia.be.
  29. "Deloitte's Fast 50 Newspaper article" (PDF). Archived from the original (PDF) on 2013-10-19.
  30. "BELCHAM "In the News". Press active in covering last night's Annual Gala - BelCham". belcham.org. Archived from the original on 2014-10-24.
  31. "iText Group wins Deloitte Technology Fast50". Deloitte Belgium. Archived from the original on 2014-10-24.
  32. http://www2.deloitte.com/content/dam/Deloitte/global/Documents/Technology-Media-Telecommunications/gx-tmt-emea-f500-2014-ranking.pdf
  33. http://stevieawards.com/
  34. https://www.computable.be/artikel/nieuws/loopbaan/5907890/5440850/computable-selecteert-66-it-managers.html
  35. https://stevieawards.com/aba/
  36. https://www.businessawardseurope.com/otw/entry/22980
  37. https://www.inc.com/inc5000eu/list/2018
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.