{"id":1027,"date":"2026-07-24T09:13:00","date_gmt":"2026-07-24T13:13:00","guid":{"rendered":"https:\/\/www.xconvert.com\/blog\/?p=1027"},"modified":"2026-06-27T01:38:43","modified_gmt":"2026-06-27T05:38:43","slug":"split-a-pdf-into-pages","status":"publish","type":"post","link":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages","title":{"rendered":"How to Split a PDF into Separate Pages or Files"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">You scanned a 40-page contract, but you only need to email pages 12\u201314 to one person and keep the rest private. Or a colleague sent a combined report and you want each chapter as its own file. Splitting a PDF does exactly this \u2014 and the part most guides bury is that it\u2019s <strong>lossless<\/strong>: a good splitter copies the existing page objects into a new file, so nothing is re-rendered, recompressed, or degraded. We verified the split modes against the live tool and the page-object behavior against the PDF specification.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> To split a PDF, upload it, pick a <strong>split mode<\/strong>, and download the result. Three modes cover every case: <strong>Page by page<\/strong> (every page becomes its own PDF, delivered as a ZIP), <strong>Pages by range<\/strong> (extract one contiguous section like pages 5\u201312 into a single PDF), and <strong>Pages by multi-range<\/strong> (pull several sections at once, e.g. <code>1, 10-15, 30<\/code>, each as its own file in a ZIP). Splitting is <strong>lossless<\/strong> \u2014 pages are copied as-is, so text stays selectable and image quality is untouched. No re-rendering, no quality loss.<\/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=\"#what\">What \u201csplitting\u201d actually does to a PDF<\/a><\/li><li><a href=\"#modes\">The three split modes \u2014 and which to use<\/a><\/li><li><a href=\"#lossless\">Why splitting is lossless<\/a><\/li><li><a href=\"#use-cases\">Common reasons to split a PDF<\/a><\/li><li><a href=\"#tool\">Split a PDF on xconvert<\/a><\/li><li><a href=\"#faq\">FAQ<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what\">What \u201csplitting\u201d actually does to a PDF<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A PDF is not one flat blob of \u201cpages.\u201d Internally, each page is a separate object, and the document\u2019s catalog points to a <strong>page tree<\/strong> that lists them in order \u2014 this is defined in the PDF specification (ISO 32000). Splitting walks that tree, selects the page objects you asked for, and writes them into a brand-new PDF, carrying along the resources each page references (fonts, images, vector graphics).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That structural detail is <em>why<\/em> splitting can be lossless. The splitter isn\u2019t taking a picture of each page and saving it again \u2014 it\u2019s lifting the original page content streams out of one container and into another. The pixels, the text layer, the embedded fonts: all copied verbatim.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The practical opposite of splitting is <strong>merging<\/strong> (combining several PDFs into one) \u2014 and the two are often used together. You might split a scanned stack into individual pages, drop the blank ones, then merge the rest back into a clean document.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"modes\">The three split modes \u2014 and which to use<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/www.xconvert.com\/split-pdf\">xconvert Split PDF tool<\/a> offers three modes. Here\u2019s exactly what each one does, the input it needs, and what you get back:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Mode<\/th><th>What it does<\/th><th>Input<\/th><th>Output<\/th><\/tr><\/thead><tbody><tr><td><strong>Page by page<\/strong><\/td><td>Turns every page into its own separate PDF<\/td><td>None \u2014 just click Split<\/td><td>Multiple PDFs in a <strong>ZIP<\/strong><\/td><\/tr><tr><td><strong>Pages by range<\/strong><\/td><td>Extracts one contiguous section<\/td><td>A start and end page (e.g. <code>5-12<\/code>)<\/td><td>A <strong>single PDF<\/strong> of just those pages<\/td><\/tr><tr><td><strong>Pages by multi-range<\/strong><\/td><td>Extracts several sections at once<\/td><td>Comma-separated ranges (e.g. <code>1, 10-15, 30, 40-60<\/code>)<\/td><td>One PDF per range, packaged in a <strong>ZIP<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Picking the right one is straightforward:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>You want each page as its own file<\/strong> (e.g. splitting a multi-page scan so each page can be filed or re-ordered separately) \u2192 <strong>Page by page<\/strong>.<\/li><li><strong>You want one chunk<\/strong> \u2014 a single chapter, a contract clause, the pages you\u2019ll email to one person \u2192 <strong>Pages by range<\/strong>. You get a single, tidy PDF.<\/li><li><strong>You want several disjoint pieces in one go<\/strong> \u2014 the cover, an appendix, and two separate sections \u2014 without running the tool three times \u2192 <strong>Pages by multi-range<\/strong>.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">A note on the multi-range syntax: a bare number like <code>30<\/code> means just that single page; <code>10-15<\/code> means the contiguous block from 10 through 15 inclusive. Each comma-separated entry becomes its own output PDF.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"lossless\">Why splitting is lossless<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the question worth answering plainly, because some tools get it wrong: <strong>splitting a PDF does not reduce quality<\/strong> when the tool copies pages rather than re-rendering them.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">xconvert copies the original page content streams as-is. That means:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Text stays selectable and searchable<\/strong> \u2014 it isn\u2019t flattened into an image.<\/li><li><strong>Fonts render identically<\/strong> \u2014 the embedded fonts come along with the pages.<\/li><li><strong>Vector graphics stay sharp<\/strong> \u2014 lines and shapes are math, not pixels, and they\u2019re preserved as math.<\/li><li><strong>Images are not recompressed<\/strong> \u2014 a 300 DPI scan in the source is still 300 DPI in the split file, with no extra JPEG compression artifacts.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If you\u2019ve ever split a PDF and noticed fuzzy text or softened images afterward, that\u2019s the signature of a tool that <strong>re-rendered<\/strong> the pages (rasterized them and saved them again) instead of copying the objects. A page-copy splitter avoids that entirely \u2014 the output pages are exact copies of the originals.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One honest caveat: splitting <strong>doesn\u2019t shrink<\/strong> a page\u2019s content. If your goal is a smaller file rather than fewer pages, splitting alone won\u2019t help much \u2014 extracting a heavy scanned page gives you a heavy single-page PDF. For that, compress the PDF; see <a href=\"https:\/\/www.xconvert.com\/blog\/why-is-my-scanned-pdf-so-big\/\">why scanned PDFs are so big<\/a> for what actually drives the size.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"use-cases\">Common reasons to split a PDF<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Email only the relevant pages.<\/strong> Sending a whole 60-page report when the recipient needs three pages is noise \u2014 and sometimes a privacy problem. Extract the section with <strong>Pages by range<\/strong> and send a clean, small file. If even the extracted pages are too large to attach, see <a href=\"https:\/\/www.xconvert.com\/blog\/how-to-email-a-large-pdf-file\/\">how to email a large PDF file<\/a>.<\/li><li><strong>Separate a multi-page scan.<\/strong> Scanners often dump a whole stack into one PDF. <strong>Page by page<\/strong> breaks it back into individual documents you can rename, file, or re-order.<\/li><li><strong>Isolate a chapter or appendix.<\/strong> Pull a single chapter out of a manual or a single exhibit out of a legal bundle without exposing the rest.<\/li><li><strong>Grab non-adjacent pieces in one pass.<\/strong> Need the cover, the summary on page 4, and the conclusion on pages 50\u201352? <strong>Pages by multi-range<\/strong> does it in a single operation instead of three.<\/li><li><strong>Prep for re-assembly.<\/strong> Split out the pages you want, discard the rest, then merge what\u2019s left into a tidier document.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tool\">Split a PDF on xconvert<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/www.xconvert.com\/split-pdf\">xconvert Split PDF tool<\/a> runs all three modes in one place:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"1250\" src=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-36.png\" alt=\"Pick a split mode \u2014 Pages by range extracts one section (here, pages 5-12)\" class=\"wp-image-1253\" srcset=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-36.png 1600w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-36-300x234.png 300w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-36-1024x800.png 1024w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-36-768x600.png 768w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-36-1536x1200.png 1536w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\"><li>Open <a href=\"https:\/\/www.xconvert.com\/split-pdf\">xconvert.com\/split-pdf<\/a> and click <strong>Upload<\/strong> (shown as <strong>+ Add Files<\/strong>) to add your PDF \u2014 from your computer, Google Drive, or Dropbox.<\/li><li>Choose a <strong>split mode<\/strong>: <strong>Page by page<\/strong>, <strong>Pages by range<\/strong>, or <strong>Pages by multi-range<\/strong>.<\/li><li>If you picked <strong>Pages by range<\/strong>, enter the start and end page (e.g. <code>5<\/code> to <code>12<\/code>). For <strong>Pages by multi-range<\/strong>, type comma-separated ranges like <code>1, 10-15, 30, 40-60<\/code>. <strong>Page by page<\/strong> needs no input.<\/li><li>(Optional) Open <strong>Advanced Options<\/strong> if you need them \u2014 the defaults are optimized for the best results.<\/li><li>Click <strong>Split<\/strong>.<\/li><li>Download your result \u2014 a single PDF for a single range, or a <strong>ZIP<\/strong> of multiple files for page-by-page and multi-range splits.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Your file uploads over an encrypted connection, is processed on our servers, and is automatically deleted a few hours later. Nothing stays around.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For the reverse operation \u2014 stitching PDFs back together \u2014 see <a href=\"https:\/\/www.xconvert.com\/blog\/combine-photos-into-one-pdf-iphone-android-pc\/\">combine photos and pages into one PDF<\/a>.<\/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 split a PDF into separate pages?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Upload your PDF to the <a href=\"https:\/\/www.xconvert.com\/split-pdf\">Split PDF tool<\/a>, choose the <strong>Page by page<\/strong> mode, and click <strong>Split<\/strong>. Every page becomes its own PDF, and you\u2019ll <strong>download them together as a ZIP file<\/strong>. No page numbers to enter \u2014 this mode splits everything automatically.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">How do I extract only specific pages from a PDF?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Use <strong>Pages by range<\/strong> to pull one contiguous section (enter a start and end page, e.g. <code>5\u201312<\/code>, and get a <strong>single PDF<\/strong>), or <strong>Pages by multi-range<\/strong> to grab several non-adjacent sections at once (e.g. <code>1, 10-15, 30<\/code>). Multi-range gives you <strong>one PDF per range, bundled in a ZIP<\/strong>.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Does splitting a PDF reduce its quality?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>No.<\/strong> Splitting is lossless \u2014 the tool copies the original page objects rather than re-rendering them, so text stays selectable, fonts and vectors are preserved, and images are <strong>not recompressed<\/strong>. If a split PDF looks fuzzy, the tool you used rasterized the pages instead of copying them.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Will splitting make the file smaller?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Only by removing pages \u2014 each remaining page keeps its <strong>original size and quality<\/strong>. Extracting one heavy scanned page still gives you a heavy single-page PDF. If your real goal is a smaller file, compress it instead; see <a href=\"https:\/\/www.xconvert.com\/blog\/why-is-my-scanned-pdf-so-big\/\">why scanned PDFs are so big<\/a>.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Can I split a PDF into multiple files at once?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Yes.<\/strong> <strong>Page by page<\/strong> produces one file per page, and <strong>Pages by multi-range<\/strong> produces one file per range \u2014 both delivered as a single <strong>ZIP download<\/strong>, so you get every piece in one step.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">What\u2019s the difference between splitting and merging a PDF?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Splitting<\/strong> breaks one PDF into smaller files (by page or by range); <strong>merging<\/strong> combines several PDFs into one. They\u2019re complementary \u2014 split out the pages you want, then <a href=\"https:\/\/www.xconvert.com\/blog\/combine-photos-into-one-pdf-iphone-android-pc\/\">merge what\u2019s left back together<\/a>.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Does the order of my pages stay the same after splitting?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Yes.<\/strong> Splitting preserves the original page order within each output file. A range like <code>10-15<\/code> produces a PDF with those six pages in their original sequence; page-by-page output files are numbered in document order.<\/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-06-25.<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.xconvert.com\/split-pdf\">xconvert Split PDF tool<\/a> \u2014 the live tool; source for the three split modes (Page by page, Pages by range, Pages by multi-range), their inputs, ZIP\/single-PDF outputs, and the lossless page-copy behavior.<\/li><li><a href=\"https:\/\/pdfa.org\/resource\/iso-32000-1\/\">PDF Association \u2014 ISO 32000-1 (PDF 1.7)<\/a> \u2014 the PDF specification defining the document catalog and <strong>page tree<\/strong>, the structure that lets a splitter copy individual page objects into a new file.<\/li><li><a href=\"https:\/\/pdfa.org\/resource\/iso-32000-2\/\">PDF Association \u2014 ISO 32000-2 (PDF 2.0)<\/a> \u2014 current PDF specification; confirms page objects and the structures (tags, bookmarks) that splitting and page operations must carry along.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Split a PDF into separate pages or extract specific page ranges \u2014 lossless, no quality loss. The 3 split modes and which to use, explained.<\/p>\n","protected":false},"author":3,"featured_media":1255,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,14],"tags":[],"class_list":["post-1027","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 Split a PDF into Separate Pages or Files<\/title>\n<meta name=\"description\" content=\"Split a PDF into separate pages or extract specific page ranges \u2014 lossless, no quality loss. The 3 split modes and which to use, explained.\" \/>\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\/split-a-pdf-into-pages\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Split a PDF into Separate Pages or Files\" \/>\n<meta property=\"og:description\" content=\"Split a PDF into separate pages or extract specific page ranges \u2014 lossless, no quality loss. The 3 split modes and which to use, explained.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-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-07-24T13:13:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-190.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"840\" \/>\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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages\"},\"author\":{\"name\":\"James\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"headline\":\"How to Split a PDF into Separate Pages or Files\",\"datePublished\":\"2026-07-24T13:13:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages\"},\"wordCount\":1571,\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-190.png\",\"articleSection\":[\"How To Guides\",\"Tools\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages\",\"name\":\"How to Split a PDF into Separate Pages or Files\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-190.png\",\"datePublished\":\"2026-07-24T13:13:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"description\":\"Split a PDF into separate pages or extract specific page ranges \u2014 lossless, no quality loss. The 3 split modes and which to use, explained.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages#primaryimage\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-190.png\",\"contentUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-190.png\",\"width\":1600,\"height\":840,\"caption\":\"The xconvert Split PDF tool at \\\/split-pdf with the Upload button highlighted \u2014 upload a PDF, pick a split mode, and download the separated pages.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/split-a-pdf-into-pages#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.xconvert.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Split a PDF into Separate Pages or Files\"}]},{\"@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 Split a PDF into Separate Pages or Files","description":"Split a PDF into separate pages or extract specific page ranges \u2014 lossless, no quality loss. The 3 split modes and which to use, explained.","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\/split-a-pdf-into-pages","og_locale":"en_US","og_type":"article","og_title":"How to Split a PDF into Separate Pages or Files","og_description":"Split a PDF into separate pages or extract specific page ranges \u2014 lossless, no quality loss. The 3 split modes and which to use, explained.","og_url":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages","og_site_name":"XConvert Blog","article_publisher":"https:\/\/www.facebook.com\/xconvertcom","article_published_time":"2026-07-24T13:13:00+00:00","og_image":[{"width":1600,"height":840,"url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-190.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":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages#article","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages"},"author":{"name":"James","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"headline":"How to Split a PDF into Separate Pages or Files","datePublished":"2026-07-24T13:13:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages"},"wordCount":1571,"image":{"@id":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-190.png","articleSection":["How To Guides","Tools"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages","url":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages","name":"How to Split a PDF into Separate Pages or Files","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages#primaryimage"},"image":{"@id":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-190.png","datePublished":"2026-07-24T13:13:00+00:00","author":{"@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"description":"Split a PDF into separate pages or extract specific page ranges \u2014 lossless, no quality loss. The 3 split modes and which to use, explained.","breadcrumb":{"@id":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages#primaryimage","url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-190.png","contentUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-190.png","width":1600,"height":840,"caption":"The xconvert Split PDF tool at \/split-pdf with the Upload button highlighted \u2014 upload a PDF, pick a split mode, and download the separated pages."},{"@type":"BreadcrumbList","@id":"https:\/\/www.xconvert.com\/blog\/split-a-pdf-into-pages#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xconvert.com\/blog"},{"@type":"ListItem","position":2,"name":"How to Split a PDF into Separate Pages or Files"}]},{"@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\/1027","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=1027"}],"version-history":[{"count":2,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1027\/revisions"}],"predecessor-version":[{"id":1254,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1027\/revisions\/1254"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media\/1255"}],"wp:attachment":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media?parent=1027"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/categories?post=1027"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/tags?post=1027"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}