qpdf VS Paperless

Compare qpdf vs Paperless and see what are their differences.

qpdf

QPDF: A content-preserving PDF document transformer (by qpdf)

Paperless

Scan, index, and archive all of your paper documents (by the-paperless-project)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
qpdf Paperless
18 27
3,052 7,543
4.7% -
9.5 5.3
4 days ago about 3 years ago
C++ Python
Apache License 2.0 GNU General Public License v3.0 only
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.

qpdf

Posts with mentions or reviews of qpdf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-20.
  • 🔍Underrated Open Source Projects You Should Know About 🧠
    9 projects | dev.to | 20 Mar 2024
    QPDF is a CLI tool that performs content-preserving transformations on PDF files. We have another tool for managing files!
  • Insecure Features in PDFs
    1 project | news.ycombinator.com | 26 Feb 2024
    Given how well Preview.app and Safari work for viewing >99% of PDFs I actually encounter in the wild, this article makes Apple's engineering decisions look good.

    It also confirms many suspicions I've had over the years that have led me to, e.g., running all PDFs from questionable sources through VirusTotal before viewing on platforms where I wouldn't normally run antivirus software.

    The original article also confirms my suspicions that this step is inadequate:

    Because the Launch action can be considered as a danger- ous feature, we conducted a large-scale evaluation of 294,586 PDF documents downloaded from the Internet, in order to research if there are any legitimate use cases at all. Of those documents, only 532 files (0.18%) contained a Launch action. While none of the files was classified as malicious according to the VirusTotal database, we conclude that the Launch action is rarely used in the wild and its support should be removed by PDF implementations as well as the standard.

    Incidentally, the Launch action is still present in the most recent version of the PDF standard[1], with only OS-specific launch parameters deprecated (which include passing arguments to the launched executable, so eliminating the deprecated feature is still a significant security gain).

    Finally, I'm both personally and professionally curious about how the non-DoS examples in this articles may apply to non-viewer PDF tools and libraries like qpdf[2] and Ghostscript's original and recently reimplemented PDF interpreters[3].

    [1] https://pdfa.org/resource/iso-32000-pdf/

    (registration required, but at least the base standard is available at no cost; sadly, important incorporated standards like ISO 21757-1:2020 [ECMAScript for PDF] are not)

    [2] https://qpdf.sourceforge.io

    [3] https://ghostscript.com/blog/pdfi.html

  • Jim Keller criticizes Nvidia CUDA, x86 – 'CUDA's a swamp, not a moat, like x86'
    1 project | news.ycombinator.com | 23 Feb 2024
    I know you're talking about GUI editing, but I've found libqpdf[1] incredibly useful for making programmatic PDF edits with minimal (typically no) structural disturbance.

    [1] https://qpdf.sourceforge.io

  • How to remove all metadata & identifiers when uploading Elsevier articles to libgen?
    1 project | /r/libgen | 7 Apr 2023
    Solved this. So the string which we were concerned about depends on the time, which is why it changes everytime a new document is generated with the same source PDF. it is a meaningless string really. from the documentation, it gives this explanatin. To be sure, i raised an issue with the guys at QPDF and they were quick to answer the question too. The explanation theyve given is even more clearer.
  • I wanna design UI/Ux for open source!
    7 projects | /r/opensource | 11 Jan 2023
  • qpdf.el: A transient Emacs wrapper for qpdf
    4 projects | /r/emacs | 15 Aug 2022
    Hi, this is my first Emacs package! It provides a transient wrapper for the qpdf command-line tool aimed especially at users of pdf-tools or at least DocView. With it one can, for example, remove/reorder/split/rotate pages of a pdf file, merge pdf files, remove annotations, and apply a range of transformations to a pdf file. See the qpdf documentation.
  • The New Ghostscript PDF Interpreter
    4 projects | news.ycombinator.com | 31 Jul 2022
    There are some here, as test files in the qpdf library: https://github.com/qpdf/qpdf/tree/main/qpdf/qtest/qpdf

    (I wrote a low-level PDF parser and ran it over the PDF files that happened to be present on my laptop—just regular ones—and ran into some files that (some) PDF viewers open but even qpdf doesn't. I say "even" because qpdf is really good IMO.)

  • Ask HN: Why is the PDF format so inaccessible?
    8 projects | news.ycombinator.com | 4 May 2022
    If you're comfortable handling the (typo)graphical aspects of the PDF yourself and have the ability to consume a C++ library, I've had good experiences using the Apache-licensed qpdf[1] library to handle the low-level structural aspects of the PDF standard. It's particularly convenient when your application requires structure-preserving integration of existing PDF content.

    Simple example applications, each completed in 2–3 days, both in C#, using C++/CLI to integrate libqpdf:

    1. Overlaying fixed-format text on pre-existing blank PDF form pages, ensuring the content of each distinct form page is embedded exactly once, and that all necessary assets (fonts, images, etc.) from the blank form PDF pages are included in the output PDF.

    2. Losslessly combining a sequence of PDF, TIFF, and JPEG images into a single PDF with bookmarks pointing to the first page of each source file and existing image compression maintained where possible. In this application, only the source TIFFs were anything other than arbitrary (i.e., the TIFFs were more-or-less baseline images coming from a small number of scanning systems, but the JPEGs and PDFs came from all sorts of different applications).

    [1] https://github.com/qpdf/qpdf

  • unlocking pdfs WITH password
    1 project | /r/Piracy | 24 Mar 2022
    Use qpdf https://github.com/qpdf/qpdf
  • Quick macOS terminal command to batch remove user password from PDF
    2 projects | /r/MacTerminal | 5 Feb 2022
    I was looking for a way on macOS to batch remove the user password from a bunch of PDF files that had the same password. I found the easiest way was to use qpdf with the following command:

Paperless

Posts with mentions or reviews of Paperless. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-20.
  • 🔍Underrated Open Source Projects You Should Know About 🧠
    9 projects | dev.to | 20 Mar 2024
    Paperless-ngx is the successor to the original Paperless & Paperless-ng projects, both of which are now in public archive. The original projects are not dead, but rather, continued through the open source community!
  • Paperless-Ngx v2.0.0
    17 projects | news.ycombinator.com | 29 Nov 2023
    There's this:

    https://github.com/the-paperless-project/paperless/issues/20

    I don't know if it made it's way into this fork.

  • Welche App zum Einscannen von privaten Unterlagen ist empfehlenswert?
    1 project | /r/FragReddit | 10 Jan 2023
    Paperless: https://github.com/the-paperless-project/paperless
  • QuĂ©bec lifehack: la BanQ!
    3 projects | /r/Quebec | 20 Oct 2022
  • My take on document archiving: Virtualpaper
    7 projects | /r/selfhosted | 19 Jul 2022
    Agreed. It's difficult to beat paperless* for single-user systems. It does have some rudimentary user management from Django, but it's an admin party and there's no way to give users separate repositories. They've been looking into it for years, going back as far as the original paperless project. I imagine such a feature is difficult to add on as an afterthought because it touches everything, so it should be built in from the very beginning. And it seems they're looking for a perfect implementation, which may or may not exist. Thus, years later, paperless* remains effectively a single-user app.
  • Paperless-NGX
    3 projects | news.ycombinator.com | 29 Mar 2022
    If I understand this correctly, the original Paperless was archived (Archival notice)[https://github.com/the-paperless-project/paperless/commit/9b...], so Paperless-NG was created.

    Now that Paperless-NG seems to be going unmaintained (last commit on 15th Sep 2021), Paperless-NGX has been created with a focus on an org, so that the continuity of the project can be maintained with a simple path for the original creators to join back if they want to.

    I don't think the community could have handled this better!

  • Announcing first release of Paperless-ngx, the community-supported successor to Paperless-ng
    13 projects | /r/selfhosted | 10 Mar 2022
    As many of you know "Paperless-ng" was a very popular fork of the document management system "Paperless". The initial author of -ng, Jonas Winkler, created an amazing project that was eventually designated as the 'official' successor. He maintained a furious development pace for some time but as of this post hasn't been heard from in months. A group of folks dedicated to the software (myself included) decided to try and revive the project and hopefully set it up for a long future. Yes, a similar thing happened with the original Paperless, we are hoping to avoid some of the same mistakes. See jonaswinkler/paperless-ng#1599, jonaswinkler/paperless-ng#1632 and historically the-paperless-project/paperless#711 if you are curious for more about all of this.
  • Alternative paperless-ng
    1 project | /r/Papermerge | 13 Feb 2022
    yes, I know that project. Paperless-ng is actually a fork of paperless project. I borrowed many great ideas from both projects. Unfortunately both projects are now archived (paperless-ng is not officially archived, but in last 6 months there was no development, as it looks to me that main developer lost interest in the project).
  • Just want to share my homelab
    2 projects | /r/homelab | 27 Nov 2021
  • Can someone recommend me a decent cheap document scanner?
    2 projects | /r/linuxhardware | 29 Sep 2021
    I have a Brother ADS-1700W, works fine, a little fiddly to set up the profiles for one touch scanning but once it's done it's fine. I set up a workflow with https://github.com/the-paperless-project/paperless that lets me scan straight into OCR. https://github.com/jonaswinkler/paperless-ng is the fork that I'm going to upgrade to in my CFT.

What are some alternatives?

When comparing qpdf and Paperless you can also consider the following projects:

pdfcpu - A PDF processor written in Go.

mayan-edms

pikepdf - A Python library for reading and writing PDF, powered by QPDF

Papermerge - Open Source Document Management System for Digital Archives (Scanned Documents)

pdf-lib - Create and modify PDF documents in any JavaScript environment

Paperless-ng - A supercharged version of paperless: scan, index and archive all your physical documents

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.

Docspell - Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.

TCPDF - Official clone of PHP library to generate PDF documents and barcodes

Mayan EDMS - Free Open Source Document Management System (mirror, no pull request or issues)

puppeteer - Node.js API for Chrome

CUPS - Apple CUPS Sources