# PDF から制限を削除する

Power Automate のフローで、PDF のすべての権限制限をリセットします。

このアクションを使用すると、PDF ドキュメントからすべての制限を削除できます。

<PowerAutomateAction
  title="Remove the restrictions from a PDF" caption="Remove restrictions 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="Unrestricted PDF File Content" type="File">
  制限のない PDF ドキュメントの内容です。フロー内の他のアクションへの入力として使用できます。
</ParamField>

## 関連アクション

<CardGroup cols={2}>

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

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

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

<Card title="署名を削除" href="/docs/power-automate/remove-signatures-from-pdf">
  ドキュメントから暗号署名を削除します。
</Card>

</CardGroup>
