69 lines
2.0 KiB
Markdown
69 lines
2.0 KiB
Markdown
---
|
|
title: BentoPDF
|
|
created: 2026-06-08
|
|
updated: 2026-06-08
|
|
type: app
|
|
tags: [catalogue, pdf, app-marathon3-rattrapage-final-b]
|
|
confidence: medium
|
|
contested: false
|
|
sources: [https://selfh.st/apps/?tag=pdf&app=bentopdf]
|
|
---
|
|
|
|
# 🍱 BentoPDF
|
|
|
|
> Suite web d'outils PDF : fusion, split, compression, conversion, signature, watermark.
|
|
|
|
## 📋 Informations Générales
|
|
|
|
| Champ | Valeur |
|
|
| :--- | :--- |
|
|
| **Site web** | [bentopdf.com](https://bentopdf.com/) |
|
|
| **GitHub** | [alam00000/bentopdf](https://github.com/alam00000/bentopdf) |
|
|
| **License** | AGPL-3.0 |
|
|
| **Langage** | TypeScript |
|
|
| **Étoiles GitHub** | ~2k ⭐ |
|
|
| **Catégorie** | [[cat-pdf|PDF]] |
|
|
|
|
## 📝 Description
|
|
|
|
**BentoPDF** est une suite modulaire d'outils PDF accessible depuis un navigateur : merge, split, compress, rotate, convert (PDF→image, image→PDF), redact, sign, watermark, protect. UI moderne, traitement 100% local dans le navigateur (PDFium + WebAssembly). Différence vs Stirling PDF : traitement côté client (plus rapide, jamais uploadé), moins de fonctionnalités serveur. Pour qui : utilisateurs soucieux de la confidentialité de leurs documents.
|
|
|
|
## 🚀 Installation
|
|
|
|
### Docker Compose (recommandé)
|
|
|
|
```yaml
|
|
version: '3.8'
|
|
services:
|
|
bentopdf:
|
|
image: ghcr.io/alam00000/bentopdf:latest
|
|
container_name: bentopdf
|
|
restart: unless-stopped
|
|
labels:
|
|
- traefik.enable=true
|
|
- traefik.http.routers.bento.rule=Host(`pdf.example.com`)
|
|
```
|
|
|
|
## 🔄 Alternatives
|
|
|
|
### Open Source
|
|
- [[app-stirling-pdf]] — Stirling PDF (serveur)
|
|
- [[app-signature-pdf]] — Signature dédiée
|
|
|
|
### Propriétaires
|
|
- **iLovePDF** — Suite PDF SaaS
|
|
- **Smallpdf** — Suite PDF SaaS
|
|
|
|
## 🔐 Sécurité
|
|
- Confidentialité : traitement côté client (WebAssembly)
|
|
- Pas d'upload serveur par défaut
|
|
|
|
## 📚 Ressources
|
|
- [Documentation](https://github.com/alam00000/bentopdf#readme)
|
|
- [GitHub](https://github.com/alam00000/bentopdf)
|
|
|
|
## Pages Liées
|
|
- [[cat-pdf]] — Catégorie PDF
|
|
- [[app-stirling-pdf]] — Concurrent principal
|
|
- [[recettes-docker-compose]] — Templates Docker
|