Executa el processament de documents a la teva pròpia infraestructura
Run it locally or on your own infrastructure
A lightweight self-host version designed for developers. No complex setup, no external dependencies — just download, run, and start using Documentize in under a minute.
⚡ Quick Start
Choose the setup that fits your workflow. Both options take only a few steps.
.NET 9 (fastest way)
If you already have .NET installed, this is the quickest way to get started.
- Download the self-host package
- Extract the archive
- Run:
dotnet Documentize.SelfHost.dllThen open http://localhost in your browser.
Docker
Prefer containers? Use the included Dockerfile to run Documentize anywhere.
- Download the Docker package
- Build the image:
docker build -t documentize .Run the container:
docker run -p 80:80 documentizeThen open http://localhost.
🧩 Requirements
Minimal requirements depending on your setup:
- .NET 9 Runtime for direct execution
- Docker for containerized setup
⚙️ More Details
The self-host version is built as a standard ASP.NET Core application, so it behaves exactly like any modern .NET web API.
- Runs locally or on any server
- Default Docker port: 80
- No external services required
- Suitable for internal tools or production use
🔑 Licensing
Without a license the API runs in Trial Mode — output files may contain evaluation watermarks. Apply a license to enable full, watermark-free processing.
Option 1 — Environment variable
Base64-encode your .lic file and pass it as an environment variable before starting:
# Linux / macOS
export ASPOSE_PDF_LICENSE=$(base64 -w 0 Aspose.Pdf.lic)
dotnet Documentize.SelfHost.dll# Docker
docker run -p 80:80 \
-e ASPOSE_PDF_LICENSE=$(base64 -w 0 Aspose.Pdf.lic) \
documentizeOption 2 — Upload via API
POST the .lic file to your running instance at any time. The license is saved to disk and re-applied automatically on the next restart.
curl -X POST http://localhost/webapi/license \
-F "license=@Aspose.Pdf.lic"Or use the Upload License widget in the sidebar — enter your instance URL, pick the file, and click Upload.
Check the current license status at any time:
GET http://localhost/webapi/license
# { "licensed": true }Desplega Documentize com a servei autoallotjat i processa documents localment mitjançant una API REST unificada. Dissenyat per a xarxes privades i entorns controlats.
Com funciona Documentize Autoallotjat
1. Desplega l'API
Executa l'API REST i els treballadors a la teva pròpia entorn amb Docker o un host local.
2. Envia documents via REST
Carrega fitxers i paràmetres als punts finals de l'API per a conversió, OCR, cerca o processament d'IA.
3. Processament en segon pla
Les tasques es processen de manera asíncrona amb seguiment d'estat i execució previsible.
4. Recupera els resultats
Descarrega els documents processats o els resultats estructurats quan la tasca s'hagi completat.
FAQs
Unlock the Power of Document Management
Bloqueig PDF
Bloqueja documents amb una contrasenya utilitzant l'API REST.
Desbloqueig PDF
Desbloqueja documents protegits amb contrasenya a través de l'API REST.
Conversió de Documents
Converteix documents entre formats compatibles.
Combinació de Documents
Combina diversos documents en un únic fitxer de sortida.
Divisió PDF
Divideix documents per pàgines o regles definides.
Processament OCR
Reconeix text a partir de documents escanejats i imatges.
PDF Capaç de Cercar
Genera PDFs amb capacitat de cerca a partir de fitxers escanejats.
Cerca PDF
Cerca contingut de text dins dels documents.
Eliminar Pàgina
Elimina pàgines del PDF.
Girar pàgina
Gira les pàgines del document.
Comprimir PDF
Comprimeix les pàgines del document.
Signatura Digital
Signa documents digitalment mitjançant l'API.
Verificació de Signatura PDF
Verifica les signatures digitals en els documents.
Taula de Continguts
Genera automàticament taules de continguts.
Generació de Llistes de Verificació
Genera llistes de verificació estructurades a partir de documents mitjançant IA.
Generació d'Il·lustracions
Genera il·lustracions basades en IA per al contingut del document.
Totalment gratuït
Pla gratuït
- Crea fins a 5 històries il·lustrades per dia sense registre ni pagament.
- Accés a l'API REST
- Desplegament amb Docker i en entorn local