-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsplit-pdf.html
More file actions
125 lines (116 loc) · 7.69 KB
/
split-pdf.html
File metadata and controls
125 lines (116 loc) · 7.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Split PDF Online Free - Extract Pages from PDF | PDF Tools</title>
<meta name="description" content="Split PDF files online for free. Extract specific pages, split by range, or divide into equal parts. No sign-up, 100% private, works in your browser.">
<meta name="keywords" content="split pdf, extract pages from pdf, pdf splitter, split pdf online free, divide pdf, separate pdf pages">
<link rel="canonical" href="https://austinkc91.github.io/pdf-tools/split-pdf.html">
<meta property="og:title" content="Split PDF Online Free - Extract Pages from PDF">
<meta property="og:description" content="Free PDF splitter. Extract pages, split by range, or divide PDFs. No upload, no sign-up.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://austinkc91.github.io/pdf-tools/split-pdf.html">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{"@type":"Question","name":"How do I split a PDF file for free?","acceptedAnswer":{"@type":"Answer","text":"Upload your PDF to our free splitter, choose which pages to extract (specific pages, a range, or split every N pages), and download the result. No sign-up required."}},
{"@type":"Question","name":"Can I extract specific pages from a PDF?","acceptedAnswer":{"@type":"Answer","text":"Yes! Enter the page numbers you want (e.g., 1,3,5-8) and our tool will extract exactly those pages into a new PDF."}},
{"@type":"Question","name":"Can I split a PDF into individual pages?","acceptedAnswer":{"@type":"Answer","text":"Yes. Use the 'Split Every N Pages' option and set N to 1. Each page will be saved as a separate PDF file."}}
]
}
</script>
<script data-goatcounter="https://textforge-tools.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<style>
:root{--primary:#e74c3c;--bg:#0f1117;--surface:#1a1d27;--text:#e8e8e8;--text-muted:#9ca3af;--border:#2d3140;}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.7;}
.container{max-width:800px;margin:0 auto;padding:0 20px;}
header{background:var(--surface);border-bottom:1px solid var(--border);padding:16px 0;}
header .container{display:flex;align-items:center;justify-content:space-between;}
.logo{font-size:1.5rem;font-weight:800;color:var(--primary);text-decoration:none;}
.logo span{color:var(--text);}
.cta-btn{background:var(--primary);color:white;text-decoration:none;padding:10px 24px;border-radius:8px;font-weight:600;font-size:0.95rem;}
.content{padding:60px 0;}
h1{font-size:2.2rem;margin-bottom:16px;line-height:1.3;}
h1 .accent{color:var(--primary);}
h2{font-size:1.4rem;margin:40px 0 16px;color:var(--primary);}
p{margin-bottom:16px;color:var(--text-muted);}
ul{margin:0 0 16px 20px;color:var(--text-muted);}
li{margin-bottom:8px;}
.faq{margin-top:40px;}
.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:8px;overflow:hidden;}
.faq-q{padding:16px 20px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;}
.faq-q:hover{background:#242837;}
.faq-a{display:none;padding:0 20px 16px;color:var(--text-muted);}
.faq-item.open .faq-a{display:block;}
footer{background:var(--surface);border-top:1px solid var(--border);padding:24px 0;text-align:center;color:var(--text-muted);font-size:0.85rem;}
footer a{color:var(--primary);text-decoration:none;margin:0 12px;}
</style>
</head>
<body>
<header>
<div class="container">
<a href="/pdf-tools/" class="logo">PDF<span>Tools</span></a>
<a href="/pdf-tools/#split" class="cta-btn">Split PDF Now →</a>
</div>
</header>
<div class="content">
<div class="container">
<h1>Split PDF <span class="accent">Online Free</span></h1>
<p>Extract specific pages from a PDF, split by page range, or divide a PDF into equal parts. No sign-up, no upload to servers, 100% free and private.</p>
<a href="/pdf-tools/#split" class="cta-btn" style="display:inline-block;margin:20px 0 40px;font-size:1.1rem;padding:14px 32px;">Start Splitting PDF — Free →</a>
<h2>Three Ways to Split a PDF</h2>
<ul>
<li><strong>Extract Pages:</strong> Pick specific pages (e.g., 1,3,5-8) to extract into a new PDF</li>
<li><strong>Page Range:</strong> Extract a continuous range of pages (e.g., pages 3-7)</li>
<li><strong>Split Every N Pages:</strong> Divide the PDF into chunks (e.g., split every 5 pages into separate files)</li>
</ul>
<h2>Why Use Our PDF Splitter?</h2>
<ul>
<li><strong>100% Free</strong> — No hidden fees or premium features behind a paywall</li>
<li><strong>100% Private</strong> — Everything runs in your browser, files never leave your device</li>
<li><strong>No Sign-Up</strong> — Start splitting immediately</li>
<li><strong>Multiple Split Modes</strong> — Extract pages, ranges, or split into equal chunks</li>
<li><strong>Instant Download</strong> — Get your split PDFs immediately</li>
</ul>
<h2>Common Use Cases</h2>
<ul>
<li>Extracting a single page from a long document to share</li>
<li>Separating chapters from an ebook or report</li>
<li>Pulling specific pages from a contract for review</li>
<li>Breaking a large PDF into smaller files for email</li>
<li>Extracting a certificate or receipt from a multi-page document</li>
</ul>
<div class="faq">
<h2>Frequently Asked Questions</h2>
<div class="faq-item">
<div class="faq-q" onclick="this.parentElement.classList.toggle('open')">How do I split a PDF for free? ▼</div>
<div class="faq-a">Upload your PDF, choose your split method (extract pages, range, or every N pages), enter the page numbers, and click Split. Download your results instantly.</div>
</div>
<div class="faq-item">
<div class="faq-q" onclick="this.parentElement.classList.toggle('open')">Can I extract just one page from a PDF? ▼</div>
<div class="faq-a">Yes! Use the Extract Pages mode and enter the page number. For example, enter "3" to extract just page 3.</div>
</div>
<div class="faq-item">
<div class="faq-q" onclick="this.parentElement.classList.toggle('open')">Can I split a PDF into individual pages? ▼</div>
<div class="faq-a">Yes. Select "Split Every N Pages" and set it to 1. Each page will become its own PDF file.</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<p>PDF Tools — Free, private, browser-based PDF processing</p>
<div>
<a href="/pdf-tools/">All PDF Tools</a>
<a href="/pdf-tools/merge-pdf.html">Merge PDF</a>
<a href="/pdf-tools/compress-pdf.html">Compress PDF</a>
<a href="https://austinkc91.github.io/">ClawCraft</a>
</div>
</div>
</footer>
</body>
</html>