{"id":32,"date":"2026-05-04T18:33:49","date_gmt":"2026-05-04T18:33:49","guid":{"rendered":"https:\/\/simpletool.io\/blog\/?p=32"},"modified":"2026-05-04T18:34:23","modified_gmt":"2026-05-04T18:34:23","slug":"free-pdf-compressor","status":"publish","type":"post","link":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/","title":{"rendered":"Free PDF Compressor: Reduce PDF Size in Your Browser [2026]"},"content":{"rendered":"\r\n<div class=\"ai-summary\" style=\"padding: 14px 18px; background: #f6f9fc; border-left: 4px solid #635BFF; border-radius: 8px; font-size: 15px; margin-bottom: 28px;\"><strong>TL;DR:<\/strong> A free PDF compressor reduces file size by stripping embedded metadata, recompressing the document structure, and (in heavyweight tools) recompressing or downsampling embedded images. Our <a href=\"https:\/\/simpletool.io\/tools\/pdf-compressor\/\">browser-based PDF compressor<\/a> handles structural compression entirely on your device \u2014 no upload, no signup. Typical savings are 15-50% on PDFs with metadata bloat. For image-heavy PDFs needing 70-90% savings, you&#8217;ll need image recompression too.<\/div>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The single most common reason people search for a free PDF compressor: they&#8217;re trying to attach a contract, invoice, or scan to an email and Gmail rejects anything over 25 MB, Outlook over 20 MB, corporate mail servers often over 10 MB. The PDF that came out of Word at 18 MB suddenly needs to be under 10 MB by Tuesday. That&#8217;s the workflow.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Our <a href=\"https:\/\/simpletool.io\/tools\/pdf-compressor\/\">PDF compressor<\/a> handles the structural side of the problem entirely in your browser using <code>pdf-lib<\/code> \u2014 no upload, no signup, no third party seeing your contracts. This guide explains the two distinct kinds of PDF compression (and which one you actually need), the metadata most PDFs leak about you without you knowing, the size-vs-quality math for image-heavy documents, and the command-line tools to reach for when browser compression isn&#8217;t enough.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">The two kinds of PDF compression \u2014 pick the right one<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Most &#8220;free PDF compressor&#8221; tools blur the distinction, which is why people sometimes get 5% savings when they expected 80%, or vice versa. The honest version: there are two fundamentally different operations both called &#8220;compression&#8221;.<\/p>\r\n\r\n\r\n\r\n<table style=\"width: 100%; border-collapse: collapse; margin: 12px 0 20px;\">\r\n<thead>\r\n<tr style=\"background: #0A2540; color: #fff;\">\r\n<th style=\"text-align: left; padding: 10px 14px;\">Approach<\/th>\r\n<th style=\"text-align: left; padding: 10px 14px;\">Typical savings<\/th>\r\n<th style=\"text-align: left; padding: 10px 14px;\">Quality cost<\/th>\r\n<th style=\"text-align: left; padding: 10px 14px;\">When to reach for it<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\"><strong>Structural compression<\/strong> (metadata strip + object streams)<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">5-30%, occasionally 50% on bloated PDFs<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">None \u2014 fully lossless. Text searchability preserved.<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Office documents, contracts, forms, anything text-heavy<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"padding: 10px 14px;\"><strong>Image recompression<\/strong> (downsample + re-encode embedded images)<\/td>\r\n<td style=\"padding: 10px 14px;\">50-90% on image-heavy PDFs<\/td>\r\n<td style=\"padding: 10px 14px;\">Visible. Photos lose detail; scans get JPEG artefacts.<\/td>\r\n<td style=\"padding: 10px 14px;\">Scanned documents, photo-heavy reports, magazines<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Our browser tool does the first kind. The second kind requires either heavy server-side libraries (Ghostscript, Adobe Acrobat) or specialised WebAssembly bundles that take 10-30 seconds per MB to run client-side. We made the deliberate trade-off to keep the browser tool fast and lossless rather than slow and lossy.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>How to know which kind you need.<\/strong> Open your PDF in any viewer. If you see large embedded photos, screenshots, or scanned pages, you need image recompression. If it&#8217;s mostly text \u2014 contracts, invoices, generated reports, forms \u2014 structural compression often gets you the savings you need with no quality loss at all.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">What metadata is your PDF leaking?<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The under-appreciated reason to compress a PDF before sharing: the metadata it carries by default. Every PDF generator embeds a surprising amount of detail about how the file was created, often including data the original author didn&#8217;t realise was attached. Stripping metadata is part of structural compression and produces both privacy benefits and modest size savings.<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Author name.<\/strong> Microsoft Word and Google Docs default to using your account name. Send a contract to a counterparty and they see exactly which employee at your company drafted it.<\/li>\r\n<li><strong>Software and version.<\/strong> &#8220;Microsoft\u00ae Word for Microsoft 365 MSO (Version 2401)&#8221; tells anyone who opens the file what software you use and roughly when you upgraded. Useful info for social engineering.<\/li>\r\n<li><strong>Creation and modification timestamps.<\/strong> Down to the second, in the PDF object dictionary. Lawyers occasionally use these to challenge document authenticity.<\/li>\r\n<li><strong>Original filename.<\/strong> Even if you renamed the PDF for sending, the original filename often persists in the metadata. <code>tax-return-final-FOR-REAL-this-time-v7.pdf<\/code> on the inside.<\/li>\r\n<li><strong>Hidden tracked changes (in old PDFs).<\/strong> Word&#8217;s Track Changes data can survive an export to PDF if the export uses the wrong settings. Less common in 2026 than it was, but still happens.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Our compressor strips title, author, subject, keywords, producer, and creator fields by default. The exiftool \/ qpdf check after compression returns clean results \u2014 no leaked author or software identifiers. For high-stakes documents (contracts being sent to opposing counsel, public-records releases, journalism source documents), this is the cheapest privacy-protection step you can take.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">How to use the browser PDF compressor<\/h2>\r\n\r\n\r\n\r\n<ol class=\"wp-block-list\">\r\n<li>Open the <a href=\"https:\/\/simpletool.io\/tools\/pdf-compressor\/\">PDF compressor<\/a><\/li>\r\n<li>Drop your PDF (up to 100 MB) into the dropzone, or click to pick a file<\/li>\r\n<li>The tool reads the file size and page count locally \u2014 nothing uploads<\/li>\r\n<li>Choose options:\r\n<ul>\r\n<li><strong>Strip metadata<\/strong> \u2014 recommended on; removes title, author, subject, keywords, software identifier<\/li>\r\n<li><strong>Use object streams<\/strong> \u2014 recommended on; PDF 1.5+ feature that compresses the document structure<\/li>\r\n<\/ul>\r\n<\/li>\r\n<li>Click <strong>Compress<\/strong>. The output appears with a percentage savings indicator<\/li>\r\n<li>Click <strong>Download<\/strong> to save the compressed PDF locally<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Compression takes 1-3 seconds for typical office PDFs (2-20 MB). For larger files (50-100 MB), it can take 10-15 seconds because pdf-lib has to parse and re-serialise the entire document. Browser RAM usage peaks at roughly 3-4\u00d7 the file size during compression \u2014 a 100 MB PDF needs about 350 MB of free browser memory to process.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">How much can you actually save?<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Real numbers from a sample of common PDF types we tested:<\/p>\r\n\r\n\r\n\r\n<table style=\"width: 100%; border-collapse: collapse; margin: 12px 0 20px;\">\r\n<thead>\r\n<tr style=\"background: #0A2540; color: #fff;\">\r\n<th style=\"text-align: left; padding: 10px 14px;\">PDF type<\/th>\r\n<th style=\"text-align: left; padding: 10px 14px;\">Typical structural-compression savings<\/th>\r\n<th style=\"text-align: left; padding: 10px 14px;\">Notes<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Word-generated contract or report<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">15-30%<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Lots of structural overhead from Word&#8217;s PDF export<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Google Docs export<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">5-15%<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Already reasonably efficient<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">LaTeX \/ Pandoc output<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">2-8%<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Already near-optimal; little structural waste<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Filled-out PDF form (filled via Acrobat)<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">10-25%<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Form-state metadata strips well<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Scanned multi-page document<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">2-5%<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Bottleneck is image data, not structure \u2014 use image recompression<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Photo-heavy magazine\/portfolio<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">3-8%<\/td>\r\n<td style=\"padding: 10px 14px; border-bottom: 1px solid #e7ecef;\">Same \u2014 needs image-side compression for real savings<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"padding: 10px 14px;\"><strong>Bloated PDF with embedded fonts not subset<\/strong><\/td>\r\n<td style=\"padding: 10px 14px;\"><strong>30-60%<\/strong><\/td>\r\n<td style=\"padding: 10px 14px;\">Some legacy software embeds full font files instead of subsetting them<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The savings number on the tool isn&#8217;t a marketing claim \u2014 it&#8217;s the actual difference between input and output bytes for your specific file. If the savings come back at 5%, that&#8217;s because your PDF was already efficient; the tool isn&#8217;t doing nothing, there&#8217;s just nothing more to compress structurally.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">For image-heavy PDFs that need 70-90% savings<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">If your PDF is a scanned document or contains many embedded photos, structural compression alone won&#8217;t get the file under your email size limit. You need image recompression \u2014 which means downsampling and re-encoding the embedded images. Our browser tool doesn&#8217;t do this, but the standard approaches all work well.<\/p>\r\n\r\n\r\n\r\n<p><strong>Ghostscript (CLI, macOS \/ Linux \/ Windows):<\/strong><\/p>\r\n<pre style=\"background: #0A2540; color: #fff; padding: 18px 20px; border-radius: 10px; overflow-x: auto; font-size: 14px; line-height: 1.5;\"><code># Basic compression with sensible defaults\r\ngs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 \\\r\n   -dPDFSETTINGS=\/ebook \\\r\n   -dNOPAUSE -dQUIET -dBATCH \\\r\n   -sOutputFile=output.pdf input.pdf\r\n\r\n# Quality presets:\r\n#   \/screen   = 72 dpi  \u2014 heaviest compression, screen-quality\r\n#   \/ebook    = 150 dpi \u2014 good balance for email + screen\r\n#   \/printer  = 300 dpi \u2014 print-quality, modest compression\r\n#   \/prepress = 300 dpi \u2014 print-quality, color-managed<\/code><\/pre>\r\n<p><strong>Python (pikepdf + Pillow for image recompression):<\/strong><\/p>\r\n<pre style=\"background: #0A2540; color: #fff; padding: 18px 20px; border-radius: 10px; overflow-x: auto; font-size: 14px; line-height: 1.5;\"><code>import pikepdf\r\nfrom io import BytesIO\r\nfrom PIL import Image\r\n\r\npdf = pikepdf.open(\"input.pdf\")\r\nfor page in pdf.pages:\r\n    for name, raw in page.images.items():\r\n        pdf_image = pikepdf.PdfImage(raw)\r\n        pil = pdf_image.as_pil_image()\r\n        # Downsample if larger than 1500px\r\n        if max(pil.size) &gt; 1500:\r\n            pil.thumbnail((1500, 1500))\r\n        buf = BytesIO()\r\n        pil.save(buf, format=\"JPEG\", quality=80, optimize=True)\r\n        page.images[name] = pikepdf.unparse(\r\n            pikepdf.Stream(pdf, buf.getvalue()))\r\npdf.save(\"output.pdf\")<\/code><\/pre>\r\n<p><strong>qpdf (CLI, lossless structural only \u2014 equivalent to our browser tool):<\/strong><\/p>\r\n<pre style=\"background: #0A2540; color: #fff; padding: 18px 20px; border-radius: 10px; overflow-x: auto; font-size: 14px; line-height: 1.5;\"><code>qpdf --object-streams=generate --remove-page-labels \\\r\n     --linearize input.pdf output.pdf<\/code><\/pre>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">For most office workflows, Ghostscript with the <code>\/ebook<\/code> preset is the right starting point \u2014 it downsamples to 150 DPI (sufficient for screen viewing and most printing) and re-encodes images at JPEG quality 75. Real savings are typically 60-85% on scanned PDFs.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">The DPI and quality decisions that drive image compression<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">If you&#8217;re using Ghostscript or any image-recompression tool, the two knobs that matter most:<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Image DPI (dots per inch).<\/strong> Photos and scans inside PDFs are stored at a specific resolution. Web\/screen viewing only needs 72-150 DPI \u2014 anything above is invisible at typical display sizes. Print needs 300 DPI for crisp output. Most &#8220;bloated&#8221; PDFs are stored at 600 DPI or higher because that&#8217;s whatever the camera\/scanner produced. Downsampling to 150 DPI typically halves the file size with no visible quality loss on screen.<\/li>\r\n<li><strong>JPEG quality (0-100).<\/strong> The size-vs-quality knob for photo recompression. Quality 85-90 is visually indistinguishable from the original; quality 70-80 has slight artefacts visible only side-by-side; quality 50-60 has visible compression but is acceptable for thumbnails or previews. Our recommendation: 80 for general use, 70 if email size is the dominant constraint.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>The non-obvious choice: JBIG2 for black-and-white scans.<\/strong> If your PDF is purely scanned text or line drawings (no colour, no greyscale photos), the JBIG2 compression algorithm produces files 5-10\u00d7 smaller than JPEG at equivalent visual quality. It&#8217;s the algorithm scanners use for archival document compression. Acrobat&#8217;s PDF\/A export and Ghostscript&#8217;s <code>-dPDFSETTINGS=\/ebook<\/code> on monochrome content both use JBIG2 automatically.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">The &#8220;compress before email&#8221; workflow that saves your day<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Email file-size limits in 2026:<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Gmail:<\/strong> 25 MB attachment limit. Anything larger triggers a Google Drive link.<\/li>\r\n<li><strong>Outlook (Microsoft 365):<\/strong> 20 MB by default; admin can raise to 150 MB.<\/li>\r\n<li><strong>Outlook (Outlook.com personal):<\/strong> 33 MB.<\/li>\r\n<li><strong>Corporate mail servers (Exchange):<\/strong> commonly 10 MB, sometimes 25 MB. Rejection without warning is the usual failure mode.<\/li>\r\n<li><strong>Apple Mail (iCloud):<\/strong> 20 MB; Mail Drop kicks in for larger files.<\/li>\r\n<li><strong>WhatsApp Business \/ SMS attachments:<\/strong> 100 MB on WhatsApp; SMS varies wildly by carrier.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The pragmatic rule: target <strong>under 10 MB<\/strong> for any PDF you send to a counterparty whose mail server you don&#8217;t know. Almost all corporate Exchange servers accept files at this size. If structural compression alone doesn&#8217;t get you there, the next step is splitting the PDF (use our <a href=\"https:\/\/simpletool.io\/tools\/pdf-splitter\/\">PDF splitter<\/a>) or running Ghostscript locally for image recompression.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">Privacy: why local PDF compression matters more than you think<\/h2>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The PDFs people most often need to compress are exactly the ones they shouldn&#8217;t upload to a third party: signed contracts, scanned ID documents for visa applications, medical lab results, tax returns, employee onboarding forms, legal exhibits. The major cloud-based PDF services (Smallpdf, iLovePDF, Adobe Acrobat online) all process your file on their servers \u2014 they&#8217;re trustworthy companies, but every upload is a fresh risk.<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>What the upload-based services typically log:<\/strong> filename, file size, source IP, processing duration, account info if signed in. Some retain the file briefly (24 hours is common) for processing redundancy.<\/li>\r\n<li><strong>What can go wrong:<\/strong> rare but real \u2014 service breaches, employee misconduct, government data requests, accidental URL leaks of processed files. Smallpdf&#8217;s privacy policy explicitly notes &#8220;we may share with law enforcement when legally required&#8221;.<\/li>\r\n<li><strong>What browser-only compression eliminates:<\/strong> all of the above. The file never leaves your device. There&#8217;s no log, no IP record, no retention, no breach exposure. The privacy guarantee is architectural, not a policy promise.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">For most casual PDFs (a meeting agenda, a public PDF you found online), upload-based compression is fine. For anything containing PII, contracts, or confidential information, the browser-based path is the right choice \u2014 even if you have to accept smaller savings than the cloud tools claim.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">Common mistakes that produce bad PDF compression<\/h2>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Compressing twice.<\/strong> Running the same PDF through three different &#8220;compressors&#8221; produces diminishing returns and can occasionally damage embedded fonts. Stop after one compression pass, evaluate the savings, and switch tools (or accept the result) rather than re-running.<\/li>\r\n<li><strong>Using <code>\/screen<\/code> Ghostscript preset for print materials.<\/strong> Downsamples to 72 DPI and produces visible pixelation on print. Use <code>\/ebook<\/code> (150 DPI) for general purpose and <code>\/printer<\/code> (300 DPI) for anything that&#8217;ll go on paper.<\/li>\r\n<li><strong>Compressing OCR&#8217;d scans aggressively.<\/strong> Heavy JPEG compression on scanned text breaks OCR accuracy \u2014 characters lose their crisp edges and machine-readable layer underneath the visual layer can desync. Use JBIG2 for black-and-white scans and stay above quality 80 for greyscale.<\/li>\r\n<li><strong>Forgetting to subset embedded fonts.<\/strong> Modern PDF generators subset fonts (embed only the characters used) but legacy or open-source tools sometimes embed entire font files. A PDF with three fully-embedded TrueType fonts can be 30-60% larger than the same PDF with subsetted fonts.<\/li>\r\n<li><strong>Compressing already-compressed PDFs.<\/strong> A PDF saved with Acrobat&#8217;s &#8220;Reduce File Size&#8221; once already has structural compression baked in. Running it through another structural compressor produces 1-3% additional savings at most. Use image recompression instead.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">When NOT to compress a PDF<\/h2>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Legal exhibits and court filings.<\/strong> Many jurisdictions require unmodified original PDFs for evidence purposes. Compression changes the file&#8217;s hash and metadata, which can be challenged in court. Submit originals; if size is a problem, ask the court for permission.<\/li>\r\n<li><strong>PDFs with digital signatures.<\/strong> Compressing a signed PDF invalidates the cryptographic signature. The signed file becomes unverifiable. Compress before signing, never after.<\/li>\r\n<li><strong>PDFs being archived for long-term preservation.<\/strong> Archival formats (PDF\/A) are designed to maximise long-term readability, including embedded fonts and full-quality images. Compressing strips exactly the elements that make archival reliable.<\/li>\r\n<li><strong>Already-tiny PDFs.<\/strong> A 200 KB email confirmation has no meaningful compression headroom. Skip the step.<\/li>\r\n<li><strong>When you need editability later.<\/strong> If you&#8217;ll re-open the PDF in Word or Google Docs to edit, certain compression settings degrade the OCR accuracy needed for clean re-export.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">Why is my compressed PDF only 5% smaller?<\/h3>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">You&#8217;re hitting the structural-compression ceiling. PDFs generated by modern software (Google Docs, recent Word, LaTeX) are already structurally efficient. The only meaningful savings on those files come from image recompression \u2014 downsampling embedded photos and re-encoding them as smaller JPEGs. Browser-based tools generally don&#8217;t do image recompression; reach for Ghostscript locally or a cloud tool you trust if image quality loss is acceptable.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">Does compressing a PDF reduce its quality?<\/h3>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Structural compression \u2014 what our browser tool does \u2014 is fully lossless. Text remains pixel-identical, searchable, and selectable. Image recompression (the kind heavyweight tools do) is lossy by design and produces visible artefacts at aggressive settings, especially on photos and scans. Match the compression type to your quality requirements: structural for office docs, image recompression with quality 80+ for photo-heavy files.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">Can I compress a password-protected PDF?<\/h3>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Not directly \u2014 most browser PDF libraries can&#8217;t read encrypted PDFs without the password. Unlock the PDF first (using a tool like qpdf with the password, or Adobe Acrobat), compress the unlocked copy, then re-apply password protection if needed. Never share an unlocked copy of a sensitive PDF.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">Will my compressed PDF still be searchable and selectable?<\/h3>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Yes for structural compression \u2014 text remains exactly as it was. For aggressive image recompression on scanned PDFs, the OCR text layer underneath the visual layer might desync slightly if the scanner used JPEG2000-encoded images that get re-encoded. Test searchability after compression, especially before sending to a counterparty who will need to copy text from the file.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">Is there a file size limit on the browser PDF compressor?<\/h3>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">100 MB practical maximum. The actual limit is your browser&#8217;s memory \u2014 pdf-lib needs roughly 3-4\u00d7 the file size in RAM during processing, so a 100 MB PDF needs ~350 MB free. Files under 25 MB process in 1-3 seconds; 50-100 MB takes 10-15 seconds. For files larger than 100 MB, use a desktop tool like qpdf or Ghostscript locally.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">How do I make a PDF under 10 MB for email?<\/h3>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">If structural compression doesn&#8217;t get you there, run Ghostscript locally with the <code>\/ebook<\/code> preset (downsamples images to 150 DPI, JPEG quality 75) \u2014 typically yields 60-85% reduction on image-heavy PDFs. If still over 10 MB, split the PDF in half using our <a href=\"https:\/\/simpletool.io\/tools\/pdf-splitter\/\">PDF splitter<\/a> and send as two separate emails, or use a file-share link (Google Drive, Dropbox) instead of attaching.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">Related tools and guides<\/h2>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><a href=\"https:\/\/simpletool.io\/tools\/pdf-compressor\/\">PDF Compressor<\/a> \u2014 the tool this guide is about<\/li>\r\n<li><a href=\"https:\/\/simpletool.io\/tools\/pdf-merger\/\">PDF Merger<\/a> \u2014 combine multiple PDFs into one<\/li>\r\n<li><a href=\"https:\/\/simpletool.io\/tools\/pdf-splitter\/\">PDF Splitter<\/a> \u2014 split a large PDF into smaller files for email<\/li>\r\n<li><a href=\"https:\/\/simpletool.io\/tools\/image-resizer\/\">Image Resizer<\/a> \u2014 pre-resize images before generating image-heavy PDFs<\/li>\r\n<li><a href=\"https:\/\/simpletool.io\/tools\/scanned-pdf-converter\/\">Scanned PDF Converter<\/a> \u2014 make a clean PDF look scanned<\/li>\r\n<li><a href=\"https:\/\/simpletool.io\/miscellaneous-tools\/\">All miscellaneous tools<\/a> \u2014 PDF tools, QR codes, password generators, more<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p><script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"FAQPage\",\r\n  \"mainEntity\": [\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Why is my compressed PDF only 5% smaller?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"You're hitting the structural-compression ceiling. PDFs generated by modern software are already structurally efficient. Meaningful additional savings on those files only come from image recompression \u2014 downsampling embedded photos and re-encoding them as smaller JPEGs. Browser-based tools generally don't do image recompression; use Ghostscript locally if image quality loss is acceptable.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Does compressing a PDF reduce its quality?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Structural compression is fully lossless \u2014 text remains pixel-identical, searchable, and selectable. Image recompression is lossy by design and produces visible artefacts at aggressive settings, especially on photos and scans. Match the compression type to quality requirements: structural for office docs, image recompression with quality 80+ for photo-heavy files.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Can I compress a password-protected PDF?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Not directly \u2014 most browser PDF libraries can't read encrypted PDFs without the password. Unlock the PDF first using qpdf or Acrobat with the password, compress the unlocked copy, then re-apply password protection if needed. Never share an unlocked copy of a sensitive PDF.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Will my compressed PDF still be searchable and selectable?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Yes for structural compression \u2014 text remains exactly as it was. For aggressive image recompression on scanned PDFs, the OCR text layer might desync slightly if scanners used JPEG2000-encoded images that get re-encoded. Test searchability after compression, especially before sending.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Is there a file size limit on the browser PDF compressor?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"100 MB practical maximum. The actual limit is your browser's memory \u2014 pdf-lib needs roughly 3-4\u00d7 the file size in RAM during processing, so a 100 MB PDF needs ~350 MB free. Files under 25 MB process in 1-3 seconds; 50-100 MB takes 10-15 seconds. For files larger than 100 MB, use desktop tools like qpdf or Ghostscript.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"How do I make a PDF under 10 MB for email?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"If structural compression doesn't get you there, run Ghostscript locally with the \/ebook preset \u2014 downsamples images to 150 DPI at JPEG quality 75 and typically yields 60-85% reduction on image-heavy PDFs. If still over 10 MB, split the PDF in half and send as two separate emails, or use a file-share link instead of attaching.\"\r\n      }\r\n    }\r\n  ]\r\n}\r\n<\/script><\/p>\r\n\r\n<p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>Shrink PDF files locally \u2014 no upload, no signup, no account. Strip metadata, optimise structure, retain text searchability. Browser-based, private to ~100MB.<\/p>\n","protected":false},"author":2,"featured_media":31,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,24,6],"tags":[22,21,25,23],"class_list":["post-32","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-free-tools","category-pdfs","category-tutorials","tag-file-compression","tag-pdf","tag-pdf-smusher","tag-privacy"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Free PDF Compressor: Reduce PDF Size in Your Browser [2026]<\/title>\n<meta name=\"description\" content=\"Shrink PDF files locally \u2014 no upload, no signup, no account. Strip metadata, optimise structure, retain text searchability. Browser-based, private to ~100MB.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free PDF Compressor: Reduce PDF Size in Your Browser [2026]\" \/>\n<meta property=\"og:description\" content=\"Shrink PDF files locally \u2014 no upload, no signup, no account. Strip metadata, optimise structure, retain text searchability. Browser-based, private to ~100MB.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/\" \/>\n<meta property=\"og:site_name\" content=\"SimpleTool\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-04T18:33:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-04T18:34:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/simpletool.io\/blog\/wp-content\/uploads\/2026\/05\/free-pdf-compressor.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Simple Tool\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simple Tool\" \/>\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:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/\"},\"author\":{\"name\":\"Simple Tool\",\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/#\\\/schema\\\/person\\\/38da26da1ab731dd1b80f05ee75edcca\"},\"headline\":\"Free PDF Compressor: Reduce PDF Size in Your Browser [2026]\",\"datePublished\":\"2026-05-04T18:33:49+00:00\",\"dateModified\":\"2026-05-04T18:34:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/\"},\"wordCount\":2403,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/free-pdf-compressor.png\",\"keywords\":[\"File Compression\",\"PDF\",\"pdf smusher\",\"Privacy\"],\"articleSection\":[\"Free Tools\",\"PDFs\",\"Tutorials\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/\",\"url\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/\",\"name\":\"Free PDF Compressor: Reduce PDF Size in Your Browser [2026]\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/free-pdf-compressor.png\",\"datePublished\":\"2026-05-04T18:33:49+00:00\",\"dateModified\":\"2026-05-04T18:34:23+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/#\\\/schema\\\/person\\\/38da26da1ab731dd1b80f05ee75edcca\"},\"description\":\"Shrink PDF files locally \u2014 no upload, no signup, no account. Strip metadata, optimise structure, retain text searchability. Browser-based, private to ~100MB.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/#primaryimage\",\"url\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/free-pdf-compressor.png\",\"contentUrl\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/free-pdf-compressor.png\",\"width\":1200,\"height\":630,\"caption\":\"Diagram showing an 8.4 MB PDF being structurally compressed to 5.1 MB \u2014 a 39% size reduction \u2014 by the simpletool.io free PDF compressor running entirely in the browser\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/free-pdf-compressor\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Free PDF Compressor: Reduce PDF Size in Your Browser [2026]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/\",\"name\":\"SimpleTool\",\"description\":\"Always Simple, Always Free\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/#\\\/schema\\\/person\\\/38da26da1ab731dd1b80f05ee75edcca\",\"name\":\"Simple Tool\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9857d5538174f42513c518cd1beda9ebea17e9362d417a2bcde92767fcffcaa3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9857d5538174f42513c518cd1beda9ebea17e9362d417a2bcde92767fcffcaa3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9857d5538174f42513c518cd1beda9ebea17e9362d417a2bcde92767fcffcaa3?s=96&d=mm&r=g\",\"caption\":\"Simple Tool\"},\"sameAs\":[\"https:\\\/\\\/simpletool.io\"],\"url\":\"https:\\\/\\\/simpletool.io\\\/blog\\\/author\\\/simpletoolio\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free PDF Compressor: Reduce PDF Size in Your Browser [2026]","description":"Shrink PDF files locally \u2014 no upload, no signup, no account. Strip metadata, optimise structure, retain text searchability. Browser-based, private to ~100MB.","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:\/\/simpletool.io\/blog\/free-pdf-compressor\/","og_locale":"en_US","og_type":"article","og_title":"Free PDF Compressor: Reduce PDF Size in Your Browser [2026]","og_description":"Shrink PDF files locally \u2014 no upload, no signup, no account. Strip metadata, optimise structure, retain text searchability. Browser-based, private to ~100MB.","og_url":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/","og_site_name":"SimpleTool","article_published_time":"2026-05-04T18:33:49+00:00","article_modified_time":"2026-05-04T18:34:23+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/simpletool.io\/blog\/wp-content\/uploads\/2026\/05\/free-pdf-compressor.png","type":"image\/png"}],"author":"Simple Tool","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Simple Tool","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/#article","isPartOf":{"@id":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/"},"author":{"name":"Simple Tool","@id":"https:\/\/simpletool.io\/blog\/#\/schema\/person\/38da26da1ab731dd1b80f05ee75edcca"},"headline":"Free PDF Compressor: Reduce PDF Size in Your Browser [2026]","datePublished":"2026-05-04T18:33:49+00:00","dateModified":"2026-05-04T18:34:23+00:00","mainEntityOfPage":{"@id":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/"},"wordCount":2403,"commentCount":0,"image":{"@id":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/#primaryimage"},"thumbnailUrl":"https:\/\/simpletool.io\/blog\/wp-content\/uploads\/2026\/05\/free-pdf-compressor.png","keywords":["File Compression","PDF","pdf smusher","Privacy"],"articleSection":["Free Tools","PDFs","Tutorials"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/","url":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/","name":"Free PDF Compressor: Reduce PDF Size in Your Browser [2026]","isPartOf":{"@id":"https:\/\/simpletool.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/#primaryimage"},"image":{"@id":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/#primaryimage"},"thumbnailUrl":"https:\/\/simpletool.io\/blog\/wp-content\/uploads\/2026\/05\/free-pdf-compressor.png","datePublished":"2026-05-04T18:33:49+00:00","dateModified":"2026-05-04T18:34:23+00:00","author":{"@id":"https:\/\/simpletool.io\/blog\/#\/schema\/person\/38da26da1ab731dd1b80f05ee75edcca"},"description":"Shrink PDF files locally \u2014 no upload, no signup, no account. Strip metadata, optimise structure, retain text searchability. Browser-based, private to ~100MB.","breadcrumb":{"@id":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/simpletool.io\/blog\/free-pdf-compressor\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/#primaryimage","url":"https:\/\/simpletool.io\/blog\/wp-content\/uploads\/2026\/05\/free-pdf-compressor.png","contentUrl":"https:\/\/simpletool.io\/blog\/wp-content\/uploads\/2026\/05\/free-pdf-compressor.png","width":1200,"height":630,"caption":"Diagram showing an 8.4 MB PDF being structurally compressed to 5.1 MB \u2014 a 39% size reduction \u2014 by the simpletool.io free PDF compressor running entirely in the browser"},{"@type":"BreadcrumbList","@id":"https:\/\/simpletool.io\/blog\/free-pdf-compressor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/simpletool.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Free PDF Compressor: Reduce PDF Size in Your Browser [2026]"}]},{"@type":"WebSite","@id":"https:\/\/simpletool.io\/blog\/#website","url":"https:\/\/simpletool.io\/blog\/","name":"SimpleTool","description":"Always Simple, Always Free","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/simpletool.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/simpletool.io\/blog\/#\/schema\/person\/38da26da1ab731dd1b80f05ee75edcca","name":"Simple Tool","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9857d5538174f42513c518cd1beda9ebea17e9362d417a2bcde92767fcffcaa3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9857d5538174f42513c518cd1beda9ebea17e9362d417a2bcde92767fcffcaa3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9857d5538174f42513c518cd1beda9ebea17e9362d417a2bcde92767fcffcaa3?s=96&d=mm&r=g","caption":"Simple Tool"},"sameAs":["https:\/\/simpletool.io"],"url":"https:\/\/simpletool.io\/blog\/author\/simpletoolio\/"}]}},"_links":{"self":[{"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/posts\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/comments?post=32"}],"version-history":[{"count":1,"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/posts\/32\/revisions"}],"predecessor-version":[{"id":34,"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/posts\/32\/revisions\/34"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/media\/31"}],"wp:attachment":[{"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/media?parent=32"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/categories?post=32"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/simpletool.io\/blog\/wp-json\/wp\/v2\/tags?post=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}