stapler VS borb

Compare stapler vs borb and see what are their differences.

stapler

A small utility making use of the pypdf library to provide a (somewhat) lighter alternative to pdftk (by hellerbarde)

borb

borb is a library for reading, creating and manipulating PDF files in python. (by jorisschellekens)
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
stapler borb
3 66
282 3,308
- -
0.0 5.3
11 months ago 8 days ago
Python Python
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

stapler

Posts with mentions or reviews of stapler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-04.
  • Google reverses 5M file limit in Google Drive
    2 projects | news.ycombinator.com | 4 Apr 2023
    ... That happens to be a Python alternative to PDFtk[1]. It’s been kind of abandoned in recent years, though.

    Also, in the early times of OLE 2.0 MS Office included a utility called Binder that could put several Office documents in a single file and edit them using a common interface. Nothing came of it.

    [1] https://github.com/hellerbarde/stapler

  • Papermerge (almost) 2.0 is out!
    8 projects | /r/selfhosted | 25 Feb 2021
    In UI you can cut pages from one document and pasted those pages into another document. Afterwards you can sort/reorder pages. Up until version 2.0 Papermerge was using pdftk for "cut" and "paste" operations. Because of pdftk licensing (plus its dependency on java) - it was replaced by stapler which is pure python equivalent of pdftk. Stapler is BSD licensed.

borb

Posts with mentions or reviews of borb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-28.

What are some alternatives?

When comparing stapler and borb you can also consider the following projects:

pdf2docx - Open source Python library for converting PDF to DOCX.

ReportLab

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

PyPDF2 - A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files

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

PDFMiner - Python PDF Parser (Not actively maintained). Check out pdfminer.six.

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

pagelabels-py - Python library to manipulate PDF page labels

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

Paperless - Scan, index, and archive all of your paper documents

fpdf2 - Simple PDF generation for Python