Skip to main content

透かし追加

PDFファイルにテキストまたは画像の透かしを追加。ドキュメントを保護しブランド化。

Upload PDF File

Drag and drop a PDF file.

開発者 API

API で利用可能

PDF Tools API でこの PDF ワークフローを自動化できます。成功したリクエストごとに 1 Credit を消費し、処理に失敗した場合は自動的に返還されます。

/api/external/pdf-tools/add-watermark成功リクエストごとに 1 Credit出力: result.pdf
curl -X POST https://itextmaster.com/api/external/pdf-tools/add-watermark \
  -H 'x-api-key: YOUR_API_KEY' \
  -F 'file=@input.pdf;type=application/pdf' \
  -F 'options={"text":"Confidential","opacity":0.3}' \
  --output result.pdf

このツールについて

PDFドキュメントにテキストまたは画像の透かしを配置できます。透かしはドキュメントのステータス(下書き、機密)を示したり、ブランディングを追加したり、不正コピーを防止したりできます。

使い方

  1. PDFをアップロード

    PDFファイルをドラッグ&ドロップするか、クリックして選択します。

  2. 透かしを作成

    透かし用のテキストを入力するか画像をアップロードします。位置、サイズ、不透明度、回転を調整します。

  3. 適用してダウンロード

    適用をクリックして透かしを追加し、更新されたPDFをダウンロードします。

活用シーン

ドキュメント保護

ドキュメントのステータスを示すために「機密」や「下書き」の透かしを追加します。

ドキュメントのブランド化

公式ドキュメントに会社のロゴや名前を追加します。

著作権表示

知的財産を保護するために著作権情報を追加します。

Practical guide

Why choose local processing?

  • Business PDFs can contain contracts, invoices, identity details, or internal business information, so keeping processing in the browser reduces exposure.
  • The website tool is free to use with no usage limits and does not require sign-in.
  • Local processing also keeps iteration fast: adjust options, preview the result, and export a branded PDF without waiting for an upload queue.

Best files for this tool

  • Best for PDF files that open correctly in a modern browser and are not intentionally damaged or restricted.
  • Works well for everyday business, school, legal, finance, and personal documents where you need a branded PDF.
  • For very large files, close unused tabs and process one batch at a time so the browser has enough memory.

Common limitations

  • Encrypted or permission-restricted PDFs may need to be unlocked before processing.
  • Scanned pages, unusual fonts, complex layers, and damaged files can reduce accuracy or processing speed.
  • Browser memory and device performance matter more for local tools than for upload-based services.

Local processing vs upload-based tools

  • Local tools keep routine website processing on your device, while upload-based tools send files to a remote server.
  • Upload-based services can move heavy work off your computer, but they add transfer time and require trusting a server with your files.
  • Use the API when you intentionally need server-side automation; use the website when you want private manual processing.

What to do if processing fails

  • Try a smaller file, a shorter page range, or one file at a time if the browser runs out of memory.
  • If a PDF is encrypted, damaged, or restricted, unlock or repair it first and then retry the workflow.
  • If the output looks wrong, check whether the source file uses scans, complex transparency, form fields, or unsupported embedded objects.

API automation

Automate apply text or image marks with the PDF Tools API. Each successful request uses 1 Credit, and every signed-in user receives 100 free API Credits each month.

よくある質問

画像を透かしとして使用できますか?

はい、PNG、JPG、またはSVG画像を透かしとしてアップロードできます。

透かしを半透明にできますか?

はい、完全に透明から完全に不透明まで不透明度を調整できます。

異なるページに異なる透かしを適用できますか?

ツールは選択したページに同じ透かしを適用します。異なる透かしの場合は、ドキュメントを複数回処理してください。