2024-11-03 08:20:10 +01:00
< p align = "center" > < img src = "https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/main/docs/stirling.png" width = "80" > < / p >
2024-04-04 11:16:10 +02:00
< h1 align = "center" > Stirling-PDF< / h1 >
2023-02-04 16:06:27 +01:00
2023-02-12 16:55:47 +01:00
[![Docker Pulls ](https://img.shields.io/docker/pulls/frooodle/s-pdf )](https://hub.docker.com/r/frooodle/s-pdf)
2024-07-07 23:49:21 +02:00
[![Discord ](https://img.shields.io/discord/1068636748814483718?label=Discord )](https://discord.gg/HYmhKj45pU)
2023-12-31 00:36:07 +01:00
[![Docker Image Version (tag latest semver) ](https://img.shields.io/docker/v/frooodle/s-pdf/latest )](https://github.com/Stirling-Tools/Stirling-PDF/)
[![GitHub Repo stars ](https://img.shields.io/github/stars/stirling-tools/stirling-pdf?style=social )](https://github.com/Stirling-Tools/stirling-pdf)
2023-01-27 19:23:40 +01:00
2024-12-30 16:49:28 +01:00
2024-11-26 11:26:44 +01:00
< a href = "https://www.producthunt.com/posts/stirling-pdf?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-stirling-pdf" target = "_blank" > < img src = "https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=641239&theme=light" alt = "Stirling PDF - Open source locally hosted web PDF editor | Product Hunt" style = "width: 250px; height: 54px;" width = "250" height = "54" / > < / a >
2023-12-31 00:36:07 +01:00
[![Deploy to DO ](https://www.deploytodo.com/do-btn-blue.svg )](https://cloud.digitalocean.com/apps/new?repo=https://github.com/Stirling-Tools/Stirling-PDF/tree/digitalOcean& refcode=c3210994b1af)
2023-07-29 15:31:09 +02:00
2024-11-12 12:06:04 +01:00
[Stirling-PDF ](https://www.stirlingpdf.com ) is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application has evolved to encompass a comprehensive set of features, addressing all your PDF requirements.
2023-01-30 22:46:38 +01:00
2023-12-28 01:27:25 +01:00
All files and PDFs exist either exclusively on the client side, reside in server memory only during task execution, or temporarily reside in a file solely for the execution of the task. Any file downloaded by the user will have been deleted from the server by that point.
2023-05-17 19:16:39 +02:00
2024-12-30 16:49:28 +01:00
All information available at [https://docs.stirlingpdf.com/ ](https://docs.stirlingpdf.com/ )
2024-04-03 23:40:09 +02:00
![stirling-home ](images/stirling-home.jpg )
2023-09-14 14:35:33 +02:00
## Features
2024-04-04 11:16:10 +02:00
2024-12-30 16:49:28 +01:00
- 50+ PDF Operations
- Parallel file processing and downloads
2024-11-03 08:20:10 +01:00
- Dark mode support
2024-07-02 21:29:22 +02:00
- Custom download options
2024-12-30 16:49:28 +01:00
- Custom 'Pipelines' to run multiple features in a automated queue
2024-01-11 16:35:34 +01:00
- API for integration with external scripts
2024-12-30 16:49:28 +01:00
- Optional Login and Authentication support (see [here ](https://docs.stirlingpdf.com/Advanced%20Configuration/System%20and%20Security ) for documentation)
- Database Backup and Import (see [here ](https://docs.stirlingpdf.com/Advanced%20Configuration/DATABASE ) for documentation)
- Enterprise features like SSO see [here ](https://docs.stirlingpdf.com/Enterprise%20Edition )
2023-09-14 14:35:33 +02:00
2024-11-03 08:20:10 +01:00
## PDF Features
### Page Operations
2024-12-21 23:10:58 +01:00
- View and modify PDFs - View multi-page PDFs with custom viewing, sorting, and searching. Plus, on-page edit features like annotating, drawing, and adding text and images. (Using PDF.js with Joxit and Liberation fonts)
2024-11-03 08:20:10 +01:00
- Full interactive GUI for merging/splitting/rotating/moving PDFs and their pages
- Merge multiple PDFs into a single resultant file
- Split PDFs into multiple files at specified page numbers or extract all pages as individual files
- Reorganize PDF pages into different orders
- Rotate PDFs in 90-degree increments
- Remove pages
- Multi-page layout (format PDFs into a multi-paged page)
- Scale page contents size by set percentage
- Adjust contrast
- Crop PDF
2024-12-21 23:10:58 +01:00
- Auto-split PDF (with physically scanned page dividers)
2024-11-03 08:20:10 +01:00
- Extract page(s)
- Convert PDF to a single page
- Overlay PDFs on top of each other
2024-12-21 23:10:58 +01:00
- PDF to a single page
2024-11-12 12:06:04 +01:00
- Split PDF by sections
2024-11-03 08:20:10 +01:00
### Conversion Operations
- Convert PDFs to and from images
- Convert any common file to PDF (using LibreOffice)
- Convert PDF to Word/PowerPoint/others (using LibreOffice)
- Convert HTML to PDF
2024-12-21 23:10:58 +01:00
- Convert PDF to XML
2024-11-12 12:06:04 +01:00
- Convert PDF to CSV
2024-11-03 08:20:10 +01:00
- URL to PDF
- Markdown to PDF
### Security & Permissions
- Add and remove passwords
- Change/set PDF permissions
- Add watermark(s)
- Certify/sign PDFs
- Sanitize PDFs
- Auto-redact text
### Other Operations
- Add/generate/write signatures
2024-11-12 12:06:04 +01:00
- Split by Size or PDF
2024-11-03 08:20:10 +01:00
- Repair PDFs
- Detect and remove blank pages
- Compare two PDFs and show differences in text
- Add images to PDFs
2024-11-26 21:50:35 +01:00
- Compress PDFs to decrease their filesize (using qpdf)
2024-11-03 08:20:10 +01:00
- Extract images from PDF
2024-11-12 12:06:04 +01:00
- Remove images from PDF
2024-11-03 08:20:10 +01:00
- Extract images from scans
2024-11-12 12:06:04 +01:00
- Remove annotations
2024-11-03 08:20:10 +01:00
- Add page numbers
2024-12-21 23:10:58 +01:00
- Auto-rename files by detecting PDF header text
- OCR on PDF (using Tesseract OCR)
- PDF/A conversion (using LibreOffice)
2024-11-03 08:20:10 +01:00
- Edit metadata
- Flatten PDFs
- Get all information on a PDF to view or export as JSON
- Show/detect embedded JavaScript
2023-01-27 20:10:24 +01:00
2023-06-10 01:46:44 +02:00
2024-12-30 16:49:28 +01:00
# 📖 Get Started
2024-06-16 16:42:45 +02:00
2024-12-30 16:49:28 +01:00
Visit our comprehensive documentation at [docs.stirlingpdf.com ](https://docs.stirlingpdf.com ) for:
2024-04-04 11:16:10 +02:00
2024-12-30 16:49:28 +01:00
- Installation guides for all platforms
- Configuration options
- Feature documentation
- API reference
- Security setup
- Enterprise features
2024-04-04 11:16:10 +02:00
2024-10-30 13:46:44 +01:00
2024-01-11 23:38:05 +01:00
## Supported Languages
2024-12-08 21:19:52 +01:00
Stirling-PDF currently supports 38 languages!
2024-11-03 08:20:10 +01:00
| Language | Progress |
| -------------------------------------------- | -------------------------------------- |
2024-12-12 12:01:38 +01:00
| Arabic (العربية) (ar_AR) | ![94% ](https://geps.dev/progress/94 ) |
2024-12-18 11:34:08 +01:00
| Azerbaijani (Azərbaycan Dili) (az_AZ) | ![92% ](https://geps.dev/progress/92 ) |
2024-12-12 12:01:38 +01:00
| Basque (Euskara) (eu_ES) | ![53% ](https://geps.dev/progress/53 ) |
2024-12-18 11:34:08 +01:00
| Bulgarian (Български) (bg_BG) | ![89% ](https://geps.dev/progress/89 ) |
2024-12-12 12:01:38 +01:00
| Catalan (Català) (ca_CA) | ![84% ](https://geps.dev/progress/84 ) |
| Croatian (Hrvatski) (hr_HR) | ![91% ](https://geps.dev/progress/91 ) |
2024-12-18 11:34:08 +01:00
| Czech (Česky) (cs_CZ) | ![90% ](https://geps.dev/progress/90 ) |
| Danish (Dansk) (da_DK) | ![89% ](https://geps.dev/progress/89 ) |
2024-12-12 12:01:38 +01:00
| Dutch (Nederlands) (nl_NL) | ![89% ](https://geps.dev/progress/89 ) |
2024-11-03 08:20:10 +01:00
| English (English) (en_GB) | ![100% ](https://geps.dev/progress/100 ) |
| English (US) (en_US) | ![100% ](https://geps.dev/progress/100 ) |
2024-12-27 19:13:22 +01:00
| French (Français) (fr_FR) | ![96% ](https://geps.dev/progress/96 ) |
2024-12-17 11:48:55 +01:00
| German (Deutsch) (de_DE) | ![100% ](https://geps.dev/progress/100 ) |
2024-12-12 12:01:38 +01:00
| Greek (Ελληνικά) (el_GR) | ![90% ](https://geps.dev/progress/90 ) |
| Hindi (हिंदी) (hi_IN) | ![88% ](https://geps.dev/progress/88 ) |
| Hungarian (Magyar) (hu_HU) | ![91% ](https://geps.dev/progress/91 ) |
2024-12-18 11:34:08 +01:00
| Indonesian (Bahasa Indonesia) (id_ID) | ![90% ](https://geps.dev/progress/90 ) |
| Irish (Gaeilge) (ga_IE) | ![82% ](https://geps.dev/progress/82 ) |
2024-12-13 21:25:58 +01:00
| Italian (Italiano) (it_IT) | ![99% ](https://geps.dev/progress/99 ) |
| Japanese (日本語) (ja_JP) | ![93% ](https://geps.dev/progress/93 ) |
2024-12-12 12:01:38 +01:00
| Korean (한국어) (ko_KR) | ![89% ](https://geps.dev/progress/89 ) |
| Norwegian (Norsk) (no_NB) | ![82% ](https://geps.dev/progress/82 ) |
| Persian (فارسی) (fa_IR) | ![99% ](https://geps.dev/progress/99 ) |
| Polish (Polski) (pl_PL) | ![90% ](https://geps.dev/progress/90 ) |
2024-12-18 11:34:08 +01:00
| Portuguese (Português) (pt_PT) | ![90% ](https://geps.dev/progress/90 ) |
2024-12-12 12:01:38 +01:00
| Portuguese Brazilian (Português) (pt_BR) | ![98% ](https://geps.dev/progress/98 ) |
2024-12-18 11:34:08 +01:00
| Romanian (Română) (ro_RO) | ![84% ](https://geps.dev/progress/84 ) |
2024-12-12 12:01:38 +01:00
| Russian (Русский) (ru_RU) | ![90% ](https://geps.dev/progress/90 ) |
2024-12-06 13:27:14 +01:00
| Serbian Latin alphabet (Srpski) (sr_LATN_RS) | ![67% ](https://geps.dev/progress/67 ) |
2024-12-13 21:25:58 +01:00
| Simplified Chinese (简体中文) (zh_CN) | ![93% ](https://geps.dev/progress/93 ) |
2024-12-06 13:27:14 +01:00
| Slovakian (Slovensky) (sk_SK) | ![78% ](https://geps.dev/progress/78 ) |
2024-12-12 12:01:38 +01:00
| Spanish (Español) (es_ES) | ![91% ](https://geps.dev/progress/91 ) |
| Swedish (Svenska) (sv_SE) | ![90% ](https://geps.dev/progress/90 ) |
| Thai (ไทย) (th_TH) | ![90% ](https://geps.dev/progress/90 ) |
2024-12-21 14:52:55 +01:00
| Traditional Chinese (繁體中文) (zh_TW) | ![99% ](https://geps.dev/progress/99 ) |
2024-12-12 12:01:38 +01:00
| Turkish (Türkçe) (tr_TR) | ![86% ](https://geps.dev/progress/86 ) |
2024-12-06 13:27:14 +01:00
| Ukrainian (Українська) (uk_UA) | ![76% ](https://geps.dev/progress/76 ) |
2024-12-12 12:01:38 +01:00
| Vietnamese (Tiếng Việt) (vi_VN) | ![83% ](https://geps.dev/progress/83 ) |
2024-01-11 23:38:05 +01:00
2023-03-28 15:59:40 +02:00
2024-11-12 12:06:04 +01:00
## Stirling PDF Enterprise
2024-12-30 16:49:28 +01:00
Stirling PDF offers an Enterprise edition of its software. This is the same great software but with added features, support and comforts.
Check out our [Enterprise docs ](https://docs.stirlingpdf.com/Enterprise%20Edition )
2024-04-04 11:16:10 +02:00
2023-09-30 00:58:37 +02:00
2024-12-30 16:49:28 +01:00
## 🤝 Looking to contribute?
2024-04-04 11:16:10 +02:00
2024-12-30 16:49:28 +01:00
Join our community:
- [Contribution Guidelines ](CONTRIBUTING.md )
- [Translation Guide (How to add custom languages) ](HowToAddNewLanguage.md )
- [Issue Tracker ](https://github.com/Stirling-Tools/Stirling-PDF/issues )
- [Discord Community ](https://discord.gg/HYmhKj45pU )
- [Developer Guide ](DeveloperGuide.md )