mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
All 181 docs markdown files translated into 20 languages (apps/docs/<locale>/**). Companion to the i18n code PR; admin-merged because the file count exceeds GitHub's per-PR CI trigger limit. Validated by pnpm i18n:check (all surfaces, 0 stale/missing) and a clean all-locale docs build.
1.5 KiB
1.5 KiB
description, i18n_source_hash, i18n_provenance, i18n_output_hash
| description | i18n_source_hash | i18n_provenance | i18n_output_hash |
|---|---|---|---|
| フォームと注釈をページコンテンツに焼き込みます。 | b25c2a2b6f40 | human | 3553408332ad |
Flatten PDF
インタラクティブなフォームフィールドと注釈をページコンテンツに焼き込み、どこでも同じ見た目になる静的な PDF を生成します。
API Endpoint
POST /api/v1/tools/pdf/flatten-pdf
PDF ファイルを含む multipart フォームデータを受け付けます。
Parameters
このツールに設定可能なパラメータはありません。PDF をアップロードすると、すべてのフォームと注釈が焼き込まれます。
Example Request
curl -X POST http://localhost:1349/api/v1/tools/pdf/flatten-pdf \
-H "Authorization: Bearer si_your-api-key" \
-F "file=@form.pdf"
Example Response
{
"jobId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"downloadUrl": "/api/v1/download/a1b2c3d4-e5f6-7890-abcd-ef1234567890/form.pdf",
"originalSize": 185000,
"processedSize": 172000
}
Notes
- 受け付ける入力形式:
.pdf。 - これは結果を直接返す高速(同期)ツールです。
- フォームフィールドの値は出力内で静的なテキストとして保持されます。
- 注釈(コメント、ハイライト、付箋)はページコンテンツの一部となり、以降は編集できなくなります。