{"id":1419,"date":"2026-08-18T09:13:00","date_gmt":"2026-08-18T13:13:00","guid":{"rendered":"https:\/\/www.xconvert.com\/blog\/?p=1419"},"modified":"2026-07-16T23:42:55","modified_gmt":"2026-07-17T03:42:55","slug":"merge-images-into-one-pdf-in-order","status":"publish","type":"post","link":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order","title":{"rendered":"How to Merge Images into One PDF (in the Right Order)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">You photographed a twelve-page contract page by page, merged the pictures into one PDF \u2014 and page 10 landed between page 1 and page 2. Your photos were fine; the tool sorted <code>IMG_10<\/code> before <code>IMG_2<\/code>, because as plain text \u201c10\u201d starts with a \u201c1\u201d. Scrambled page order is the most common way an image-to-PDF merge goes wrong, and it has three distinct causes with three distinct fixes. For this guide we uploaded deliberately shuffled files to the live <a href=\"https:\/\/www.xconvert.com\/merge-image-to-pdf\">xconvert merge tool<\/a> to pin down exactly what decides page order, and tested the drag-to-reorder, rotate, and flip controls described below.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> The page order of the finished PDF is <strong>whatever order the thumbnails are in when you click Merge<\/strong>. On <a href=\"https:\/\/www.xconvert.com\/merge-image-to-pdf\">xconvert\u2019s Merge Images to PDF<\/a>, files appear <strong>in the order you add them \u2014 there is no filename auto-sort<\/strong> (verified with intentionally mis-ordered uploads), and you <strong>drag the thumbnail cards<\/strong> to fix the sequence: first card = page 1. Stuck with a tool that sorts by filename? <strong>Zero-pad the names<\/strong> (<code>01-<\/code>, <code>02-<\/code>, \u2026 <code>10-<\/code>) so \u201c10\u201d can\u2019t sort before \u201c9\u201d. And fix sideways photos with each card\u2019s <strong>Rotate<\/strong> button <em>before<\/em> merging \u2014 the PDF bakes the orientation in.<\/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 pages come out scrambled<\/a><\/li><li><a href=\"#rename\">The rename trick: 01, 02, 03<\/a><\/li><li><a href=\"#reorder\">Drag the thumbnails: order what you can see<\/a><\/li><li><a href=\"#rotation\">Sideways photos: rotation and EXIF orientation<\/a><\/li><li><a href=\"#page-setup\">One image per page, paper size, and fit<\/a><\/li><li><a href=\"#tool\">Merge images into one PDF on xconvert<\/a><\/li><li><a href=\"#faq\">FAQ<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why\">Why pages come out scrambled<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Every image-to-PDF method decides page order in one of three ways:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Where the order comes from<\/th><th>Examples<\/th><th>The trap<\/th><\/tr><\/thead><tbody><tr><td><strong>The order you select\/add files<\/strong><\/td><td>macOS Finder\u2019s Create PDF, most upload tools<\/td><td>The order the file dialog hands over isn\u2019t always the order you clicked in<\/td><\/tr><tr><td><strong>Filename sort<\/strong><\/td><td>Windows print flow, many batch converters<\/td><td>\u201cSorted by name\u201d means two <em>different<\/em> things \u2014 see below<\/td><\/tr><tr><td><strong>Explicit on-screen order<\/strong><\/td><td>Tools with drag-to-reorder thumbnails<\/td><td>None \u2014 what you see is what you get<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Selection order is documented for some flows \u2014 Apple states it plainly for the Mac\u2019s built-in combiner: <em>\u201cThe files appear in the PDF in the same order that you select them.\u201d<\/em> That works until you can\u2019t remember which file you clicked first.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Filename sort is where the classic scramble lives, because <strong>\u201csorted by name\u201d means two different things<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Windows File Explorer sorts numbers numerically.<\/strong> Since Windows XP, Explorer treats digit runs in file names as numbers, so <code>photo2<\/code> sorts before <code>photo10<\/code>. (Microsoft\u2019s own history of the feature notes that Windows 95 used to put <code>file139<\/code> ahead of <code>file20<\/code> \u2014 the behavior XP fixed.)<\/li><li><strong>Many programs still sort names as plain text<\/strong>, character by character. The default string comparison \u2014 the one JavaScript\u2019s own documentation demonstrates \u2014 puts <code>&quot;80&quot;<\/code> before <code>&quot;9&quot;<\/code>. In a text sort, <code>IMG_10<\/code> lands before <code>IMG_2<\/code> and <code>IMG_9<\/code>.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">So a folder that looks perfectly ordered in File Explorer can arrive scrambled in a converter that sorts as text \u2014 it was never the same list.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Camera naming makes it worse. Cameras and phones following the DCF convention name photos with a fixed four-character prefix plus a <strong>four-digit counter from 0001 to 9999<\/strong> (<code>IMG_0001.JPG<\/code>); after 9999 the counter wraps back to 0001. Across that wrap \u2014 or across two devices, or after a messaging app renames an export, or after your browser appends <code>(1)<\/code>, <code>(2)<\/code> to duplicate downloads \u2014 <strong>filename order and chronological order quietly stop agreeing<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If your images are coming straight off a phone camera roll, the device-native routes (and their limits) are covered in <a href=\"https:\/\/www.xconvert.com\/blog\/combine-photos-into-one-pdf-iphone-android-pc\/\">How to combine photos into one PDF on iPhone, Android &amp; PC<\/a>. The rest of this guide is about making the order bulletproof on any device.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"rename\">The rename trick: 01, 02, 03<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you\u2019ll merge the same batch more than once, or you\u2019re using any tool that sorts by filename, renaming is the durable fix \u2014 and exactly one naming scheme satisfies <strong>every<\/strong> sorter: <strong>zero-padded numeric prefixes<\/strong>.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code>1, 2, \u2026 10<\/code> breaks in a text sort: you get <code>1, 10, 11, 12, 2, 3\u2026<\/code><\/li><li><code>01, 02, \u2026 10<\/code> sorts identically in a text sort <em>and<\/em> in Explorer\u2019s numeric sort. Padding removes the ambiguity.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Three rules make it work:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Pad to the width of your largest number.<\/strong> Up to 99 files \u2192 two digits (<code>01-<\/code>); up to 999 \u2192 three (<code>001-<\/code>).<\/li><li><strong>Put the number first<\/strong>, then anything human-readable: <code>03-lease-signature-page.jpg<\/code>. Sorting reads from the front of the name.<\/li><li><strong>Rename before you upload<\/strong>, while you can still see the images large enough to number them by eye.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Renaming is also the accepted fix for Windows\u2019 built-in flow \u2014 a long-running Microsoft Q&amp;A thread on Print to PDF producing wrong page order settles on rename-then-sort-by-name (details in the <a href=\"#faq\">FAQ<\/a>). Its weakness is effort: for a one-off merge of thirty photos it\u2019s slow, and it can\u2019t fix a shot taken out of sequence. For that, reorder on screen instead.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"reorder\">Drag the thumbnails: order what you can see<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The most reliable order is one you <em>arranged by eye<\/em> right before merging. That\u2019s the core of the <a href=\"https:\/\/www.xconvert.com\/merge-image-to-pdf\">xconvert Merge Images to PDF tool<\/a>, and we verified the exact behavior on the live tool:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Files list in the order you add them \u2014 no filename auto-sort.<\/strong> We uploaded <code>IMG_9.png<\/code>, <code>IMG_2.png<\/code>, <code>IMG_10.png<\/code>, in that order, twice; the list showed <code>IMG_9 \u2192 IMG_2 \u2192 IMG_10<\/code> both times. A filename sort would have produced <code>IMG_10 \u2192 IMG_2 \u2192 IMG_9<\/code> (text) or <code>IMG_2 \u2192 IMG_9 \u2192 IMG_10<\/code> (numeric); the tool imposed neither. The order is <em>yours<\/em> to set, not the tool\u2019s to guess.<\/li><li><strong>Each image becomes a thumbnail card<\/strong> (filename, pixel dimensions, file size) <strong>with a drag handle<\/strong> \u2014 we dragged the bottom card to the top and the sequence updated and stuck. <strong>The first card is page 1<\/strong>, the second page 2, and so on.<\/li><li><strong>Reordering also works from the keyboard<\/strong>: focus a card\u2019s drag handle, press Space to pick it up, move it with the arrow keys, press Space to drop \u2014 handy on a trackpad or with a screen reader.<\/li><li>A <strong>Remove<\/strong> button on every card drops a stray file without starting over.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The habit that prevents every ordering surprise: <strong>scan the thumbnail sequence top to bottom immediately before clicking Merge<\/strong>. Five seconds of eyeballing beats any naming convention.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"rotation\">Sideways photos: rotation and EXIF orientation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The other half of \u201cthe right order\u201d is orientation \u2014 page 3 on its side is as unusable as page 3 in the wrong place.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Phone cameras usually don\u2019t rotate the pixels when you shoot sideways; they store the sensor image as-is and write an <strong>EXIF Orientation flag<\/strong> telling software how to turn it. Software that honors the flag shows the photo upright \u2014 browsers apply EXIF orientation by default \u2014 while software that ignores it shows the photo sideways. That\u2019s why the same image can look fine in one app and rotated in another, and why you should <strong>fix rotation before merging: the PDF locks in whatever the merge renders<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On xconvert, orientation is handled per image: each thumbnail card has <strong>Rotate<\/strong>, <strong>Flip Horizontal<\/strong>, and <strong>Flip Vertical<\/strong> buttons, so a sideways scan is squared up in one click.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Separately, <strong>Page layout (Portrait \/ Landscape)<\/strong> sets the shape of the <em>paper<\/em>, not the photo. For a mixed batch \u2014 tall receipts, wide whiteboard shots \u2014 two setups work cleanly:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A uniform page (say portrait A4) with <strong>Image placement: Contained<\/strong> \u2014 every image fits entirely on its page, letterboxed, nothing cropped.<\/li><li><strong>Paper size: Original<\/strong> \u2014 each page is sized to its own image; no whitespace, no cropping.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Cover<\/strong> is the third placement: the image fills the page edge-to-edge and overflow is cropped \u2014 right for photo-book looks, wrong for documents whose edges carry information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"page-setup\">One image per page, paper size, and fit<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The remaining setup takes seconds, and the defaults are sensible:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>One image per page is the default<\/strong> \u2014 nothing to configure. Just keep <strong>Combine?<\/strong> on <strong>Single PDF<\/strong>; the alternative, <strong>Individual PDFs<\/strong>, converts each image into its own separate one-page PDF instead of one document.<\/li><li><strong>Paper size<\/strong> defaults to <strong>A4<\/strong>, with US Letter, Legal, Tabloid, A3, Executive, ISO B4\/B5, and <strong>Original<\/strong> in the dropdown. Pick what your recipient prints on.<\/li><li><strong>Margin<\/strong> presets run from <strong>No margin (0&quot;)<\/strong> to <strong>Large (2&#215;1&quot;)<\/strong>; <strong>Image alignment<\/strong> (Top \/ Center \/ Bottom) controls where a smaller image sits on the page.<\/li><li>The <strong>Quality Percentage<\/strong> slider defaults to <strong>75<\/strong>; the tool\u2019s guidance is that 90\u2013100 is visually lossless for photos \u2014 raise it for archival scans, lower it when the PDF must be small.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If your sources are already PDFs rather than images \u2014 exported chapters, a stack of scans \u2014 the ordering logic is the same but the tool is different: see <a href=\"https:\/\/www.xconvert.com\/blog\/merge-multiple-pdfs-into-one\/\">How to merge multiple PDFs into one<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tool\">Merge images into one PDF on xconvert<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The whole workflow on the <a href=\"https:\/\/www.xconvert.com\/merge-image-to-pdf\">xconvert Merge Images to PDF tool<\/a>:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open <a href=\"https:\/\/www.xconvert.com\/merge-image-to-pdf\">xconvert.com\/merge-image-to-pdf<\/a> and click <strong>Upload<\/strong> (or drag and drop; the dropdown next to the button offers <strong>From my Computer<\/strong>, <strong>From Google Drive<\/strong>, and <strong>From Dropbox<\/strong>). JPG, PNG, HEIC, TIFF, WebP, BMP, and camera RAW formats are accepted, mixed freely in one batch.<\/li><li><strong>Arrange the page order:<\/strong> the thumbnail cards appear in the order you added the files \u2014 drag them into the sequence you want. <strong>The first card becomes page 1.<\/strong> Use a card\u2019s <strong>Remove<\/strong> button to drop strays.<\/li><li><strong>Fix orientation per image:<\/strong> click <strong>Rotate<\/strong> (or <strong>Flip Horizontal<\/strong> \/ <strong>Flip Vertical<\/strong>) on any card whose photo is sideways or mirrored.<\/li><li>In <strong>Advanced Options<\/strong>, leave <strong>Combine?<\/strong> on <strong>Single PDF<\/strong>, pick a <strong>Paper size<\/strong> (A4 default, or <strong>Original<\/strong> to size pages to the images), and set <strong>Page layout<\/strong>, <strong>Margin<\/strong>, and <strong>Image placement<\/strong> (<strong>Contained<\/strong> if nothing may be cropped).<\/li><li>Give the sequence one last top-to-bottom scan, then click <strong>Merge<\/strong> and download \u2014 pages come out exactly in the order the cards were showing.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Your images upload over an encrypted connection, the PDF is assembled on our servers, and your files are deleted automatically a few hours later.<\/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 merge images into a PDF in a specific order?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Use a tool that shows the images as thumbnails and lets you rearrange them before merging. On <a href=\"https:\/\/www.xconvert.com\/merge-image-to-pdf\">xconvert<\/a>, files list <strong>in the order you add them<\/strong> and you <strong>drag the thumbnail cards into position \u2014 the first card becomes page 1<\/strong>. Arranging by eye beats any filename scheme, because you\u2019re looking at the actual content.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Why do my images merge in the wrong order?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">The tool ordered them by something other than what you expected \u2014 usually a <strong>plain-text filename sort, where <code>10<\/code> sorts before <code>9<\/code><\/strong> because comparison goes character by character. Windows File Explorer sorts numbers numerically, so the folder <em>looks<\/em> right, and then a text-sorting tool scrambles it. Fixes: zero-pad the filenames, or use a merge tool with drag-to-reorder and check the sequence before merging.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">How should I rename files so every tool sorts them correctly?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Zero-padded numeric prefixes<\/strong>: <code>01-<\/code>, <code>02-<\/code>, \u2026 <code>10-<\/code>, padded to the width of your largest number (three digits for 100+ files). Padded names sort identically under text sort and numeric sort, so the order survives any tool. Put the number at the front \u2014 <code>03-lease-page.jpg<\/code> \u2014 since sorting reads from the first character.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Why does Windows \u201cPrint to PDF\u201d put my pages in the wrong order?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">The multi-image print flow follows the file list, not the order you clicked. The fix Microsoft\u2019s Q&amp;A community converged on: <strong>rename the images in page order (<code>1.jpg<\/code>, <code>2.jpg<\/code>, \u2026), sort the folder by name ascending, then select all and print<\/strong>. With ten or more images, zero-pad (<code>01.jpg<\/code>) so the text sort can\u2019t put <code>10<\/code> before <code>2<\/code> \u2014 or skip the fragility and use a drag-to-reorder merge tool.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">How do I fix a photo that shows up sideways in the PDF?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Rotate it <strong>before<\/strong> merging \u2014 the PDF bakes in whatever the merge tool renders. Sideways photos happen because the camera stored unrotated pixels plus an <strong>EXIF Orientation flag<\/strong> that some software ignores. On xconvert, every thumbnail card has <strong>Rotate<\/strong>, <strong>Flip Horizontal<\/strong>, and <strong>Flip Vertical<\/strong> buttons, so you can square up individual images without an editor.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Can I change the page order after the PDF is already made?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Yes \u2014 no need to re-merge. Run the finished file through a page-reordering tool such as <a href=\"https:\/\/www.xconvert.com\/reorder-pdf\">xconvert\u2019s Reorder PDF<\/a>, which moves pages within an existing PDF. Re-merging from the source images works just as well if you still have them; use whichever is fewer clicks.<\/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-15.<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.xconvert.com\/merge-image-to-pdf\">xconvert \u2014 Merge Images to PDF<\/a> \u2014 live tool verification: <strong>Upload<\/strong> button (From my Computer \/ Google Drive \/ Dropbox), thumbnails keep upload order with no filename auto-sort (tested with shuffled uploads), drag-to-reorder cards with per-card <strong>Rotate \/ Flip \/ Remove<\/strong>, <strong>Merge<\/strong> button, Combine? \/ Paper size \/ Page layout \/ Image placement \/ Margin \/ Quality controls.<\/li><li><a href=\"https:\/\/support.apple.com\/guide\/mac-help\/combine-files-into-a-pdf-mchl21ac2368\/mac\">Apple Support \u2014 Combine files into a PDF on Mac<\/a> \u2014 the selection-order rule: \u201cThe files appear in the PDF in the same order that you select them.\u201d<\/li><li><a href=\"https:\/\/learn.microsoft.com\/en-us\/previous-versions\/technet-magazine\/hh475812%28v=msdn.10%29\">Microsoft Learn \u2014 Windows Confidential: The Evolution of Sorting<\/a> \u2014 Explorer has sorted digits in file names as numbers since Windows XP; Windows 95 sorted <code>file139<\/code> ahead of <code>file20<\/code>.<\/li><li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Array\/sort\">MDN \u2014 Array.prototype.sort()<\/a> \u2014 default string comparison: \u201cbecause numbers are converted to strings, \u201880\u2019 comes before \u20189\u2019 in the Unicode order\u201d \u2014 the mechanics behind <code>10<\/code>-before-<code>9<\/code> scrambles.<\/li><li><a href=\"https:\/\/learn.microsoft.com\/en-us\/answers\/questions\/3307464\/microsoft-print-to-pdf-how-do-i-control-the-page-o\">Microsoft Q&amp;A \u2014 Microsoft \u201cPrint to PDF\u201d: how do I control the page order?<\/a> \u2014 the rename-then-sort-by-name workaround for multi-image Print to PDF.<\/li><li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/CSS\/image-orientation\">MDN \u2014 image-orientation<\/a> \u2014 browsers apply the image\u2019s EXIF orientation by default (\u201cThe EXIF information contained in the image is used to rotate the image appropriately\u201d).<\/li><li><a href=\"https:\/\/en.wikipedia.org\/wiki\/Design_rule_for_Camera_File_system\">Wikipedia \u2014 Design rule for Camera File system (DCF)<\/a> \u2014 camera file naming: four-character prefix plus a 0001\u20139999 counter that wraps after 9999 (aggregating the CIPA DC-009 standard).<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Pages scrambled when you merge images into one PDF? Why tools sort files wrong, the 01-, 02- rename trick, and drag-to-reorder for an exact page order.<\/p>\n","protected":false},"author":3,"featured_media":1418,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,14],"tags":[],"class_list":["post-1419","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 Merge Images into One PDF (in the Right Order)<\/title>\n<meta name=\"description\" content=\"Pages scrambled when you merge images into one PDF? Why tools sort files wrong, the 01-, 02- rename trick, and drag-to-reorder for an exact page order.\" \/>\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\/merge-images-into-one-pdf-in-order\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Merge Images into One PDF (in the Right Order)\" \/>\n<meta property=\"og:description\" content=\"Pages scrambled when you merge images into one PDF? Why tools sort files wrong, the 01-, 02- rename trick, and drag-to-reorder for an exact page order.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order\" \/>\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-08-18T13:13:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured.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=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order\"},\"author\":{\"name\":\"James\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"headline\":\"How to Merge Images into One PDF (in the Right Order)\",\"datePublished\":\"2026-08-18T13:13:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order\"},\"wordCount\":2157,\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured.png\",\"articleSection\":[\"How To Guides\",\"Tools\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order\",\"name\":\"How to Merge Images into One PDF (in the Right Order)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured.png\",\"datePublished\":\"2026-08-18T13:13:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"description\":\"Pages scrambled when you merge images into one PDF? Why tools sort files wrong, the 01-, 02- rename trick, and drag-to-reorder for an exact page order.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order#primaryimage\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured.png\",\"contentUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured.png\",\"width\":2400,\"height\":1260,\"caption\":\"The xconvert Merge Images to PDF tool at \\\/merge-image-to-pdf with the Upload button highlighted \u2014 add images, drag the thumbnail cards into page order, then click Merge.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/merge-images-into-one-pdf-in-order#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.xconvert.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Merge Images into One PDF (in the Right Order)\"}]},{\"@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 Merge Images into One PDF (in the Right Order)","description":"Pages scrambled when you merge images into one PDF? Why tools sort files wrong, the 01-, 02- rename trick, and drag-to-reorder for an exact page order.","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\/merge-images-into-one-pdf-in-order","og_locale":"en_US","og_type":"article","og_title":"How to Merge Images into One PDF (in the Right Order)","og_description":"Pages scrambled when you merge images into one PDF? Why tools sort files wrong, the 01-, 02- rename trick, and drag-to-reorder for an exact page order.","og_url":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order","og_site_name":"XConvert Blog","article_publisher":"https:\/\/www.facebook.com\/xconvertcom","article_published_time":"2026-08-18T13:13:00+00:00","og_image":[{"width":2400,"height":1260,"url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured.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":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order#article","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order"},"author":{"name":"James","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"headline":"How to Merge Images into One PDF (in the Right Order)","datePublished":"2026-08-18T13:13:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order"},"wordCount":2157,"image":{"@id":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured.png","articleSection":["How To Guides","Tools"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order","url":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order","name":"How to Merge Images into One PDF (in the Right Order)","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order#primaryimage"},"image":{"@id":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured.png","datePublished":"2026-08-18T13:13:00+00:00","author":{"@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"description":"Pages scrambled when you merge images into one PDF? Why tools sort files wrong, the 01-, 02- rename trick, and drag-to-reorder for an exact page order.","breadcrumb":{"@id":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order#primaryimage","url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured.png","contentUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured.png","width":2400,"height":1260,"caption":"The xconvert Merge Images to PDF tool at \/merge-image-to-pdf with the Upload button highlighted \u2014 add images, drag the thumbnail cards into page order, then click Merge."},{"@type":"BreadcrumbList","@id":"https:\/\/www.xconvert.com\/blog\/merge-images-into-one-pdf-in-order#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xconvert.com\/blog"},{"@type":"ListItem","position":2,"name":"How to Merge Images into One PDF (in the Right Order)"}]},{"@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\/1419","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=1419"}],"version-history":[{"count":1,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1419\/revisions"}],"predecessor-version":[{"id":1420,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1419\/revisions\/1420"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media\/1418"}],"wp:attachment":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media?parent=1419"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/categories?post=1419"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/tags?post=1419"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}