{"id":2907,"date":"2026-07-01T21:25:44","date_gmt":"2026-07-01T21:25:44","guid":{"rendered":"https:\/\/gopdf.io\/blog\/?p=2907"},"modified":"2026-07-01T21:29:20","modified_gmt":"2026-07-01T21:29:20","slug":"how-to-compress-a-scanned-pdf-without-losing-quality","status":"publish","type":"post","link":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/","title":{"rendered":"How to Compress a Scanned PDF Without Losing Quality?"},"content":{"rendered":"<p><a href=\"https:\/\/gopdf.io\/features\/compress-pdf\">Compressing a PDF<\/a> means shrinking the file size of a document made entirely of page images\u00a0 the output of a scanner or phone camera \u2014 while keeping the text sharp enough to read and the file faithful enough to use. Scanned PDFs are heavy for one reason: every page is a high-resolution photograph, not text, so a ten-page scan can outweigh a hundred-page text document.<\/p>\n<h2>Why Scanned PDFs Are So Large in the First Place<\/h2>\n<p>A born-digital PDF stores text as compact character codes. A scanned PDF stores each page as a bitmap \u2014 millions of pixels, often at 300\u2013600 DPI, frequently in full color even when the original was black ink on white paper. Three factors drive the bloat: <strong>resolution<\/strong> (DPI), <strong>color depth<\/strong> (color vs. grayscale vs. bitonal), and <strong>image codec<\/strong> (how the pixels are encoded). Effective compression targets all three rather than blindly squeezing the whole file.<\/p>\n<h2>The Lever Most Guides Ignore: Color Mode<\/h2>\n<p>Here is the highest-impact move competitors rarely explain. A page of black text scanned in 24-bit color carries 24 bits per pixel; the same page in bitonal (1-bit black-and-white) carries one. Converting a text-only scan from color to grayscale or bitonal can cut size by 80\u201395% with <em>no<\/em> loss of legibility, because the color data was never carrying information \u2014 it was carrying scanner noise. Reach for color reduction before you ever touch resolution.<\/p>\n<h2>Resolution: How Low Is Safe<\/h2>\n<p>DPI is a quality dial, not an on\/off switch. For on-screen reading, 150 DPI is usually indistinguishable from 300. For documents that will be printed or that contain fine print and signatures, hold 300 DPI. Dropping below 150 is where text starts to soften visibly. The skill is matching DPI to the document\u2019s destiny \u2014 archive-and-email scans tolerate aggressive downsampling; legal exhibits do not.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-2932\" src=\"https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/07\/compress-scanned-pdf-in-gopdf.png\" alt=\"compress scanned pdf in gopdf\" width=\"1903\" height=\"944\" srcset=\"https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/07\/compress-scanned-pdf-in-gopdf.png 1903w, https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/07\/compress-scanned-pdf-in-gopdf-300x149.png 300w, https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/07\/compress-scanned-pdf-in-gopdf-1024x508.png 1024w, https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/07\/compress-scanned-pdf-in-gopdf-768x381.png 768w, https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/07\/compress-scanned-pdf-in-gopdf-1536x762.png 1536w\" sizes=\"(max-width: 1903px) 100vw, 1903px\" \/><\/p>\n<h2>Why You Should OCR Before You Compress<\/h2>\n<p>Counter-intuitive but important: running <a href=\"https:\/\/gopdf.io\/features\/ocr-pdf\">OCR pdf<\/a> <em>before<\/em> compression can make the file both smaller and more useful. OCR adds a searchable text layer, and some compression engines can then store the recognized text efficiently while heavily compressing the background image \u2014 a technique called mixed raster content (MRC). You end up with a searchable, selectable, dramatically smaller PDF instead of a smaller-but-still-dumb picture.<\/p>\n<h2>Use Cases and the Right Aggressiveness for Each<\/h2>\n<ul>\n<li><strong>Emailing a scanned contract<\/strong> \u2014 bitonal + 150 DPI; legibility is all that matters.<\/li>\n<li><strong>Uploading to a portal with a size cap<\/strong> \u2014 compress to just under the limit, not to the floor, to preserve quality headroom.<\/li>\n<li><strong>Long-term archive<\/strong> \u2014 OCR first, then moderate compression at 300 DPI so the document stays searchable and print-ready.<\/li>\n<li><strong>Photo-heavy scans<\/strong> \u2014 keep grayscale or color; bitonal would destroy the images.<\/li>\n<\/ul>\n<h2>Applied Workflows: Shrinking a Scan the Smart Way<\/h2>\n<h3>Workflow 1 \u2014 Text-only document, maximum shrink<\/h3>\n<ol>\n<li>Inspect the scan: is it color carrying only black text? If so, color reduction is your biggest win.<\/li>\n<li>Convert to grayscale or bitonal, then downsample to 150 DPI.<\/li>\n<li>In a browser-based tool such as <a href=\"https:\/\/gopdf.io\/\">GoPDF<\/a>, you would upload the scan, apply OCR to add a text layer, then run compression and pick a quality preset that matches the use.<\/li>\n<li>Open the result and read the smallest text to confirm it survived.<\/li>\n<\/ol>\n<h3>Workflow 2 \u2014 Hitting a hard upload limit<\/h3>\n<ol>\n<li>Note the cap (e.g., 5\u00a0MB).<\/li>\n<li>Compress in one step; if still over, reduce DPI before reducing further on color, since DPI loss is more forgiving than artifacting.<\/li>\n<li>Stop as soon as you clear the limit \u2014 over-compressing past the requirement only costs quality.<\/li>\n<\/ol>\n<h3>Workflow 3 \u2014 Searchable archive copy<\/h3>\n<ol>\n<li>OCR the full document first.<\/li>\n<li>Apply moderate compression at 300 DPI so it remains print-ready.<\/li>\n<li>Verify you can search for a word inside the file before archiving.<\/li>\n<\/ol>\n<h2>FAQ<\/h2>\n<h3>Why is my scanned PDF still huge after compression?<\/h3>\n<p>It is probably still in full color. Convert text-only scans to grayscale or bitonal \u2014 that single change usually beats any resolution tweak.<\/p>\n<h3>Does compressing a scan remove the searchable text?<\/h3>\n<p>If the file was OCR\u2019d, good compression keeps the text layer. If you compress a raw image scan, there was never any text to lose \u2014 OCR first to gain it.<\/p>\n<h3>What DPI should I compress to?<\/h3>\n<p>150 DPI for on-screen reading and email; 300 DPI for anything that will be printed or contains fine detail. Avoid going below 150.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Compressing a PDF means shrinking the file size of a document made entirely of page images\u00a0 the output of a scanner or phone camera \u2014 while keeping the text sharp enough to read and the file faithful enough to use. Scanned PDFs are heavy for one reason: every page is a high-resolution photograph, not text, &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/\"> <span class=\"screen-reader-text\">How to Compress a Scanned PDF Without Losing Quality?<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":2929,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","footnotes":""},"categories":[16],"tags":[],"class_list":["post-2907","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gopdf"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Compress a Scanned PDF Without Losing Quality?<\/title>\n<meta name=\"description\" content=\"Compressing a scanned PDF means shrinking the file size of a document made entirely of page images\u00a0 the output of a scanner\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Compress a Scanned PDF Without Losing Quality?\" \/>\n<meta property=\"og:description\" content=\"Compressing a scanned PDF means shrinking the file size of a document made entirely of page images\u00a0 the output of a scanner\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/\" \/>\n<meta property=\"og:site_name\" content=\"GoPDF\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-01T21:25:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-01T21:29:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/06\/How-to-Compress-a-Scanned-PDF.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"gpdf_admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"gpdf_admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/\"},\"author\":{\"name\":\"gpdf_admin\",\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/#\\\/schema\\\/person\\\/ac0d4317b35f6766363c6d70b4e20777\"},\"headline\":\"How to Compress a Scanned PDF Without Losing Quality?\",\"datePublished\":\"2026-07-01T21:25:44+00:00\",\"dateModified\":\"2026-07-01T21:29:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/\"},\"wordCount\":695,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/How-to-Compress-a-Scanned-PDF.jpg\",\"articleSection\":[\"gopdf\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/\",\"url\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/\",\"name\":\"How to Compress a Scanned PDF Without Losing Quality?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/How-to-Compress-a-Scanned-PDF.jpg\",\"datePublished\":\"2026-07-01T21:25:44+00:00\",\"dateModified\":\"2026-07-01T21:29:20+00:00\",\"description\":\"Compressing a scanned PDF means shrinking the file size of a document made entirely of page images\u00a0 the output of a scanner\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/How-to-Compress-a-Scanned-PDF.jpg\",\"contentUrl\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/How-to-Compress-a-Scanned-PDF.jpg\",\"width\":1024,\"height\":640,\"caption\":\"How to Compress a Scanned PDF\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/how-to-compress-a-scanned-pdf-without-losing-quality\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Compress a Scanned PDF Without Losing Quality?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/\",\"name\":\"GoPDF\",\"description\":\"https:\\\/\\\/gopdf.io\",\"publisher\":{\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/#organization\",\"name\":\"GoPDF\",\"url\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/Logo-go-pdf.svg\",\"contentUrl\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/Logo-go-pdf.svg\",\"width\":799,\"height\":222,\"caption\":\"GoPDF\"},\"image\":{\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/#\\\/schema\\\/person\\\/ac0d4317b35f6766363c6d70b4e20777\",\"name\":\"gpdf_admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/137cc0b3bf730306c0ae9fdaa0e4ea2bc32cb1c940b8367348a74bea26942263?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/137cc0b3bf730306c0ae9fdaa0e4ea2bc32cb1c940b8367348a74bea26942263?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/137cc0b3bf730306c0ae9fdaa0e4ea2bc32cb1c940b8367348a74bea26942263?s=96&d=mm&r=g\",\"caption\":\"gpdf_admin\"},\"sameAs\":[\"https:\\\/\\\/gopdf.io.www408.your-server.de\"],\"url\":\"https:\\\/\\\/gopdf.io\\\/blog\\\/author\\\/gpdf_admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Compress a Scanned PDF Without Losing Quality?","description":"Compressing a scanned PDF means shrinking the file size of a document made entirely of page images\u00a0 the output of a scanner","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:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/","og_locale":"en_US","og_type":"article","og_title":"How to Compress a Scanned PDF Without Losing Quality?","og_description":"Compressing a scanned PDF means shrinking the file size of a document made entirely of page images\u00a0 the output of a scanner","og_url":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/","og_site_name":"GoPDF","article_published_time":"2026-07-01T21:25:44+00:00","article_modified_time":"2026-07-01T21:29:20+00:00","og_image":[{"width":1024,"height":640,"url":"https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/06\/How-to-Compress-a-Scanned-PDF.jpg","type":"image\/jpeg"}],"author":"gpdf_admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"gpdf_admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/#article","isPartOf":{"@id":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/"},"author":{"name":"gpdf_admin","@id":"https:\/\/gopdf.io\/blog\/#\/schema\/person\/ac0d4317b35f6766363c6d70b4e20777"},"headline":"How to Compress a Scanned PDF Without Losing Quality?","datePublished":"2026-07-01T21:25:44+00:00","dateModified":"2026-07-01T21:29:20+00:00","mainEntityOfPage":{"@id":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/"},"wordCount":695,"commentCount":0,"publisher":{"@id":"https:\/\/gopdf.io\/blog\/#organization"},"image":{"@id":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/#primaryimage"},"thumbnailUrl":"https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/06\/How-to-Compress-a-Scanned-PDF.jpg","articleSection":["gopdf"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/","url":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/","name":"How to Compress a Scanned PDF Without Losing Quality?","isPartOf":{"@id":"https:\/\/gopdf.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/#primaryimage"},"image":{"@id":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/#primaryimage"},"thumbnailUrl":"https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/06\/How-to-Compress-a-Scanned-PDF.jpg","datePublished":"2026-07-01T21:25:44+00:00","dateModified":"2026-07-01T21:29:20+00:00","description":"Compressing a scanned PDF means shrinking the file size of a document made entirely of page images\u00a0 the output of a scanner","breadcrumb":{"@id":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/#primaryimage","url":"https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/06\/How-to-Compress-a-Scanned-PDF.jpg","contentUrl":"https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2026\/06\/How-to-Compress-a-Scanned-PDF.jpg","width":1024,"height":640,"caption":"How to Compress a Scanned PDF"},{"@type":"BreadcrumbList","@id":"https:\/\/gopdf.io\/blog\/how-to-compress-a-scanned-pdf-without-losing-quality\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gopdf.io\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Compress a Scanned PDF Without Losing Quality?"}]},{"@type":"WebSite","@id":"https:\/\/gopdf.io\/blog\/#website","url":"https:\/\/gopdf.io\/blog\/","name":"GoPDF","description":"https:\/\/gopdf.io","publisher":{"@id":"https:\/\/gopdf.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gopdf.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gopdf.io\/blog\/#organization","name":"GoPDF","url":"https:\/\/gopdf.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gopdf.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2023\/10\/Logo-go-pdf.svg","contentUrl":"https:\/\/gopdf.io\/blog\/wp-content\/uploads\/2023\/10\/Logo-go-pdf.svg","width":799,"height":222,"caption":"GoPDF"},"image":{"@id":"https:\/\/gopdf.io\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/gopdf.io\/blog\/#\/schema\/person\/ac0d4317b35f6766363c6d70b4e20777","name":"gpdf_admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/137cc0b3bf730306c0ae9fdaa0e4ea2bc32cb1c940b8367348a74bea26942263?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/137cc0b3bf730306c0ae9fdaa0e4ea2bc32cb1c940b8367348a74bea26942263?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/137cc0b3bf730306c0ae9fdaa0e4ea2bc32cb1c940b8367348a74bea26942263?s=96&d=mm&r=g","caption":"gpdf_admin"},"sameAs":["https:\/\/gopdf.io.www408.your-server.de"],"url":"https:\/\/gopdf.io\/blog\/author\/gpdf_admin\/"}]}},"_links":{"self":[{"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/posts\/2907","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/comments?post=2907"}],"version-history":[{"count":5,"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/posts\/2907\/revisions"}],"predecessor-version":[{"id":2934,"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/posts\/2907\/revisions\/2934"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/media\/2929"}],"wp:attachment":[{"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/media?parent=2907"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/categories?post=2907"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gopdf.io\/blog\/wp-json\/wp\/v2\/tags?post=2907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}