PDF Always Opens on the Wrong Page
Every time you open a PDF it jumps to a specific page instead of the beginning, because an initial view page number is embedded in the file.
Last updated
PDF Opens on the Wrong Page — Fix the Initial View
PDFs can store an "initial view" setting that tells the viewer which page to open on. If your PDF always jumps to page 50 (for example) when you open it, that setting was saved in the file.
Why This Happens
When a PDF is saved in Acrobat Pro, Foxit, or other editors, the "Initial View" settings (including the page to open on) can be saved into the file. This persists even when you email the PDF or share it online.
Fix in Adobe Acrobat Pro
- Open the PDF in Acrobat Pro
- Go to File → Properties → Initial View
- Set "Page Number" to 1
- Save the file
Fix Without Acrobat Pro (Free Options)
- Adobe Acrobat Reader — Can't change Initial View (read-only app)
- Preview on Mac — Doesn't edit Initial View settings
- Google Chrome — Drag your PDF into Chrome. If it opens on the right page, use Print → Save as PDF to create a new PDF. Chrome's PDF export resets Initial View to page 1.
- pdf-lib (our repair tool) — Our Repair PDF tool rebuilds the PDF structure which may reset the initial view.
Opening a Specific Page from a URL
If you're linking to a PDF online and want it to open on a specific page, add #page=N to the URL:
https://example.com/file.pdf#page=5
Advertisement
Frequently asked questions
Why does my PDF always open on the wrong page?
PDFs store an "initial view" setting in their document catalog that tells viewers which page to show on open. This can be set by the PDF creator — Word, InDesign, or Acrobat — and persists in the file. If you exported a presentation or report with the cursor on page 5, the PDF may open on page 5 by default.
How do I fix a PDF that opens on the wrong page?
In Adobe Acrobat Pro: File → Properties → Initial View, set Page Number to 1 and Magnification to Default, then save. Free alternative: use the command-line tool qpdf: qpdf --qdf input.pdf output.pdf then find and edit the /OpenAction dictionary, or use an online PDF properties editor.
Does this problem affect all PDF viewers?
The initial view setting is standard PDF spec, so it affects all spec-compliant viewers (Adobe Reader, Chrome, Firefox, macOS Preview). However, some simple PDF viewers ignore non-essential metadata and always open on page 1. If the problem only affects one viewer, it may be a viewer-specific behaviour rather than a file-level setting.