How do you turn an iPhone screen recording into a PDF?
Updated
A screen recording becomes a PDF by extracting one still frame per step and laying those frames out as numbered pages. iOS has no built-in way to do this: Photos exports video, and Files prints documents, but neither converts a recording into a paginated guide. Walkthru does it on the device — it splits the recording into steps, takes a full-resolution frame from each, and exports a PDF in one of three layouts with the annotations and redactions baked in.
Convert an iPhone screen recording into a PDF guide
Record or import the flow
Record the screen with Control Center or with Walkthru's own recorder. An existing recording in Photos can be imported instead — no re-encode, full quality.
Let the recording be split into steps
The recording is scanned frame by frame and cut wherever the screen changed from one settled state to another. Each cut becomes one step with a full-resolution screenshot.
Caption and annotate each step
Write the instruction for each step and tap the frame to place a marker where the reader has to touch.
Redact anything private
Cover account numbers, addresses and names with an opaque fill. Redactions are rendered into the picture before the crop, so cropping is never what hides them.
Choose a PDF layout and export
Pick one step per page, a compact multi-step layout, or a checklist. Choose US Letter or A4, add a cover page and outline bookmarks if the guide is long, then export to Files or share it.
What the conversion actually involves
“Video to PDF” sounds like a format change. It isn’t. A video is a few hundred frames a second of continuous motion; a guide is a handful of discrete moments. The conversion is a decision about which frames matter, and everything else follows from it.
Three sub-problems, in order:
1. Where are the step boundaries? A ten-second recording of a flow through four screens has four steps in it, but nothing in the file says so. The boundaries have to be found by looking at when the picture changed from one settled state to another.
2. Which frame represents each step? Not the first frame after the change — that one is mid-animation, and the screenshot comes out smeared. The right frame is from the middle of the steady state, after the screen stopped moving.
3. How do the frames become pages? A tall phone screenshot on a Letter page wastes most of the width, so the layout has to earn that space with the caption, the step number, and whitespace that does not read as an accident.
Doing it on the phone
Walkthru does all three on the device.
It decodes the recording once, comparing each frame to the last, and cuts where the picture changed and then settled. It waits out the animation — an iOS push transition runs about 0.35 seconds, a keyboard about 0.25 — before deciding a screen has arrived. Screens that keep moving on their own, like a spinner or a blinking cursor, are recognised as such rather than being mistaken for a step boundary.
Then it pulls a full-resolution still from the middle of each steady state, and hands you a guide: one step per frame, each labelled with what kind of transition it was.
You caption, annotate, redact, and export.
The three PDF layouts
| Layout | Best for | What a page holds |
|---|---|---|
| One step per page | Following along on a screen while doing the task | A large screenshot, the step number, the caption |
| Compact | Printing, or a long guide someone skims | Several steps per page, screenshots scaled down |
| Checklist | Onboarding, audits, anything with a tick box | Step text with a box, screenshots small or omitted |
Both US Letter and A4 are available, along with a locale-automatic option that picks whichever your region uses. A cover page and PDF outline bookmarks are optional; on a guide past about fifteen steps, the bookmarks are what make it navigable.
What gets baked in
Markers, crops and redactions are rendered into the exported picture, not stored alongside it as overlays that a PDF reader could turn off. For redaction in particular this is the whole point: the pixels underneath are gone in the exported file, so a recipient cannot recover them.
The redaction is also drawn before the crop is applied, which means cropping is never what conceals something. A crop that a reader can undo is not a security boundary, and building one that looks like it is would be worse than not offering it.
Related questions
Can iOS convert a screen recording to PDF on its own?
No. iOS can share a recording as a video file and can print or save documents as PDF, but there is no system feature that turns a video into a paginated document with one page per step. The conversion requires an app that extracts still frames and lays them out.
What resolution are the screenshots in the PDF?
Full capture resolution. Walkthru extracts each keyframe from the source video with an image generator rather than screenshotting a preview, so a recording made at the device's native resolution produces pages at that resolution.
Which PDF layout should I choose?
One step per page for a guide someone follows on a screen while doing the task. Compact when the guide will be printed or skimmed and you want fewer pages. Checklist when the reader needs to tick steps off as they go, such as an onboarding or audit procedure.
Can I get Markdown, images or video instead?
Yes. The same guide exports as a zipped Markdown bundle with relative image references for a docs site or a repository, as a sequence of annotated PNGs to paste into a help centre, Notion, Slack or a support reply, or as an MP4 video that plays the real footage step by step with the markers landing in time.
Does the free version watermark the PDF?
Yes. The free tier exports every format with no cap on steps or guides, but each export carries a watermark and there is a limit of three shares a day. A one-time $9.99 purchase removes both.
Keep reading
How do you document a flow inside an iPhone app?
Record the flow once with iOS screen recording, then turn the recording into numbered steps with screenshots. Here is the whole process, on the phone.
How do you redact private information in an iPhone screenshot?
Blurring and pixelating a screenshot can be reversed when the font is known — and on a screenshot it always is. Here is what actually removes the pixels.
How do you write a standard operating procedure for a process done on a phone?
What a standard operating procedure for a phone-based process needs, how it differs from a desktop SOP, and how to produce one without a screenshot marathon.