# PDF から署名を削除する

Power Automate のフローで、PDF から暗号署名とタイムスタンプを削除します。

このアクションを使用すると、PDF ドキュメントから暗号署名とタイムスタンプを削除できます。

<PowerAutomateAction
  title="Remove the signatures from a PDF" caption="Remove signatures from a PDF." fields={[ { label: "File Content", kind: "token", value: "File Content", required: true }, ]} />

## パラメーター

<ParamField name="File Content" type="File" required>
  入力 PDF ドキュメントの内容です。
</ParamField>

## レスポンス

<ParamField name="Non-signed PDF File Content" type="File">
  署名のない PDF ドキュメントの内容です。フロー内の他のアクションへの入力として使用できます。
</ParamField>

## 関連アクション

<CardGroup cols={2}>

<Card title="制限を削除" href="/docs/power-automate/remove-restrictions-from-pdf">
  コピー、印刷、編集の制限をリセットします。
</Card>

<Card title="パスワードを削除" href="/docs/power-automate/remove-password-from-pdf">
  暗号化されたドキュメントからパスワードを削除します。
</Card>

<Card title="制限を追加" href="/docs/power-automate/add-restrictions-to-pdf">
  コピー、印刷、編集を制限します。
</Card>

<Card title="パスワードを追加" href="/docs/power-automate/add-password-to-pdf">
  ドキュメントを開くためにパスワードを要求します。
</Card>

</CardGroup>
