-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrop.html
More file actions
280 lines (260 loc) · 11.6 KB
/
Copy pathcrop.html
File metadata and controls
280 lines (260 loc) · 11.6 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Crop margins from a PDF without uploading it — ClientPDF</title>
<meta name="description" content="Trim the visible margins on every page of a PDF — set top, bottom, left, and right in points — entirely in your browser. Free, fast, private." />
<link rel="canonical" href="https://abyworkings-coder.github.io/clientpdf/crop.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Crop margins from a PDF without uploading it — ClientPDF" />
<meta property="og:description" content="Trim the visible margins on every page of a PDF — set top, bottom, left, and right in points — entirely in your browser. Nothing is uploaded, ever." />
<meta property="og:url" content="https://abyworkings-coder.github.io/clientpdf/crop.html" />
<meta property="og:site_name" content="ClientPDF" />
<meta property="og:image" content="https://abyworkings-coder.github.io/clientpdf/og-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Crop margins from a PDF without uploading it — ClientPDF" />
<meta name="twitter:description" content="Trim the visible margins on every page of a PDF — set top, bottom, left, and right in points." />
<meta name="twitter:image" content="https://abyworkings-coder.github.io/clientpdf/og-image.jpg" />
<link rel="icon" href="/logo.svg" type="image/svg+xml" />
<link rel="icon" href="/favicon-32.png" sizes="32x32" type="image/png" />
<link rel="icon" href="/favicon-16.png" sizes="16x16" type="image/png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "ClientPDF Crop Pages",
"url": "https://abyworkings-coder.github.io/clientpdf/crop.html",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "Any (runs in browser)",
"description": "Trim the visible margins on every page of a PDF by setting a custom crop box, entirely in your browser. Nothing is uploaded, ever.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://abyworkings-coder.github.io/clientpdf/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Tools",
"item": "https://abyworkings-coder.github.io/clientpdf/tools.html"
},
{
"@type": "ListItem",
"position": 3,
"name": "Crop Pages",
"item": "https://abyworkings-coder.github.io/clientpdf/crop.html"
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to crop a PDF's margins online without uploading it",
"description": "Trim the visible margins on every page of a PDF, entirely in your browser.",
"step": [
{
"@type": "HowToStep",
"position": 1,
"name": "Drop one PDF",
"text": "Drag and drop a single PDF file onto the page, or click to browse."
},
{
"@type": "HowToStep",
"position": 2,
"name": "Set the top, bottom, left, and right margins",
"text": "Enter how many points to trim from each side of every page."
},
{
"@type": "HowToStep",
"position": 3,
"name": "Click Crop pages",
"text": "ClientPDF sets a custom CropBox on every page — the region a compliant viewer actually renders."
},
{
"@type": "HowToStep",
"position": 4,
"name": "Download the cropped PDF",
"text": "The trimmed file is generated and downloaded straight from this tab."
}
]
}
</script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="grain"></div>
<header class="topbar">
<div class="wrap topbar-inner">
<div class="brand">
<span class="brand-mark">◆</span>
<span class="brand-name">Client<em>PDF</em></span>
</div>
<nav class="toolnav" aria-label="Tools">
<a href="./index.html">Merge</a>
<a href="./split.html">Split</a>
<a href="./delete-pages.html">Delete Pages</a>
<a href="./duplicate-pages.html">Duplicate Pages</a>
<a href="./insert-pages.html">Insert Blank Pages</a>
<a href="./rotate.html">Rotate</a>
<a href="./reorder.html">Reorder</a>
<a href="./compress.html">Compress</a>
<a href="./page-numbers.html">Page Numbers</a>
<a href="./images-to-pdf.html">Images to PDF</a>
<a href="./extract-images.html">Extract Images</a>
<a href="./pdf-to-jpg.html">PDF to JPG</a>
<a href="./watermark.html">Watermark</a>
<a href="./metadata.html">Metadata</a>
<a href="./crop.html" aria-current="page">Crop Pages</a>
<a href="./resize.html">Resize Pages</a>
<a href="./grayscale.html">Grayscale PDF</a>
<a href="./border.html">Page Borders</a>
<a href="./image-watermark.html">Image Watermark</a>
<a href="./flatten.html">Flatten Form Fields</a>
<a href="./fill-form.html">Fill Form Fields</a>
<a href="./bookmarks.html">Add Bookmarks</a>
<a href="./split-by-bookmarks.html">Split by Bookmarks</a>
<a href="./pages-per-sheet.html">Pages per Sheet</a>
<a href="./redact.html">Redact</a>
<a href="./tools.html">All Tools</a>
<a href="./guide.html">Guide</a>
</nav>
<div class="topbar-status">
<span class="dot" aria-hidden="true"></span>
<span>running locally in this tab — nothing uploaded</span>
</div>
</div>
</header>
<main class="wrap">
<section class="hero">
<h1>Open DevTools.<br />Crop the margins on every page.<br />Watch nothing get sent anywhere.</h1>
<p class="lede">
Set top, bottom, left, and right margins in points and trim the visible
area of every page — all inside this tab. Zero network requests after
the page loads, same rule as every other tool here. Check the Network
tab yourself.
</p>
</section>
<section class="tool" id="tool">
<div class="dropzone" id="dropzone" tabindex="0" role="button" aria-label="Add a PDF file">
<input type="file" id="fileInput" accept="application/pdf" hidden />
<div class="dropzone-inner">
<span class="dropzone-icon">⇣</span>
<p><strong>Drop one PDF here</strong> or click to browse</p>
<p class="dropzone-hint">One file at a time · stays on this device</p>
</div>
</div>
<div class="split-panel" id="cropPanel" hidden>
<div class="split-meta" id="cropMeta"></div>
<div class="split-range">
<label for="cropTopInput">Top margin (pt)</label>
<input type="text" id="cropTopInput" value="36" inputmode="numeric" />
</div>
<div class="split-range">
<label for="cropBottomInput">Bottom margin (pt)</label>
<input type="text" id="cropBottomInput" value="36" inputmode="numeric" />
</div>
<div class="split-range">
<label for="cropLeftInput">Left margin (pt)</label>
<input type="text" id="cropLeftInput" value="36" inputmode="numeric" />
</div>
<div class="split-range">
<label for="cropRightInput">Right margin (pt)</label>
<input type="text" id="cropRightInput" value="36" inputmode="numeric" />
</div>
<p class="dropzone-hint">
Honest note: cropping sets the visible CropBox area for every page.
The trimmed-away content still exists in the file's underlying
content stream — it's just not rendered by compliant viewers outside
the crop box. This does not delete content; use Delete Pages if you
need to remove whole pages instead.
</p>
</div>
<ol class="file-list" id="fileList" aria-label="Loaded file"></ol>
<div class="actions" id="actions" hidden>
<button class="btn btn-ghost" id="clearBtn" type="button">Clear</button>
<button class="btn btn-primary" id="cropBtn" type="button">
<span id="cropBtnLabel">Crop pages</span>
</button>
</div>
<div class="result" id="result" hidden></div>
</section>
<section class="proof">
<div class="proof-live" id="proofLive">
<span class="proof-live-dot" aria-hidden="true"></span>
<span id="proofLiveText">0 network requests since page load · verified live, not our word for it</span>
</div>
<div class="proof-grid">
<div class="proof-item">
<h3>No accounts</h3>
<p>No signup, no email, no watermark. Use it and close the tab.</p>
</div>
<div class="proof-item">
<h3>No limits (for now)</h3>
<p>Crop as many pages as your device's memory allows. No artificial caps.</p>
</div>
</div>
</section>
<section class="pro" id="pro">
<div class="pro-card">
<div class="pro-copy">
<h2>Deleting pages or splitting a PDF too? Both live too.</h2>
<p><a href="./delete-pages.html">Remove specific pages entirely</a>, <a href="./split.html">extract a range or split every page into its own file</a>, or <a href="./rotate.html">fix pages scanned sideways</a> — same rule: everything stays local. Leave your email and we'll let you know about a Pro batch mode.</p>
</div>
<form class="pro-form" id="proForm">
<input type="email" id="proEmail" placeholder="[email protected]" required aria-label="Email address" />
<button class="btn btn-primary" type="submit">Notify me</button>
</form>
<p class="pro-note" id="proNote" hidden>Thanks — saved locally for now, we'll be in touch once signups are live.</p>
</div>
</section>
<section class="about">
<h2>Trimming what's visible, not what's there</h2>
<p>Crop sets a custom CropBox on every page — the region a compliant PDF viewer actually renders — by margins you specify for each side, in points. It's the right tool for trimming a wide scan margin or removing a printer's bleed area before sharing a document.</p>
<p>Worth knowing before you rely on this for anything sensitive: cropping doesn't delete the content outside the new CropBox, it only hides it from view. The original page content stream, including anything trimmed away, is still physically present in the file and recoverable by anyone who knows to look for it — this is not a redaction tool. If you need something permanently removed, use <a href="./delete-pages.html">Delete Pages</a> for whole pages, or <a href="./redact.html">Redact</a> if you need to black out and strip the underlying text from part of a page instead.</p>
</section>
</main>
<footer class="footer">
<div class="wrap footer-inner">
<span>ClientPDF — built by <a href="https://github.com/abyworkings-coder" target="_blank" rel="noopener">Auto Company</a></span>
<span>No servers were harmed in the making of this tool.</span>
<span class="footer-legal"><a href="./privacy.html">Privacy</a> · <a href="./terms.html">Terms</a></span>
</div>
</footer>
<script>
(function () {
try {
var ref = document.referrer;
var bucket = "direct";
if (ref) {
bucket = /github\.com/i.test(ref) ? "github" : "other";
}
var base = "https://api.counterapi.dev/v1/clientpdf-abyworkings/";
fetch(base + "visits-total/up", { mode: "no-cors" });
fetch(base + "visits-" + bucket + "/up", { mode: "no-cors" });
} catch (e) {
// analytics must never break the tool
}
})();
</script>
<script type="module" src="crop.js"></script>
</body>
</html>