OpenSource-Hub
DiscoverTrendingCode LibraryCategories
Browse All Categories/Pdf

Pdf

7 open source tools found

R
Design Tools

Reactive Resume

Free & open-source resume builder with real-time preview, templates, and self-hosting.

A free and open-source resume builder with real-time preview, multiple templates, and self-hosting support.

Stop containers: docker compose down. Remove images: docker rmi amruthpillai/reactive-resume. To delete data, remove PostgreSQL data volume.
36.7k
D
Office Productivity

DocuSeal

Self-hosted open-source alternative to DocuSign for filling and signing PDF forms securely.

Open source platform for secure digital document filling and signing. Self-hosted, mobile-optimized, and easy to deploy.

Stop and remove container: docker stop docuseal && docker rm docuseal. Remove volume if needed: docker volume rm docuseal_data.
14.8k

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
D
Office Productivity

Documenso

Self-hostable open-source electronic signature tool, a free alternative to DocuSign that keeps your data under your control.

Documenso is an open-source DocuSign alternative. It lets you self-host the entire document signing workflow, from PDF upload to digital signature capture. Built with TypeScript, Prisma, and React, it offers a modern UI and a comprehensive API.

Delete the project folder: `rm -rf documenso`. Stop and remove Docker containers: `docker compose down -v` (this deletes database and email data). Backup your database first if needed.
12.8k
G
Developer Tools

Gotenberg

Docker-based PDF conversion API — send files, get PDFs, no local setup.

Gotenberg is a Docker-powered API that turns documents into PDFs with a simple HTTP request. It uses Headless Chromium for HTML, URL, and Markdown conversion, and LibreOffice for over 100 office formats.

Stop and remove the container: docker rm $(docker ps -a | grep gotenberg | awk '{print $1}') and optionally delete the image: docker rmi gotenberg/gotenberg:8
12.0k
L
Developer Tools

liteparse

Fast, local PDF parser with markdown/JSON output and OCR — a lighter alternative to cloud-based document parsers.

A fast, open-source document parser that extracts text, markdown, and structured JSON from PDFs with optional OCR support, running entirely locally with zero cloud dependencies.

Node: npm uninstall -g @llamaindex/liteparse; Python: pip uninstall liteparse; Rust: cargo uninstall liteparse.
11.8kChecksum
P
File Management

PdfDing

Self-hosted PDF tool that views, edits, and syncs across devices — lightweight and practical.

A self-hosted PDF manager, viewer and editor that provides a seamless experience across multiple devices.

Stop containers: 'docker compose down'. Remove data volumes (if desired): 'docker volume rm pdfding_data'.
1.7k
S
Office Productivity

SignaturePDF

A free, self-hosted web app for PDF signing, page editing, metadata modification, and compression.

Free web software for signing (alone or with others), organizing (merge, sort, rotate, delete, extract pages), editing metadatas or compressing PDFs.

For Docker: `docker rm -f signaturepdf` and delete the data directory. Manual install: remove the application folder and configuration file.
780