{"id":1561,"date":"2026-09-12T09:13:00","date_gmt":"2026-09-12T13:13:00","guid":{"rendered":"https:\/\/www.xconvert.com\/blog\/?p=1561"},"modified":"2026-07-16T23:44:00","modified_gmt":"2026-07-17T03:44:00","slug":"rotate-reorder-pdf-pages","status":"publish","type":"post","link":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages","title":{"rendered":"How to Rotate or Reorder PDF Pages (and Save It That Way)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">You straighten a sideways scan in Preview or Acrobat, email it to a colleague, and they reply that it is <em>still<\/em> sideways. Or you drag the pages into the right order on screen, print the file, and the printout comes out in the original jumble. The cause is the same both times: most PDF viewers let you rotate or shuffle the <em>view<\/em> without ever touching the file. To make either fix stick, the new orientation or page order has to be written into the PDF and saved \u2014 so every other viewer, print driver, and downstream tool sees it too. We verified the behavior against the PDF specification (ISO 32000-1) and Adobe\u2019s own documentation, and confirmed the exact steps on xconvert\u2019s live tools.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> A viewer\u2019s <strong>Rotate View<\/strong> (Acrobat\u2019s <em>View &gt; Rotate View<\/em>, or Preview\u2019s rotate without saving) only turns the page on screen for the current session \u2014 reopen the file somewhere else and it snaps back. A <strong>permanent<\/strong> rotation writes a new value into each page\u2019s <code>\/Rotate<\/code> entry and saves it into the file; a permanent <strong>reorder<\/strong> rewrites the page tree. Use <a href=\"https:\/\/www.xconvert.com\/rotate-pdf\">xconvert\u2019s Rotate PDF<\/a> to rotate all or specific pages by 90\u00b0 or 180\u00b0, and <a href=\"https:\/\/www.xconvert.com\/reorder-pdf\">Reorder PDF<\/a> to move pages into a new sequence \u2014 each hands you a new, downloaded PDF with the change baked in. Only multiples of 90\u00b0 are legal PDF page rotations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Jump to a section<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#why\">Why a \u201crotated\u201d PDF opens sideways again<\/a><\/li><li><a href=\"#rotate\">Rotate pages so it sticks: angles and per-page<\/a><\/li><li><a href=\"#reorder\">Reorder pages: reverse a scan, move a page to the front<\/a><\/li><li><a href=\"#preserved\">What survives \u2014 and the one gotcha<\/a><\/li><li><a href=\"#tool\">Rotate or reorder on xconvert<\/a><\/li><li><a href=\"#faq\">FAQ<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why\">Why a \u201crotated\u201d PDF opens sideways again<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most PDF readers offer <strong>two different rotate operations<\/strong>, and confusing them is the single most common reason a \u201crotated\u201d file reverts when someone else opens it.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>View rotation<\/strong> \u2014 Acrobat and Reader\u2019s <em>View &gt; Rotate View<\/em>, or Preview\u2019s rotate buttons when you don\u2019t save afterward. This turns the page on your screen <strong>for the current session only<\/strong>. It does not change the document. As an Adobe Community Expert puts it in a thread on exactly this problem, do not confuse \u201crotate view\u2026 <em>without<\/em> modifying the document, with \u2018rotate page\u2019, which is used to modify the document\u201d \u2014 and a tell-tale sign is that after Rotate View, <strong>the Save menu item stays greyed out<\/strong> because there is nothing to save. Close and reopen the file and the rotation is gone.<\/li><li><strong>Permanent rotation<\/strong> \u2014 Acrobat\u2019s <em>Organize Pages &gt; Rotate<\/em> (or any tool that writes the file), which changes each page\u2019s stored orientation and is saved into the PDF. Reopen it anywhere \u2014 Acrobat, Preview, Chrome, a phone \u2014 and the page is upright.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This matters beyond the screen: a PDF page\u2019s stored rotation governs how the page is drawn <strong>\u201cwhen displayed <em>or printed<\/em>\u201d<\/strong> (ISO 32000-1). So a view-only \u201cfix\u201d still prints, emails, and imports in the original orientation \u2014 only a rotation written into the file and saved travels with the document. That is the whole point of the \u201cand save it that way\u201d step, and what the xconvert tools below do.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"rotate\">Rotate pages so it sticks: angles and per-page<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Every PDF page carries a <code>\/Rotate<\/code> value in its page dictionary. The specification says that value \u201cshall be a multiple of 90\u201d (ISO 32000-1, Table 30), so the only legal page rotations are <strong>0\u00b0, 90\u00b0, 180\u00b0, and 270\u00b0<\/strong> \u2014 there is no spec-legal \u201crotate 7\u00b0.\u201d Tools that advertise arbitrary-angle rotation fake it by rasterizing the page \u2014 turning crisp vector text into a picture and inflating the file \u2014 so sticking to multiples of 90 keeps the rotation lossless. (PDF library vendor iText notes the same limit.)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Match the angle to the symptom:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>The page opens\u2026<\/th><th>Apply<\/th><th>Typical cause<\/th><\/tr><\/thead><tbody><tr><td>Sideways, top pointing <strong>right<\/strong><\/td><td><strong>90\u00b0 clockwise<\/strong><\/td><td>Portrait page scanned turned one way<\/td><\/tr><tr><td>Sideways, top pointing <strong>left<\/strong><\/td><td><strong>90\u00b0 counter-clockwise<\/strong> (a.k.a. 270\u00b0 \/ \u221290\u00b0)<\/td><td>Portrait page scanned the other way<\/td><\/tr><tr><td><strong>Upside down<\/strong><\/td><td><strong>180\u00b0<\/strong><\/td><td>Duplex sheet fed face-down, or an upside-down phone scan<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You do not have to rotate the whole document. On xconvert\u2019s Rotate PDF you can apply one angle to <strong>all pages<\/strong>, or click an <strong>individual page thumbnail<\/strong> to give just that page its own angle \u2014 handy when a scanner only flipped a few sheets. There is also a <strong>page filter<\/strong>: restrict the rotation to <strong>odd pages<\/strong>, <strong>even pages<\/strong>, or a <strong>custom list<\/strong> like <code>1, 3, 7-12<\/code>. The classic use is a double-sided scan where the feeder ran one side face-up and the other face-down, so every <em>even<\/em> page lands upside down \u2014 \u201ceven pages only\u201d with a 180\u00b0 rotation straightens the whole document in one pass.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"reorder\">Reorder pages: reverse a scan, move a page to the front<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Page order is not a view setting either \u2014 it is baked into the file. A PDF keeps its pages in a <code>\/Pages<\/code> object whose <code>\/Kids<\/code> array lists the pages in display order; there is no separate \u201cshow these pages in this order\u201d layer. To change the reading order you rewrite that array, which is precisely what a reorder tool does. The page <em>content<\/em> is untouched; only the sequence changes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Two everyday jobs this solves:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>A scan that came out reversed.<\/strong> Sheet-feed scanners sometimes emit pages back-to-front, or shuffle duplex sheets so every other page is out of place \u2014 reordering beats re-scanning.<\/li><li><strong>Moving a page to the front or back.<\/strong> Pull a cover or title page to position 1, push appendices to the end, or walk a stray page up from the middle.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">On xconvert\u2019s Reorder PDF the flow is thumbnail-based: after upload, the pages appear as a grid, and <strong>each page card has up (\u2191) and down (\u2193) arrow buttons<\/strong> \u2014 click to nudge a page one slot at a time, repeating until the order is right. The grid updates live, so the sequence you see is the sequence you get.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One honest limitation: reordering <strong>keeps every page<\/strong> \u2014 it only changes the order. To actually <em>remove<\/em> pages, use a split step instead (see <a href=\"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages\/\">how to split a PDF into pages<\/a>). And if the real job is assembling several files into one packet, reorder pairs with a <a href=\"https:\/\/www.xconvert.com\/blog\/merge-multiple-pdfs-into-one\/\">merge step<\/a> \u2014 merge first, then reorder if the pieces landed in the wrong direction.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"preserved\">What survives \u2014 and the one gotcha<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Because both operations work on the page tree and page metadata rather than re-rendering the pages, your content comes through intact:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Selectable text and any OCR layer stay selectable<\/strong> \u2014 rotation flips the page\u2019s stored orientation, not the text underneath.<\/li><li><strong>Form fields, links, and bookmarks keep working<\/strong> \u2014 they bind to page <em>objects<\/em>, not page numbers, so they still resolve after a reorder.<\/li><li><strong>File size barely moves<\/strong> \u2014 you are changing a rotation integer or an array order, not rasterizing anything.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The one real gotcha is <strong>digital signatures<\/strong>. A signature covers a byte range of the file, so <em>any<\/em> change \u2014 a <code>\/Rotate<\/code> update or a reordered page tree \u2014 makes the document differ from what was signed and triggers a \u201cmodified since signing\u201d warning. The rule of thumb: <strong>rotate and reorder <em>before<\/em> you sign<\/strong>, never after.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And a small workflow note: you <strong>can\u2019t rotate and reorder in a single click<\/strong>, because page order and page rotation live in different parts of the file (the <code>\/Kids<\/code> array versus each page\u2019s <code>\/Rotate<\/code> entry). Do them one after the other \u2014 typically reorder first, then run the rotated output through the rotate step. Each pass preserves the other\u2019s work.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tool\">Rotate or reorder on xconvert<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Both are server-side, no-install tools that hand you a brand-new PDF. Pick the one that matches your problem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>To rotate \u2014 <a href=\"https:\/\/www.xconvert.com\/rotate-pdf\">xconvert Rotate PDF<\/a>:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open <a href=\"https:\/\/www.xconvert.com\/rotate-pdf\">xconvert.com\/rotate-pdf<\/a> and <strong>drag and drop<\/strong> your file or click <strong>\u201c+ Add Files\u201d<\/strong> to load it (you can add more than one file in the same job).<\/li><li>Pick a rotation angle \u2014 <strong>90\u00b0 clockwise<\/strong>, <strong>180\u00b0<\/strong>, or <strong>90\u00b0 counter-clockwise<\/strong> \u2014 applied to every page, or click an individual <strong>page thumbnail<\/strong> to set a different angle just for that page.<\/li><li><em>(Optional)<\/em> Use the <strong>Pages<\/strong> filter to limit the rotation to <strong>odd pages<\/strong>, <strong>even pages<\/strong>, or a custom list like <code>1, 3, 7-12<\/code> \u2014 the one-click cure for an every-other-page upside-down duplex scan.<\/li><li>Click <strong>Rotate<\/strong> and download. The chosen angle is written into each page\u2019s <code>\/Rotate<\/code> entry, so Acrobat, Preview, Chrome, mobile viewers, and your printer all open it the right way up. (If the PDF has an open password, the tool prompts you for it first.)<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>To reorder \u2014 <a href=\"https:\/\/www.xconvert.com\/reorder-pdf\">xconvert Reorder PDF<\/a>:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open <a href=\"https:\/\/www.xconvert.com\/reorder-pdf\">xconvert.com\/reorder-pdf<\/a> and add your PDF the same way. Page <strong>thumbnails appear as a grid<\/strong> once the file is parsed.<\/li><li>Use the <strong>up (\u2191) and down (\u2193) arrows<\/strong> on each page card to move a page one slot at a time \u2014 repeat to walk a page to the front, or to reverse a scan that came out backwards.<\/li><li>The order you see in the grid <strong>is<\/strong> the export order; there is no separate \u201csave order\u201d step.<\/li><li>Click <strong>Reorder<\/strong> to download a new PDF with the pages in the displayed sequence. The original file is left untouched.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Your file is processed on our servers and deleted automatically a few hours later. There is no sign-up, and neither tool adds a watermark.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\">How do I permanently rotate a PDF so it stays rotated?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Use a tool or command that <strong>writes the rotation into the file and saves it<\/strong>, not your viewer\u2019s on-screen rotate. In Acrobat that is <em>Organize Pages &gt; Rotate<\/em> (then Save); on xconvert it is the <a href=\"https:\/\/www.xconvert.com\/rotate-pdf\">Rotate PDF<\/a> tool, which writes each page\u2019s <code>\/Rotate<\/code> value and gives you a new file. The key tell that a rotation is only temporary is that the viewer\u2019s <strong>Save option stays greyed out<\/strong> \u2014 nothing is being changed.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Why does my PDF still open (or print) sideways after I rotated it?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">You almost certainly used <strong>View &gt; Rotate View<\/strong> (or rotated in Preview without saving). That rotates the display for your session only; the file\u2019s stored orientation never changed. Because a PDF\u2019s rotation value controls how the page is drawn <strong>when displayed <em>or printed<\/em><\/strong>, the printer and the next person to open the file still see the original. Apply a permanent rotation and save it to fix this for good.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">How do I rearrange or reorder pages in a PDF?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Open the file in a tool that rewrites the page order and export a new PDF. On <a href=\"https:\/\/www.xconvert.com\/reorder-pdf\">xconvert Reorder PDF<\/a>, the pages show up as thumbnails after upload; use the <strong>up\/down arrows<\/strong> on each page to move it a slot at a time, then click <strong>Reorder<\/strong> to download. The reorder is written into the file\u2019s page tree, so the new sequence is what everyone sees.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Can I rotate only some pages \u2014 like just the even pages?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Yes.<\/strong> xconvert\u2019s Rotate PDF has a page filter for <strong>odd pages only<\/strong>, <strong>even pages only<\/strong>, or a <strong>custom list<\/strong> (e.g. <code>1, 3, 7-12<\/code>), and you can also click a single thumbnail to rotate just that page. \u201cEven pages only\u201d with a <strong>180\u00b0<\/strong> rotation is the standard fix for a duplex scan where every other sheet came in upside down.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Can I rotate and reorder in the same step?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Not in one click.<\/strong> Page order and page rotation are stored in different parts of the PDF, so run them as two passes \u2014 usually reorder first, then rotate the result. Each step preserves the other\u2019s changes, and both keep your text, links, and form fields intact.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Will rotating or reordering break my form fields, links, or signature?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Text, form fields, internal links, and bookmarks come through fine \u2014 these operations change page orientation or order, not the page content. The exception is a <strong>digital signature<\/strong>: any byte-level change invalidates it, so <strong>rotate and reorder before you sign<\/strong>, not after.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sources<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Last verified 2026-07-16.<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.xconvert.com\/rotate-pdf\">xconvert Rotate PDF<\/a> \u2014 live tool: \u201c+ Add Files\u201d upload, 90\u00b0\/180\u00b0\/counter-clockwise angles, per-page thumbnails, odd\/even\/custom page filter, <strong>Rotate<\/strong> action; writes the permanent <code>\/Rotate<\/code> value.<\/li><li><a href=\"https:\/\/www.xconvert.com\/reorder-pdf\">xconvert Reorder PDF<\/a> \u2014 live tool: thumbnail grid after upload, up\/down arrow buttons per page, <strong>Reorder<\/strong> action; keeps all pages.<\/li><li><a href=\"https:\/\/pdfa.org\/resource\/iso-32000-1\/\">ISO 32000-1 (PDF Association)<\/a> \u2014 the PDF specification; the page-object <code>\/Rotate<\/code> entry (Table 30) \u201cshall be a multiple of 90,\u201d applied when the page is displayed or printed.<\/li><li><a href=\"https:\/\/community.adobe.com\/questions-9\/adobe-pdf-will-not-save-rotated-pages-why-1290530\">Adobe Community \u2014 \u201cAdobe PDF will not save rotated pages, why?\u201d<\/a> \u2014 accepted answer from an Adobe Community Expert distinguishing temporary <em>Rotate View<\/em> (Save greyed out, document unmodified) from a permanent <em>Organize Pages &gt; Rotate<\/em>.<\/li><li><a href=\"https:\/\/itextpdf.com\/en\/resources\/faq\/technical-support\/itext-7\/how-do-i-rotate-pdf-page-arbitrary-angle\">iText \u2014 rotating a PDF page to an arbitrary angle<\/a> \u2014 confirms the page rotation value only accepts multiples of 90; arbitrary angles must be faked at the content level.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Rotating a PDF in a viewer often doesn&#8217;t stick. Learn to rotate 90\/180 and reorder pages permanently, saved into the file so every viewer sees it.<\/p>\n","protected":false},"author":3,"featured_media":1560,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,14],"tags":[],"class_list":["post-1561","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to-guides","category-tools"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Rotate or Reorder PDF Pages (and Save It That Way)<\/title>\n<meta name=\"description\" content=\"Rotating a PDF in a viewer often doesn&#039;t stick. Learn to rotate 90\/180 and reorder pages permanently, saved into the file so every viewer sees it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Rotate or Reorder PDF Pages (and Save It That Way)\" \/>\n<meta property=\"og:description\" content=\"Rotating a PDF in a viewer often doesn&#039;t stick. Learn to rotate 90\/180 and reorder pages permanently, saved into the file so every viewer sees it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages\" \/>\n<meta property=\"og:site_name\" content=\"XConvert Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/xconvertcom\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-12T13:13:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-50.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"James\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xconvert_com\" \/>\n<meta name=\"twitter:site\" content=\"@xconvert_com\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"James\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages\"},\"author\":{\"name\":\"James\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"headline\":\"How to Rotate or Reorder PDF Pages (and Save It That Way)\",\"datePublished\":\"2026-09-12T13:13:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages\"},\"wordCount\":2052,\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured-50.png\",\"articleSection\":[\"How To Guides\",\"Tools\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages\",\"name\":\"How to Rotate or Reorder PDF Pages (and Save It That Way)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured-50.png\",\"datePublished\":\"2026-09-12T13:13:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"description\":\"Rotating a PDF in a viewer often doesn't stick. Learn to rotate 90\\\/180 and reorder pages permanently, saved into the file so every viewer sees it.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages#primaryimage\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured-50.png\",\"contentUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured-50.png\",\"width\":2400,\"height\":1260,\"caption\":\"The xconvert Rotate PDF tool at \\\/rotate-pdf with the '+ Add Files' upload button highlighted \u2014 rotate pages 90 or 180 degrees and save the rotation permanently into the file.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/rotate-reorder-pdf-pages#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.xconvert.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Rotate or Reorder PDF Pages (and Save It That Way)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/\",\"name\":\"XConvert Blog\",\"description\":\"Blog for XConvert file converter\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\",\"name\":\"James\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"caption\":\"James\"},\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/author\\\/james\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Rotate or Reorder PDF Pages (and Save It That Way)","description":"Rotating a PDF in a viewer often doesn't stick. Learn to rotate 90\/180 and reorder pages permanently, saved into the file so every viewer sees it.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages","og_locale":"en_US","og_type":"article","og_title":"How to Rotate or Reorder PDF Pages (and Save It That Way)","og_description":"Rotating a PDF in a viewer often doesn't stick. Learn to rotate 90\/180 and reorder pages permanently, saved into the file so every viewer sees it.","og_url":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages","og_site_name":"XConvert Blog","article_publisher":"https:\/\/www.facebook.com\/xconvertcom","article_published_time":"2026-09-12T13:13:00+00:00","og_image":[{"width":2400,"height":1260,"url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-50.png","type":"image\/png"}],"author":"James","twitter_card":"summary_large_image","twitter_creator":"@xconvert_com","twitter_site":"@xconvert_com","twitter_misc":{"Written by":"James","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages#article","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages"},"author":{"name":"James","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"headline":"How to Rotate or Reorder PDF Pages (and Save It That Way)","datePublished":"2026-09-12T13:13:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages"},"wordCount":2052,"image":{"@id":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-50.png","articleSection":["How To Guides","Tools"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages","url":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages","name":"How to Rotate or Reorder PDF Pages (and Save It That Way)","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages#primaryimage"},"image":{"@id":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-50.png","datePublished":"2026-09-12T13:13:00+00:00","author":{"@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"description":"Rotating a PDF in a viewer often doesn't stick. Learn to rotate 90\/180 and reorder pages permanently, saved into the file so every viewer sees it.","breadcrumb":{"@id":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages#primaryimage","url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-50.png","contentUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-50.png","width":2400,"height":1260,"caption":"The xconvert Rotate PDF tool at \/rotate-pdf with the '+ Add Files' upload button highlighted \u2014 rotate pages 90 or 180 degrees and save the rotation permanently into the file."},{"@type":"BreadcrumbList","@id":"https:\/\/www.xconvert.com\/blog\/rotate-reorder-pdf-pages#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xconvert.com\/blog"},{"@type":"ListItem","position":2,"name":"How to Rotate or Reorder PDF Pages (and Save It That Way)"}]},{"@type":"WebSite","@id":"https:\/\/www.xconvert.com\/blog\/#website","url":"https:\/\/www.xconvert.com\/blog\/","name":"XConvert Blog","description":"Blog for XConvert file converter","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xconvert.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Person","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845","name":"James","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","caption":"James"},"url":"https:\/\/www.xconvert.com\/blog\/author\/james"}]}},"_links":{"self":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1561","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/comments?post=1561"}],"version-history":[{"count":1,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1561\/revisions"}],"predecessor-version":[{"id":1562,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1561\/revisions\/1562"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media\/1560"}],"wp:attachment":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media?parent=1561"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/categories?post=1561"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/tags?post=1561"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}