xournalpp VS pyHanko

Compare xournalpp vs pyHanko and see what are their differences.

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. (by xournalpp)

pyHanko

pyHanko: sign and stamp PDF files (by MatthiasValvekens)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
xournalpp pyHanko
221 9
10,241 426
3.3% -
9.5 9.1
3 days ago about 1 month ago
C++ Python
GNU General Public License v3.0 only 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.

xournalpp

Posts with mentions or reviews of xournalpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-11.

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 2022-11-27.
  • 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 xournalpp and pyHanko you can also consider the following projects:

rnote - Sketch and take handwritten notes.

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.

obsidian-excalidraw-plugin - A plugin to edit and view Excalidraw drawings in Obsidian

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

notekit - A GTK3 hierarchical markdown notetaking application with tablet support.

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

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

Loki - Loki - Simple IOC and YARA Scanner

onenote - 📚 Linux Electron Onenote - A Linux compatible version of OneNote

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.

Trilium Notes - Build your personal knowledge base with Trilium Notes

hackmd-cli - The HackMD/CodiMD Command Line Tool