> ## Documentation Index
> Fetch the complete documentation index at: https://docs.okrapdf.com/llms.txt
> Use this file to discover all available pages before exploring further.

# okraPDF for iPhone & iPad

> A native PDF toolkit for iOS — split, sign, redact, organize, and extract structured data from PDFs, backed by your okraPDF account.

okraPDF for iOS is a native PDF toolkit for iPhone and iPad. On-device tools handle everyday PDF edits; structured extraction runs against the same [okraPDF account](https://app.okrapdf.com) you use from the [CLI](/cli/quickstart) and [API](/api-reference/introduction).

<Note>
  The iOS app is in final App Store review. This page describes the shipping feature set; the download link will go live when the listing is published.
</Note>

## What it does

Open a PDF from Files, Mail, or any app via the share sheet, then run a tool:

<CardGroup cols={2}>
  <Card title="Edit" icon="pen-to-square">
    Split, merge, rotate, compress, and organize pages.
  </Card>

  <Card title="Sign" icon="signature">
    Add a signature to a PDF on device.
  </Card>

  <Card title="Redact" icon="eye-slash">
    Black out sensitive content before sharing.
  </Card>

  <Card title="Convert" icon="file-import">
    Turn PNG images and spreadsheets into PDFs.
  </Card>

  <Card title="Extract" icon="table-list">
    Pull readable text, tables, and structured fields from a PDF.
  </Card>

  <Card title="Share extension" icon="share-nodes">
    Send a PDF straight from another app into okraPDF.
  </Card>
</CardGroup>

## How it connects

Sign in with your okraPDF account and the app uses your existing credentials — the documents and jobs you create on iOS are the same [Documents](/web/overview) and [Jobs](/cli/jobs) you see on the web, CLI, and API.

* **On-device tools** (split, merge, rotate, sign) run locally and never leave your phone.
* **Extraction** uploads to your account and returns structured data with the same engine as `okra extract`.

<Card title="The web app" icon="rocket" href="https://app.okrapdf.com" horizontal>
  Manage the same documents and account from any browser.
</Card>
