BentoPDF

Description

BentoPDF is a powerful, privacy-first, client-side PDF toolkit that is self hostable and allows you to manipulate, edit, merge, and process PDF files directly in your browser. No server-side processing is required, ensuring your files remain secure and private.

Github: github.com/alam00000/bentopdf

BentoPDF Interface

Docker Compose

services:
  bentopdf:
    image: bentopdf/bentopdf
    container_name: bentopdf
    ports:
      - '3000:8080'
    restart: unless-stopped
Last updated on