itext-java VS pyHanko

Compare itext-java vs pyHanko and see what are their differences.

itext-java

iText for Java represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText can be a boon to nearly every workflow. (by itext)

pyHanko

pyHanko: sign and stamp PDF files (by MatthiasValvekens)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
itext-java pyHanko
2 10
1,858 436
2.4% -
9.5 9.0
about 19 hours ago 2 days ago
Java Python
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

itext-java

Posts with mentions or reviews of itext-java. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-07.

pyHanko

Posts with mentions or reviews of pyHanko. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-02.
  • Stirling PDF: Self-hosted, web-based PDF manipulation tool
    4 projects | news.ycombinator.com | 2 May 2024
    - excellent open source library for working with PDFs and digital signatures (incl. PDF ones): https://github.com/MatthiasValvekens/pyHanko
  • Signing PDFs
    1 project | /r/pdf | 7 Dec 2023
    If you mean signing as in "adding a digital, cryptographic signature", you could use pyhanko () which provides everything state-of-the-art to do just that.
  • Anything self hosted like paperless.io?
    5 projects | /r/selfhosted | 27 Nov 2022
    Document read from codimd-api https://github.com/hackmdio/hackmd-cli/blob/master/README.md - Matching config.yaml + styles read from git - Fetching data from CRM https://docs.espocrm.com/development/api/#client-implementations - Parsing markdown as jinja template - Generate pdf from markdown https://github.com/jmaupetit/md2pdf - Add signature fields https://github.com/MatthiasValvekens/pyHanko - store pdf file (maybe seafile?) (or nextcloud)
  • Digitally Sign PDFs?
    4 projects | /r/archlinux | 6 Mar 2022
    I don't think Okular supports PKCS#11 out of the box, but if you're OK with CLI tooling, this might suit your needs: https://github.com/MatthiasValvekens/pyHanko (full disclosure: I wrote that tool, so assume I'm biased).
  • How does document signing work in practice?
    1 project | /r/crypto | 27 Jun 2021
    Shameless plug: I'm the author of this tool: https://github.com/MatthiasValvekens/pyHanko/.
  • Introducing Certomancer: the Python X.509 testing framework
    2 projects | /r/Python | 12 Apr 2021
    Certomancer started out as a weekend-long hacking session because I wanted to put the test suite for pyHanko on more solid foundations. I more or less knew where I wanted to go: I started by crafting a configuration file describing a somewhat involved testing configuration, and then implemented features incrementally until the tool was capable of handling the sample config I initially put together. This is the result.
  • Password protect PDF's
    1 project | /r/pdf | 26 Mar 2021
    If you aren't afraid of some command-line tooling, you can use pyHanko: https://github.com/MatthiasValvekens/pyHanko/. It's mainly a signing tool, but the library behind it supports literally every encryption scheme in the PDF standard. The CLI is a bit more restricted, but it'll probably still do the job in this particular case.
  • SafeNet digital tokens on linux
    1 project | /r/linuxquestions | 12 Jan 2021

What are some alternatives?

When comparing itext-java and pyHanko you can also consider the following projects:

OpenPDF - OpenPDF is a free Java library for creating and editing PDF files, with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.

OCRmyPDF - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched

Open HTML to PDF - An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!

certomancer - Quickly construct, mock & deploy PKI test configurations using simple declarative configuration.

Apache PDFBox - Mirror of Apache PDFBox

xournalpp - Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.

itext-dotnet - iText for .NET is the .NET version of the iText library, formerly known as iTextSharp, which it replaces. iText represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabilities and the ability to create, edit and enha

Loki - Loki - Simple IOC and YARA Scanner

blockchain_implementation - Simple blockchain implementation using python and flask. It implements basic concepts of blockchain, like proof of work, mining, consensus, generating and validating the signature on transaction etc.

Peergos - A p2p, secure file storage, social network and application protocol

hackmd-cli - The HackMD/CodiMD Command Line Tool