https://github.com/b13/ddev-stirling-pdf
Adds Stirling PDF to ddev
https://github.com/b13/ddev-stirling-pdf
ddev-get
Last synced: over 1 year ago
JSON representation
Adds Stirling PDF to ddev
- Host: GitHub
- URL: https://github.com/b13/ddev-stirling-pdf
- Owner: b13
- License: apache-2.0
- Created: 2024-04-04T21:57:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T08:33:14.000Z (over 1 year ago)
- Last Synced: 2025-03-09T23:38:56.202Z (over 1 year ago)
- Topics: ddev-get
- Language: Shell
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stirling PDF
Stirling PDF is an open-source tool to create, modify and convert PDF files.
List of all features: https://github.com/Stirling-Tools/Stirling-PDF?tab=readme-ov-file#pdf-features
Stirling PDF website: https://github.com/Stirling-Tools/Stirling-PDF/
## Install
For DDEV v1.23.5 or above run
```bash
ddev add-on get b13/ddev-stirling-pdf && ddev restart
```
For earlier versions of DDEV run
```bash
ddev get b13/ddev-stirling-pdf && ddev restart
```
Add the `.ddev/stirling-pdf/extraConfigs/settings.yml` and `.ddev/stirling-pdf/extraConfigs/stirling-pdf-DB.mv.db` to the repository.
`stirling-pdf-DB.mv.db` contains the API key, so it is recommended to have it in git so it can be shared across a team.
* Stirling PDF UI: `https://.ddev.site:8064/`
* SwaggerUI (API): `https://.ddev.site:8064/swagger-ui/`
## Additional language packs
For OCR, you may want to add additional languages as described [here](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToUseOCR.md#language-packs).
Don't forget to include these language packs in git.
## API Key
Go to `https://.ddev.site:8064/account` and copy the API key.
This will be stored in the database.
## Login
Authentication is enabled by default
(`DOCKER_ENABLE_SECURITY=true` and `SECURITY_ENABLE_LOGIN=true`).
User: `stirling`
Password: `stirling`
**Maintained by [@b13](https://github.com/b13)**