﻿<!DOCTYPE html>
<html lang="en">
<head>
  <!-- Google tag (gtag.js) -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-X4WXN4ZM7Z"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'G-X4WXN4ZM7Z');
  </script>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Convert Office to PDF – Word, Excel, PPT | Aurora PDF</title>
  <meta name="description" content="Convert Word, Excel, and PowerPoint to PDF (and back) with perfect formatting preserved. Free offline converter – no subscriptions, no file uploads.">
  <meta name="robots" content="index, follow, max-image-preview:large">
  <link rel="canonical" href="https://office.aurorapdf.com/">
  <!-- hreflang omitted: single-language site, per SEO spec §8.2 -->
  <link rel="icon" href="./assets/favicon.ico">
  <meta property="og:title" content="Convert Office to PDF – Word, Excel, PPT | Aurora PDF">
  <meta property="og:description" content="Convert Word, Excel, and PowerPoint to PDF (and back) with perfect formatting preserved. Free offline converter – no subscriptions, no file uploads.">
  <meta property="og:url" content="https://office.aurorapdf.com/">
  <meta property="og:image" content="https://office.aurorapdf.com/assets/og-office-pdf.png">
  <meta property="og:type" content="website">
  <meta name="twitter:card" content="summary_large_image">
  <style>
:root{--blue:#2563eb;--blue-dk:#1d4ed8;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-600:#4b5563;--gray-700:#374151;--gray-900:#111827;--radius:8px;--shadow:0 1px 3px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 4px 6px rgba(0,0,0,0.07),0 2px 4px rgba(0,0,0,0.06)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;line-height:1.75;color:var(--gray-700);background:#fff}
a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 24px}
.section{padding:56px 0}
.header{background:#fff;border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}
.header .container{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{font-size:17px;font-weight:700;color:var(--gray-900);text-decoration:none;display:flex;align-items:center;gap:8px}
.logo-icon{width:32px;height:32px;flex-shrink:0}
.logo-badge{font-size:11px;background:var(--gray-100);color:var(--gray-600);padding:2px 8px;border-radius:4px;font-weight:500;margin-left:4px}
.nav{display:flex;align-items:center;gap:8px}
.nav a{color:var(--gray-600);font-weight:500;padding:6px 13px;font-size:14px;text-decoration:none;border-radius:6px;transition:color .15s,background .15s}
.nav a:hover{background:var(--gray-100);color:var(--gray-900)}
.nav-btn{background:var(--blue)!important;color:#fff!important;font-weight:600!important;padding:8px 18px!important;border-radius:6px;display:inline-block}
.nav-btn:hover{background:var(--blue-dk)!important;text-decoration:none}
/* hero */
.hero{padding:80px 0 60px;background:linear-gradient(160deg,#fff 0%,#f0f5ff 40%,#e8effe 100%);text-align:left;overflow:hidden}
.hero .hero-inner{display:flex;align-items:center;gap:48px}
.hero .hero-text{flex:1;min-width:0}
.hero .hero-visual{flex:1;min-width:0}
.hero h1{font-size:60px;font-weight:900;color:var(--gray-900);line-height:1.1;margin-bottom:20px;letter-spacing:-.03em}
.hero .lead{font-size:19px;color:var(--gray-600);margin-bottom:28px;max-width:520px}
.upgrade-badge{background:#eff6ff;color:var(--blue);padding:6px 14px;border-radius:9999px;font-size:13px;font-weight:600;display:inline-block;margin-bottom:16px}
.btn-primary{background:var(--blue);color:#fff;padding:15px 40px;border-radius:8px;font-weight:700;display:inline-block;text-decoration:none;font-size:17px;transition:background .15s,transform .1s;box-shadow:0 4px 14px rgba(37,99,235,.3)}
.btn-primary:hover{background:var(--blue-dk);text-decoration:none;transform:translateY(-1px)}
.trust-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;font-size:13px;color:#64748b;font-weight:500}
/* tool cards grid */
.tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:48px}
.tool-card{background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:24px 20px;text-align:left;transition:box-shadow .15s,transform .15s;box-shadow:var(--shadow)}
.tool-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.tool-card .tc-icon{width:40px;height:40px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;border-radius:8px}
.tool-card .tc-icon svg{width:22px;height:22px}
.tool-card h3{font-size:17px;font-weight:700;color:var(--gray-900);margin-bottom:6px}
.tool-card p{font-size:15px;color:var(--gray-600);margin-bottom:14px;line-height:1.6}
.tool-card a.tc-link{font-size:15px;font-weight:600;color:var(--blue)}
/* value props */
.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px;margin-top:40px}
.value-item{text-align:center;padding:24px 16px}
.value-icon{width:48px;height:48px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:12px}
.value-icon svg{width:24px;height:24px;color:var(--blue)}
.value-item h3{font-size:17px;font-weight:700;color:var(--gray-900);margin-bottom:8px}
.value-item p{font-size:15px;color:var(--gray-600);line-height:1.6}
/* testimonials */
.testimonials{padding:56px 0;background:var(--gray-50)}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:32px}
.testimonial-card{background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:24px;box-shadow:var(--shadow)}
.testimonial-card .stars{color:#f59e0b;font-size:14px;margin-bottom:10px;letter-spacing:1px}
.testimonial-card blockquote{font-size:16px;color:var(--gray-700);line-height:1.7;margin:0 0 14px;font-style:italic}
.testimonial-card .author{font-size:14px;color:var(--gray-600);font-weight:600;font-style:normal}
.testimonial-card .role{font-size:13px;color:#9ca3af;font-weight:400}
/* blog cards */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:24px}
.blog-card{border:1px solid var(--gray-200);border-radius:10px;padding:24px;transition:box-shadow .15s}
.blog-card:hover{box-shadow:var(--shadow-md)}
.blog-card .bc-tag{font-size:11px;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}
.blog-card h3{font-size:17px;font-weight:700;color:var(--gray-900);margin-bottom:8px;line-height:1.4}
.blog-card p{font-size:15px;color:var(--gray-600);margin-bottom:12px}
/* footer */
.footer{background:var(--gray-900);color:#d1d5db;padding:48px 0 24px;margin-top:60px;border-top:1px solid #1f2937;font-size:14px}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;margin-bottom:40px}
.footer-col h4{color:#fff;font-size:15px;margin-bottom:14px;font-weight:600}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col ul li{margin-bottom:8px}
.footer-col a{color:#9ca3af;text-decoration:none;transition:color .2s}
.footer-col a:hover{color:var(--blue);text-decoration:underline}
.footer-bottom{border-top:1px solid #374151;padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;color:#6b7280;font-size:12px}
.footer-policies{display:flex;gap:24px}
.footer-policies a{color:#6b7280;text-decoration:none}
/* gdpr */
#gdpr-cookie-banner{display:none;position:fixed;bottom:20px;left:20px;right:20px;max-width:450px;background:var(--gray-900);color:#fff;padding:16px;border-radius:var(--radius);box-shadow:0 10px 15px -3px rgba(0,0,0,.3);z-index:9999;font-size:13px;line-height:1.5}
#gdpr-cookie-banner p{margin:0 0 12px}
#gdpr-cookie-banner a{color:#38bdf8;text-decoration:underline}
.cookie-buttons{display:flex;justify-content:flex-end;gap:8px}
.cookie-btn{padding:6px 12px;border-radius:4px;cursor:pointer;font-size:13px;border:none;font-weight:500}
#cookie-decline{background:transparent;border:1px solid #64748b;color:#94a3b8}
#cookie-accept{background:var(--blue);color:#fff}
/* fade-in animation */
.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}
.fade-in.visible{opacity:1;transform:translateY(0)}
.fade-in:nth-child(2){transition-delay:.1s}
.fade-in:nth-child(3){transition-delay:.2s}
.fade-in:nth-child(4){transition-delay:.3s}
/* hamburger */
.hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.hamburger span{display:block;width:22px;height:2px;background:var(--gray-700);border-radius:2px;transition:all .2s}
.mobile-nav{display:none;position:fixed;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid var(--gray-200);z-index:99;box-shadow:var(--shadow-md);padding:12px 0}
.mobile-nav a{display:block;padding:10px 24px;font-size:15px;color:var(--gray-700);font-weight:500;text-decoration:none}
.mobile-nav a:hover{background:var(--gray-50)}
.mobile-nav .nav-btn{margin:10px 24px;display:block;text-align:center;border-radius:6px}
@media(max-width:768px){
  .hero h1{font-size:36px!important}
  .hero .lead{font-size:16px!important}
  .hero .hero-inner{flex-direction:column;text-align:center}
  .hero .hero-visual{width:100%}
  .nav{display:none!important}
  .hamburger{display:flex!important}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .footer-policies{flex-direction:column;gap:12px}
}
  </style>
</head>
<body>
<header class="header">
  <div class="container">
    <a href="./" class="logo" title="Aurora PDF (Upgraded to PDF Agile)">
      <svg class="logo-icon" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="256" height="256" rx="48" fill="url(#pa_g)"/><path d="M95.1697 114.407C95.1696 126.919 85.0267 137.062 72.5149 137.062H66.851V61.1682C66.851 53.1168 73.3127 46.5746 81.3331 46.4445L81.5766 46.4426H139.913C175.259 46.4426 203.913 75.0963 203.913 110.443C203.913 145.435 175.829 173.869 140.971 174.434L139.913 174.443H98.0014C96.4786 174.443 95.2365 175.645 95.1722 177.152L95.1695 177.274V191.431C95.1695 203.943 85.0266 214.086 72.5147 214.086H66.851V177.274C66.851 160.243 80.5199 146.403 97.4863 146.128L98.0014 146.124H139.913C159.619 146.124 175.594 130.149 175.594 110.443C175.594 90.9333 159.937 75.081 140.503 74.7659L139.913 74.7612H95.1701L95.1697 114.407Z" fill="white"/><defs><linearGradient id="pa_g" x1="226.56" y1="256" x2="226.56" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="#E73F33"/><stop offset="1" stop-color="#EA4B3D"/></linearGradient></defs></svg>
      <span class="logo-badge">Now PDF Agile</span>
    </a>
    <nav class="nav">
      <a href="./" title="Home">Home</a>
      <a href="./convert-pdf-to-word/" title="PDF to Word">PDF to Word</a>
      <a href="./convert-word-to-pdf/" title="Word to PDF">Word to PDF</a>
      <a href="./convert-excel-to-pdf/" title="Excel to PDF">Excel to PDF</a>
      <a href="./batch-convert-office-to-pdf/" title="Batch Convert">Batch Convert</a>
      <a href="https://software-down.pdfagile.com/PDFAgile.1501.exe" class="nav-btn" rel="noopener noreferrer" title="Download Free">Download Free</a>
    </nav>
    <button class="hamburger" id="hamburger-btn" aria-label="Open menu">
      <span></span><span></span><span></span>
    </button>
  </div>
</header>
<div class="mobile-nav" id="mobile-nav">
  <a href="./" title="Home">Home</a>
  <a href="./convert-pdf-to-word/" title="PDF to Word">PDF to Word</a>
  <a href="./convert-word-to-pdf/" title="Word to PDF">Word to PDF</a>
  <a href="./convert-excel-to-pdf/" title="Excel to PDF">Excel to PDF</a>
  <a href="./batch-convert-office-to-pdf/" title="Batch Convert">Batch Convert</a>
  <a href="https://software-down.pdfagile.com/PDFAgile.1501.exe" class="nav-btn" rel="noopener noreferrer" title="Download Free">Download Free</a>
</div>

<!-- HERO -->
<section class="hero">
  <div class="container">
    <div class="hero-inner">
      <div class="hero-text">
        <span class="upgrade-badge">Aurora PDF has upgraded to PDF Agile</span>
        <h1>Stop Losing Formatting.<br>Convert Office to PDF Right.</h1>
        <p class="lead">Fonts, tables, and layouts always preserved. 100% offline, no file uploads. Free trial included.</p>
        <div style="display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px">
          <a href="https://software-down.pdfagile.com/PDFAgile.1501.exe" class="btn-primary" rel="noopener noreferrer" data-track="cta_hero_win">Download Free for Windows</a>
          <a href="#why-pdf-agile" style="background:#fff;color:var(--blue);padding:15px 28px;border-radius:8px;font-weight:600;display:inline-block;text-decoration:none;font-size:17px;border:1px solid var(--gray-200);transition:border-color .15s" onmouseover="this.style.borderColor='var(--blue)'" onmouseout="this.style.borderColor='var(--gray-200)'">See Why PDF Agile</a>
        </div>
        <div class="trust-badges">
          <span>🔒 Free Trial — No Credit Card</span>
          <span>🛡️ Virus-Free &amp; Secure</span>
          <span>⭐ 4.7/5 on G2</span>
        </div>
      </div>
      <div class="hero-visual">
        <img src="./assets/screenshot-office-pdf.svg"
             alt="PDF Agile desktop software converting Word Excel PPT to PDF with formatting preserved"
             loading="lazy"
             style="width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.18);border:1px solid var(--gray-200)">
      </div>
    </div>
  </div>
</section>

<!-- TOOL CARDS -->
<section class="section" style="padding-top:0">
  <div class="container">
    <div class="tool-grid">
      <div class="tool-card">
        <div class="tc-icon" style="background:#fef2f2"><svg viewBox="0 0 24 24" fill="none" stroke="#dc2626" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg></div>
        <h3>PDF to Word</h3>
        <p>Convert PDF to editable Word (.docx) without losing fonts, tables, or paragraph spacing.</p>
        <a href="./convert-pdf-to-word/" class="tc-link">Convert PDF to Word →</a>
      </div>
      <div class="tool-card">
        <div class="tc-icon" style="background:#eff6ff"><svg viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg></div>
        <h3>Word to PDF</h3>
        <p>Save any .doc or .docx as a pixel-perfect PDF — with hyperlinks and styles intact.</p>
        <a href="./convert-word-to-pdf/" class="tc-link">Convert Word to PDF →</a>
      </div>
      <div class="tool-card">
        <div class="tc-icon" style="background:#f0fdf4"><svg viewBox="0 0 24 24" fill="none" stroke="#16a34a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><line x1="3" y1="9" x2="21" y2="9"/><line x1="3" y1="15" x2="21" y2="15"/><line x1="9" y1="3" x2="9" y2="21"/><line x1="15" y1="3" x2="15" y2="21"/></svg></div>
        <h3>Excel to PDF</h3>
        <p>Export spreadsheets to PDF without cutting off columns or breaking table layouts.</p>
        <a href="./convert-excel-to-pdf/" class="tc-link">Convert Excel to PDF →</a>
      </div>
      <div class="tool-card">
        <div class="tc-icon" style="background:#fff7ed"><svg viewBox="0 0 24 24" fill="none" stroke="#ea580c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg></div>
        <h3>PPT to PDF</h3>
        <p>Convert PowerPoint to PDF with all slide layouts, fonts, and speaker notes preserved.</p>
        <a href="./convert-ppt-to-pdf/" class="tc-link">Convert PPT to PDF →</a>
      </div>
      <div class="tool-card">
        <div class="tc-icon" style="background:#fef2f2"><svg viewBox="0 0 24 24" fill="none" stroke="#dc2626" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><line x1="3" y1="9" x2="21" y2="9"/><line x1="3" y1="15" x2="21" y2="15"/><line x1="9" y1="3" x2="9" y2="21"/><line x1="15" y1="3" x2="15" y2="21"/></svg></div>
        <h3>PDF to Excel</h3>
        <p>Extract tables from PDF back into editable Excel format with row and column structure intact.</p>
        <a href="./convert-pdf-to-excel/" class="tc-link">Convert PDF to Excel →</a>
      </div>
      <div class="tool-card">
        <div class="tc-icon" style="background:#fef2f2"><svg viewBox="0 0 24 24" fill="none" stroke="#dc2626" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg></div>
        <h3>PDF to PPT</h3>
        <p>Convert PDF pages back into PowerPoint slides — each page becomes an editable slide.</p>
        <a href="./convert-pdf-to-ppt/" class="tc-link">Convert PDF to PPT →</a>
      </div>
      <div class="tool-card">
        <div class="tc-icon" style="background:#eff6ff"><svg viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"/><polyline points="13 2 13 9 20 9"/><path d="M12 18v-6"/><path d="M8 18v-1"/><path d="M16 18v-3"/></svg></div>
        <h3>Batch Convert</h3>
        <p>Convert 50+ Office files to PDF in one click — fully offline, no cloud upload needed.</p>
        <a href="./batch-convert-office-to-pdf/" class="tc-link">Batch Convert Office to PDF →</a>
      </div>
    </div>
  </div>
</section>

<!-- WHY PDF AGILE - Value Proposition Strip (not deep-teach, per Hub Page spec §0.2) -->
<section class="section" id="why-pdf-agile">
  <div class="container" style="text-align:center">
    <h2 style="font-size:28px;font-weight:800;color:var(--gray-900);margin-bottom:8px">Why PDF Agile?</h2>
    <p style="color:var(--gray-600);font-size:17px;max-width:600px;margin:0 auto">The offline Office-to-PDF converter that actually keeps your formatting intact.</p>
    <div class="value-grid">
      <div class="value-item">
        <div class="value-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/><path d="M7 8l3 3-3 3"/></svg></div>
        <h3>100% Offline &amp; Private</h3>
        <p>Your files never leave your PC. No cloud upload, no server processing — everything runs locally.</p>
      </div>
      <div class="value-item">
        <div class="value-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"/><polyline points="13 2 13 9 20 9"/><path d="M12 18v-6"/><path d="M8 18v-1"/><path d="M16 18v-3"/></svg></div>
        <h3>Batch Convert 50+ Files</h3>
        <p>Convert 50+ Word, Excel, and PPT files to PDF in one click. Entire folders processed in seconds.</p>
      </div>
      <div class="value-item">
        <div class="value-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg></div>
        <h3>Formatting Always Preserved</h3>
        <p>Fonts, tables, columns, and layouts stay exactly as designed. No more "Print to PDF" scrambling.</p>
      </div>
      <div class="value-item">
        <div class="value-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"/></svg></div>
        <h3>One-Time Payment, No Subscription</h3>
        <p>From $39 one-time — no recurring Adobe-style subscription. Try free (2-page convert), unlock unlimited with a single payment.</p>
      </div>
    </div>
  </div>
</section>

<!-- G2 REVIEWS -->
<section class="section" style="background:var(--gray-50)">
  <div class="container" style="text-align:center">
    <h2 style="font-size:28px;font-weight:800;color:var(--gray-900);margin-bottom:8px">Top Reviews on G2</h2>
    <p style="color:var(--gray-600);font-size:17px">Rated 4.7/5 by verified buyers — <a href="https://www.g2.com/products/pdf-agile/reviews" rel="noopener noreferrer" style="color:var(--blue)">see all reviews on G2 →</a></p>
    <div class="testimonial-grid">
      <div class="testimonial-card">
        <div class="stars">★★★★★</div>
        <blockquote>"The most fully-featured PDF editing and creation tool at a competitive price — Electronic Signatures, Password Protection, advanced OCR, and document converters, all within an intuitive, clutter-free UI."</blockquote>
        <div class="author">Darren P. <span class="role">— CTO, Small Business (G2 Verified Buyer)</span></div>
      </div>
      <div class="testimonial-card">
        <div class="stars">★★★★★</div>
        <blockquote>"Lightweight and a good replacement for Adobe DC. The only solution that handles all my content creation and document management needs, including PDF forms, at a fantastic price."</blockquote>
        <div class="author">Moe M. <span class="role">— Manager, Small Business (G2 Verified Buyer)</span></div>
      </div>
      <div class="testimonial-card">
        <div class="stars">★★★★☆</div>
        <blockquote>"The UI is brighter than others, features are well-arranged for ease of use. The OCR and form features are unbelievable. The color scheme could be improved, but overall it's great."</blockquote>
        <div class="author">Lovepreet S. <span class="role">— Civil Engineer, Mid-Market (G2 Verified Buyer)</span></div>
      </div>
    </div>
  </div>
</section>

<!-- BLOG SECTION -->
<section class="section">
  <div class="container">
    <h2 style="font-size:22px;font-weight:700;color:var(--gray-900);margin-bottom:8px">From Our Tutorials</h2>
    <p style="color:var(--gray-600);margin-bottom:0">Deep-dive guides on Office ↔ PDF conversion problems users actually search for.</p>
    <div class="blog-grid">
      <div class="blog-card">
        <div class="bc-tag">PDF to Word</div>
        <h3>How to Convert PDF to Word Without Changing Font and Layout</h3>
        <p>Why does your converted Word doc look completely different? Here's the fix.</p>
        <a href="./blog/convert-pdf-to-word-without-changing-layout/" title="PDF to Word without layout change">Read Guide →</a>
      </div>
      <div class="blog-card">
        <div class="bc-tag">OCR</div>
        <h3>How to Convert a Scanned PDF to Editable Word with OCR</h3>
        <p>Scanned contracts, receipts, and forms are images — not text. Use OCR to make them editable.</p>
        <a href="./blog/convert-scanned-pdf-to-word-ocr/" title="Scanned PDF to Word with OCR">Read Guide →</a>
      </div>
      <div class="blog-card">
        <div class="bc-tag">Word to PDF</div>
        <h3>Why Do Hyperlinks Break When Converting Word to PDF?</h3>
        <p>Links stop working after conversion? "Print to PDF" strips them. Here's how to preserve clickable links.</p>
        <a href="./blog/word-to-pdf-hyperlinks-broken/" title="Word to PDF hyperlinks fix">Read Guide →</a>
      </div>
    </div>
  </div>
</section>



<!-- PRICING ANCHOR + FINAL CTA -->
<section class="section" style="background:var(--gray-50)">
  <div class="container" style="text-align:center">
    <h2 style="font-size:28px;font-weight:800;color:var(--gray-900);margin-bottom:8px">One-Time Payment vs. Adobe Subscription</h2>
    <p style="color:var(--gray-600);font-size:17px;max-width:560px;margin:0 auto 32px">No recurring fees. Pay once, use forever. Lifetime plan with free upgrades from $119.</p>
    <div style="display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:700px;margin:0 auto">
      <div style="background:#fff;border:2px solid var(--blue);border-radius:10px;padding:28px 20px;text-align:center;box-shadow:var(--shadow)">
        <div style="font-size:13px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px">PDF Agile</div>
        <div style="font-size:36px;font-weight:800;color:var(--gray-900)">$119</div>
        <div style="font-size:14px;color:var(--gray-600);margin-bottom:14px">One-time · Lifetime license</div>
        <ul style="list-style:none;padding:0;margin:0;text-align:left;font-size:14px;color:var(--gray-700);line-height:2">
          <li>✅ Unlimited convert</li>
          <li>✅ Edit, OCR, eSign</li>
          <li>✅ Batch process</li>
          <li>✅ 100% offline</li>
          <li>✅ Lifetime free upgrades</li>
        </ul>
      </div>
      <div style="background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:28px 20px;text-align:center;box-shadow:var(--shadow)">
        <div style="font-size:13px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px">Adobe Acrobat Pro</div>
        <div style="font-size:36px;font-weight:800;color:var(--gray-900)">$276</div>
        <div style="font-size:14px;color:var(--gray-600);margin-bottom:14px">Per year · Recurring subscription</div>
        <ul style="list-style:none;padding:0;margin:0;text-align:left;font-size:14px;color:#9ca3af;line-height:2">
          <li>✅ Unlimited convert</li>
          <li>✅ Edit, OCR, eSign</li>
          <li>✅ Batch process</li>
          <li>⚠️ Cloud-dependent</li>
          <li>❌ Pay every year</li>
        </ul>
      </div>
    </div>
    <div style="margin-top:32px">
      <a href="https://software-down.pdfagile.com/PDFAgile.1501.exe" class="btn-primary" rel="noopener noreferrer" data-track="cta_bottom_win">Free Download for Windows</a>
      <p style="margin-top:10px;font-size:13px;color:#9ca3af">Free trial: convert up to 2 pages · No credit card required</p>
    </div>
  </div>
</section>

<!-- FOOTER -->
<footer class="footer">
  <div class="container">
    <div class="footer-grid">
      <div class="footer-col">
        <h4>To PDF</h4>
        <ul>
          <li><a href="./convert-word-to-pdf/" title="Word to PDF">Word to PDF</a></li>
          <li><a href="./convert-excel-to-pdf/" title="Excel to PDF">Excel to PDF</a></li>
          <li><a href="./convert-ppt-to-pdf/" title="PPT to PDF">PPT to PDF</a></li>
          <li><a href="./batch-convert-office-to-pdf/" title="Batch Office to PDF">Batch Convert</a></li>
        </ul>
      </div>
      <div class="footer-col">
        <h4>From PDF</h4>
        <ul>
          <li><a href="./convert-pdf-to-word/" title="PDF to Word">PDF to Word</a></li>
          <li><a href="./convert-pdf-to-excel/" title="PDF to Excel">PDF to Excel</a></li>
          <li><a href="./convert-pdf-to-ppt/" title="PDF to PPT">PDF to PPT</a></li>
        </ul>
      </div>
      <div class="footer-col">
        <h4>Guides</h4>
        <ul>
          <li><a href="./blog/convert-pdf-to-word-without-changing-layout/" title="PDF to Word layout guide">PDF to Word Layout</a></li>
          <li><a href="./blog/batch-convert-word-to-pdf-offline/" title="Batch Word to PDF">Batch Word to PDF</a></li>
          <li><a href="./blog/excel-to-pdf-columns-cut-off/" title="Excel column cut fix">Excel Column Fix</a></li>
          <li><a href="./sitemap.xml" title="Sitemap">Sitemap</a></li>
        </ul>
      </div>
      <div class="footer-col">
        <h4>Company</h4>
        <ul>
          <li><a href="./about-us/" title="About Us">About Us</a></li>
          <li><a href="./privacy-policy/" title="Privacy Policy">Privacy Policy</a></li>
          <li><a href="./terms-of-service/" title="Terms of Service">Terms of Service</a></li>
          <li><a href="https://www.pdfagile.com" rel="noopener noreferrer" title="PDF Agile Official">pdfagile.com</a></li>
        </ul>
      </div>
    </div>
    <div class="footer-bottom">
      <span>Copyright &copy; 2026 PDF Agile (Aurora PDF has officially upgraded to PDF Agile). All rights reserved.</span>
      <div class="footer-policies">
        <a href="./privacy-policy/" title="Privacy Policy">Privacy Policy</a>
        <a href="./terms-of-service/" title="Terms of Service">Terms of Service</a>
        <a href="./about-us/" title="About Us">About Us</a>
      </div>
    </div>
  </div>
</footer>

<!-- GDPR Cookie Banner -->
<div id="gdpr-cookie-banner">
  <p>We use cookies to optimize your experience and analyze web traffic. By continuing to use our website, you agree to our <a href="./privacy-policy/" style="color:#38bdf8;text-decoration:underline;">Privacy Policy</a>.</p>
  <div class="cookie-buttons">
    <button id="cookie-decline" class="cookie-btn">Decline</button>
    <button id="cookie-accept" class="cookie-btn">Accept</button>
  </div>
</div>
<script>
(function(){
  var b=document.getElementById('gdpr-cookie-banner'),k='gdpr_ok';
  function show(){if(!localStorage.getItem(k))b.style.display='block';}
  document.getElementById('cookie-accept').onclick=function(){localStorage.setItem(k,'1');b.style.display='none';};
  document.getElementById('cookie-decline').onclick=function(){localStorage.setItem(k,'0');b.style.display='none';};
  document.readyState==='loading'?document.addEventListener('DOMContentLoaded',show):show();
  // hamburger
  var hb=document.getElementById('hamburger-btn'),mn=document.getElementById('mobile-nav');
  if(hb)hb.onclick=function(){var o=mn.style.display==='block';mn.style.display=o?'none':'block';};
  // fade-in on scroll — auto-add class to target elements
  var fadeTargets='tool-card,value-item,testimonial-card,blog-card'.split(',');
  var obs=new IntersectionObserver(function(entries){entries.forEach(function(e){if(e.isIntersecting){e.target.classList.add('visible');obs.unobserve(e.target);}});},{threshold:0.1,rootMargin:'0px 0px -40px 0px'});
  fadeTargets.forEach(function(cls){document.querySelectorAll('.'+cls).forEach(function(el){el.classList.add('fade-in');obs.observe(el);});});
})();
</script>
</body>
</html>
