How to make a PDF that opens to a specific page or zoom

Set PDF open-action so it lands on the right page, zoom, and view — and what browser viewers ignore.

By ScoutMyTool Editorial Team · Last updated: 2026-05-27

Introduction

If you have ever sent a 200-page PDF where the most important thing was on page 47, you have probably wished it opened there by default. PDF supports exactly that — open actions that set the landing page, the zoom level, and the view mode — and it has supported it for decades, but the feature is buried in nearly every editor and not all viewers honor it. This is a short walkthrough of what is possible, what is reliable, and the safe defaults for documents you actually share.

Vocabulary, quickly

TermMeaning
Open actionPDF dictionary entry that tells the viewer where to start
Named destinationA bookmark-like label you can target from open action or link
Fit widthZoom set so the page width fills the viewer
Fit pageZoom set so the whole page fits in the viewer
First-page actionPage-level instruction that fires when a page becomes visible
Reader honors itAdobe Reader respects most open actions; browsers vary
Fallback behaviorWhat a viewer does when the open action is missing or unsupported

Step by step

  1. Decide the landing destination. Page number, named destination, or a specific zoom (fit width is the safest default).
  2. Set the open action in your PDF editor. Look for "Initial View" or "Open Action" — set the target page and zoom.
  3. Pick a sane zoom level. Fit-width almost always reads well; fit-page works for one-page documents; exact percentages break on small screens.
  4. Save and re-open. Open the PDF in Adobe Reader to confirm. If it lands on the wrong page, the open action did not save — re-check the editor.
  5. Test in a browser viewer too. Chrome/Firefox/Safari built-in PDF viewers ignore some open-action variants. Test in the viewer your audience uses.
  6. Add named destinations for deep-linking. Bookmark important sections with names; you can link to `file.pdf#named-dest` from elsewhere.
  7. Document the open action in a sticky note. A small note "Opens at page 47" near the top reminds future editors what is intentional.
  8. Flatten if redistributing. Flattening preserves the open action while preventing downstream edits to the rest of the document.

Practical checklist before you send

  • Test the open action in three viewers your audience uses (Adobe Reader, Chrome built-in, mobile Safari) — full support is rare; partial support is common.
  • Default to fit-width zoom rather than a specific percentage — fit-width adapts to the viewer and stays readable on phone screens.
  • Use URL fragments (file.pdf#page=47) for shared web links; they work even when the in-PDF open action is ignored by the viewer.
  • Document the intentional landing page with a sticky note near the top of page 1 ("Opens at page 47 — exec summary") so future editors do not strip the open action by accident.
  • Bookmark deep destinations with named labels rather than absolute page numbers; named destinations survive page additions and removals during editing.
  • For sensitive documents, set open-action to page 1 with an explicit "do not redistribute" sticky — landing readers on a deep page is bad practice for material that needs the context of the front matter.
  • Flatten before redistribution to preserve the open action while preventing downstream edits to the rest of the document.

FAQ

Why does my PDF ignore the open action in Chrome?
Browser-built-in PDF viewers (Chrome's pdfium, Firefox's pdf.js, Safari's built-in) support a subset of the PDF spec. Open-action with a specific page number usually works; open-action with a complex named destination or exact zoom may be silently dropped. The fallback is page 1 at fit-width. If you must guarantee the landing page, your safest bet is to also link with `file.pdf#page=47&zoom=100` in the URL — Chrome honors that even when it ignores the in-PDF open action.
What's the difference between "fit page" and "fit width"?
Fit page resizes so the whole page (top to bottom) fits in the viewer — useful for one-page documents that you want to read at a glance. Fit width resizes so the page width fills the viewer, which usually means scrolling vertically. For long documents, fit-width is the natural reading mode and the safest default; fit-page only works well when the document is single-page or the viewer is huge.
How do I deep-link to a specific section of a PDF?
Use the URL fragment syntax: `https://example.com/doc.pdf#page=47` for a page number, or `#nameddest=conclusion` for a named destination. Adobe Reader and most browser PDF viewers honor these fragments. Combine them: `#page=47&zoom=150&view=Fit` sets page, zoom, and view in one URL. This is more reliable than embedding the open action in the PDF itself for web-shared documents.
Can I set a different open action per audience?
Yes — by saving two copies of the PDF with different open actions. They share content but land on different pages. This is heavier than using URL fragments (which need only one copy and a different link per audience), so URL fragments are the better solution unless the audience is downloading rather than clicking a link.
What happens to the open action if I flatten the PDF?
Flattening collapses annotations and form fields into the page content, but the document-level open action (initial view, target page) is preserved. You can flatten a multi-page PDF and it will still open to your chosen page. If you are removing form fields with flatten and one of those was a destination of the open action, the open action might silently fail — re-test after flattening.
Is the open action a security risk?
In modern viewers, no. The open action is limited to navigation (page, zoom, view). Older PDF specs supported open actions that ran JavaScript or executed scripts, and those have been progressively locked down — modern Reader prompts before running embedded scripts, and most browser viewers ignore them entirely. For shareable documents, the open action you set today is purely navigation and is treated as content metadata, not executable behavior.

Citations

  1. Wikipedia — “PDF — open actions, named destinations, and the catalog dictionary.” en.wikipedia.org/wiki/PDF
  2. Adobe — “PDF open parameters documentation.” en.wikipedia.org/wiki/PDF#Open_actions

Send PDFs that open where they should

Configure open-action and named destinations in your browser; ship a PDF that lands where you want.

Set the landing page on your PDF →