# Remove the signatures from a PDF

Strip the cryptographic signatures and timestamps from a PDF, in a Power Automate flow. No code to write, and no document is stored after the run.

Use this action to remove the cryptographic signatures and timestamps from a PDF document.

<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 },
  ]}
/>

## Parameters

<ParamField name="File Content" type="File" required>
  The content of the input PDF document.
</ParamField>

## Response

<ParamField name="Non-signed PDF File Content" type="File">
  The content of the PDF document without signatures. You can use it as an input to other actions in your flow.
</ParamField>

## Related actions

<CardGroup cols={2}>

<Card title="Remove restrictions" href="/docs/power-automate/remove-restrictions-from-pdf">
  Clear copy, print, and edit restrictions.
</Card>

<Card title="Remove password" href="/docs/power-automate/remove-password-from-pdf">
  Take the password off an encrypted document.
</Card>

<Card title="Add restrictions" href="/docs/power-automate/add-restrictions-to-pdf">
  Restrict copying, printing, and editing.
</Card>

<Card title="Add password" href="/docs/power-automate/add-password-to-pdf">
  Require a password to open the document.
</Card>

</CardGroup>
