Loading .env.example +4 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,10 @@ TDC_WORKERS=4 # ADOBE_CLIENT_ID= # ADOBE_CLIENT_SECRET= # --- ApyHub (150 credits/month, synchronous, no polling) --- # Sign up at: https://apyhub.com/ # APYHUB_API_KEY= # --- Zamzar (100 conversions/month, 1 MB free-tier limit) --- # Sign up at: https://developers.zamzar.com/ # ZAMZAR_API_KEY= Loading docs/workspace.md +2 −1 Original line number Diff line number Diff line Loading @@ -107,9 +107,10 @@ To use the fallback, configure at least one provider in your environment (see `. |----------|----------|------------|-----------------| | CloudConvert | `CLOUDCONVERT_API_KEY` | 300/mo | None | | Adobe | `ADOBE_CLIENT_ID` + `ADOBE_CLIENT_SECRET` | 500/mo | None | | ApyHub | `APYHUB_API_KEY` | 150/mo | None | | Zamzar | `ZAMZAR_API_KEY` | 100/mo | 1 MB | Providers are tried in failover order: CloudConvert → Adobe → Zamzar. Providers are tried in failover order: CloudConvert → Adobe → ApyHub → Zamzar. ```bash # Disable fallback (LibreOffice only) Loading Loading
.env.example +4 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,10 @@ TDC_WORKERS=4 # ADOBE_CLIENT_ID= # ADOBE_CLIENT_SECRET= # --- ApyHub (150 credits/month, synchronous, no polling) --- # Sign up at: https://apyhub.com/ # APYHUB_API_KEY= # --- Zamzar (100 conversions/month, 1 MB free-tier limit) --- # Sign up at: https://developers.zamzar.com/ # ZAMZAR_API_KEY= Loading
docs/workspace.md +2 −1 Original line number Diff line number Diff line Loading @@ -107,9 +107,10 @@ To use the fallback, configure at least one provider in your environment (see `. |----------|----------|------------|-----------------| | CloudConvert | `CLOUDCONVERT_API_KEY` | 300/mo | None | | Adobe | `ADOBE_CLIENT_ID` + `ADOBE_CLIENT_SECRET` | 500/mo | None | | ApyHub | `APYHUB_API_KEY` | 150/mo | None | | Zamzar | `ZAMZAR_API_KEY` | 100/mo | 1 MB | Providers are tried in failover order: CloudConvert → Adobe → Zamzar. Providers are tried in failover order: CloudConvert → Adobe → ApyHub → Zamzar. ```bash # Disable fallback (LibreOffice only) Loading