-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·472 lines (460 loc) · 51.5 KB
/
Copy pathindex.html
File metadata and controls
executable file
·472 lines (460 loc) · 51.5 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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GroupDocs.Conversion — Convert documents at scale</title>
<meta name="description" content="Fast, high-fidelity batch conversion between 170+ document and image formats — PDF, Office, CAD, email — in any cross-platform app.">
<link href="favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background:#ffffff; font-family:'Plus Jakarta Sans',system-ui,sans-serif; color:#0f172a; }
a { -webkit-tap-highlight-color: transparent; }
.gd-nav-link:hover { color:#fff !important; }
.gd-darkbtn:hover { background:#22304d !important; }
.gd-primary:hover { background:#1d4ed8 !important; }
.gd-copy:hover { background:#eef3fe !important; }
.gd-codecopy:hover { background:#22304d !important; color:#fff !important; }
.gd-underline:hover { text-decoration:underline !important; }
.gd-repo:hover { border-color:#2563eb !important; box-shadow:0 8px 20px rgba(37,99,235,0.09) !important; }
.gd-footlink:hover { color:#fff !important; }
.gd-social:hover { background:#2563eb !important; color:#fff !important; }
@media (max-width: 880px) {
.gd-hero-grid { grid-template-columns:1fr !important; gap:36px !important; }
.gd-feature-grid { grid-template-columns:1fr !important; }
.gd-h1 { font-size:38px !important; }
.gd-nav-links { display:none !important; }
}
</style>
</head>
<body>
<!-- Header -->
<header style="height:64px; background:#0b1220; display:flex; align-items:center; position:sticky; top:0; z-index:30;">
<div style="width:100%; max-width:1180px; margin:0 auto; padding:0 32px; display:flex; align-items:center; justify-content:space-between;">
<div style="display:flex; align-items:center; gap:10px;">
<a href="https://groupdocs.github.io/" style="display:flex; align-items:center; gap:10px; text-decoration:none;">
<div style="width:30px; height:30px; border-radius:8px; background:#fff; display:flex; align-items:center; justify-content:center; flex:none;"><img src="groupdocs.svg" alt="GroupDocs" style="display:block; width:24px; height:auto;"></div>
<span style="font-weight:800; font-size:16px; letter-spacing:0.5px; color:#fff;">GROUPDOCS</span>
</a>
<span style="width:1px; height:18px; background:#334155; margin:0 6px;"></span>
<span style="font-size:14px; color:#94a3b8; font-weight:500;">.Conversion</span>
</div>
<nav class="gd-nav-links" style="display:flex; align-items:center; gap:26px;">
<a href="#features" class="gd-nav-link" style="font-size:14px; font-weight:500; color:#cbd5e1; text-decoration:none;">Features</a>
<a href="#start" class="gd-nav-link" style="font-size:14px; font-weight:500; color:#cbd5e1; text-decoration:none;">Get started</a>
<a href="#formats" class="gd-nav-link" style="font-size:14px; font-weight:500; color:#cbd5e1; text-decoration:none;">Formats</a>
<a href="https://github.com/groupdocs-conversion" class="gd-darkbtn" style="display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:#fff; text-decoration:none; background:#1a2740; border:1px solid #2a3a57; padding:7px 14px; border-radius:8px;">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M12 .5C5.7.5.5 5.7.5 12c0 5.1 3.3 9.4 7.9 10.9.6.1.8-.3.8-.6v-2c-3.2.7-3.9-1.5-3.9-1.5-.5-1.3-1.3-1.7-1.3-1.7-1.1-.7.1-.7.1-.7 1.2.1 1.8 1.2 1.8 1.2 1 1.8 2.7 1.3 3.4 1 .1-.8.4-1.3.7-1.6-2.6-.3-5.3-1.3-5.3-5.7 0-1.3.5-2.3 1.2-3.1-.1-.3-.5-1.5.1-3.1 0 0 1-.3 3.3 1.2a11.5 11.5 0 0 1 6 0C17.3 4.7 18.3 5 18.3 5c.6 1.6.2 2.8.1 3.1.8.8 1.2 1.8 1.2 3.1 0 4.4-2.7 5.4-5.3 5.7.4.4.8 1.1.8 2.2v3.3c0 .3.2.7.8.6 4.6-1.5 7.9-5.8 7.9-10.9C23.5 5.7 18.3.5 12 .5z"></path></svg>
Star <span data-gd-stars style="font-family:'JetBrains Mono',monospace; font-size:12px; color:#93c5fd;">133</span>
</a>
</nav>
</div>
</header>
<!-- Hero -->
<section style="background:linear-gradient(180deg,#0b1220 0%,#101a30 100%); color:#fff; padding:64px 32px 76px; overflow:hidden;">
<div class="gd-hero-grid" style="max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;">
<div>
<div style="display:inline-flex; align-items:center; gap:8px; font-family:'JetBrains Mono',monospace; font-size:12px; letter-spacing:1.5px; text-transform:uppercase; color:#7aa7ff; margin-bottom:18px;">
<span style="width:8px; height:8px; border-radius:50%; background:#3b82f6;"></span>GroupDocs.Conversion · Product Family
</div>
<h1 class="gd-h1" style="font-size:54px; line-height:1.02; font-weight:800; letter-spacing:-1.8px; margin:0 0 20px;">Convert documents at scale</h1>
<p style="font-size:18px; line-height:1.65; color:#aab6c8; margin:0 0 32px; max-width:520px;">Fast, high-fidelity batch conversion between 170+ document and image formats — PDF, Office, CAD, email — in any cross-platform app.</p>
<div style="display:flex; flex-wrap:wrap; gap:12px;">
<a href="https://products.groupdocs.app/conversion/total" class="gd-primary" style="display:inline-flex; align-items:center; gap:9px; background:#2563eb; color:#fff; font-size:15px; font-weight:700; padding:14px 24px; border-radius:11px; text-decoration:none;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M8 5v14l11-7z"></path></svg>
Live demo
</a>
<a href="#start" class="gd-darkbtn" style="display:inline-flex; align-items:center; gap:9px; background:#1a2740; border:1px solid #2a3a57; color:#fff; font-size:15px; font-weight:600; padding:14px 22px; border-radius:11px; text-decoration:none;">Get started</a>
</div>
<div style="display:flex; gap:28px; margin-top:40px;">
<div><div style="font-size:26px; font-weight:800; letter-spacing:-0.5px;">170+</div><div style="font-size:13px; color:#7e8ca3; margin-top:2px;">formats</div></div>
<div style="width:1px; background:#22304d;"></div>
<div><div style="font-size:26px; font-weight:800; letter-spacing:-0.5px;">4</div><div style="font-size:13px; color:#7e8ca3; margin-top:2px;">platforms</div></div>
<div style="width:1px; background:#22304d;"></div>
<div><div style="font-size:26px; font-weight:800; letter-spacing:-0.5px;">MIT</div><div style="font-size:13px; color:#7e8ca3; margin-top:2px;">examples</div></div>
</div>
</div>
<!-- Doc mock -->
<div style="background:#fff; border-radius:16px; box-shadow:0 30px 70px rgba(0,0,0,0.45); overflow:hidden;">
<div style="height:42px; background:#f6f8fb; border-bottom:1px solid #e7ecf2; display:flex; align-items:center; gap:14px; padding:0 14px;">
<div style="display:flex; gap:6px;"><span style="width:11px; height:11px; border-radius:50%; background:#ff5f56;"></span><span style="width:11px; height:11px; border-radius:50%; background:#ffbd2e;"></span><span style="width:11px; height:11px; border-radius:50%; background:#27c93f;"></span></div>
<div style="flex:1; height:22px; background:#fff; border:1px solid #e7ecf2; border-radius:6px; display:flex; align-items:center; padding:0 10px; font-family:'JetBrains Mono',monospace; font-size:11px; color:#94a3b8; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">input.docx · GroupDocs.Conversion</div>
</div>
<div style="display:flex; height:330px;">
<div style="width:74px; background:#f6f8fb; border-right:1px solid #eef2f6; padding:12px 10px; display:flex; flex-direction:column; gap:10px;">
<div style="height:62px; border-radius:5px; background:#fff; border:2px solid #2563eb; box-shadow:0 2px 6px rgba(37,99,235,0.18);"></div>
<div style="height:62px; border-radius:5px; background:#fff; border:1px solid #e2e8f0;"></div>
<div style="height:62px; border-radius:5px; background:#fff; border:1px solid #e2e8f0;"></div>
</div>
<div style="flex:1; padding:24px 26px; overflow:hidden;">
<div style="height:14px; width:55%; background:#0f172a; border-radius:3px; margin-bottom:16px;"></div>
<div style="height:8px; width:100%; background:#e2e8f0; border-radius:3px; margin-bottom:9px;"></div>
<div style="height:8px; width:92%; background:#e2e8f0; border-radius:3px; margin-bottom:9px;"></div>
<div style="height:8px; width:96%; background:#e2e8f0; border-radius:3px; margin-bottom:9px;"></div>
<div style="height:8px; width:60%; background:#e2e8f0; border-radius:3px; margin-bottom:20px;"></div>
<div style="height:80px; width:100%; background:linear-gradient(135deg,#eef3fe,#dbe7fd); border:1px solid #d6e4ff; border-radius:8px; display:flex; align-items:center; justify-content:center;">
<svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><path d="M21 15l-5-5L5 21"></path></svg>
</div>
<div style="height:8px; width:88%; background:#e2e8f0; border-radius:3px; margin:18px 0 9px;"></div>
<div style="height:8px; width:74%; background:#e2e8f0; border-radius:3px;"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Install + code -->
<section id="start" style="max-width:1180px; margin:0 auto; padding:64px 32px 8px;">
<div style="text-align:center; max-width:620px; margin:0 auto 36px;">
<h2 style="font-size:32px; font-weight:800; letter-spacing:-0.8px; margin:0 0 12px;">Install in seconds</h2>
<p style="font-size:16px; line-height:1.6; color:#64748b; margin:0;">Pick your platform, copy the package command, and ship your first integration.</p>
</div>
<div style="display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:14px;">
<div data-platcard="net" style="cursor:pointer; border:1.5px solid #5b3bd4; border-top:3px solid #5b3bd4; border-radius:14px; background:#fbfcff; padding:18px; display:flex; flex-direction:column; gap:13px; box-shadow:0 8px 22px rgba(37,99,235,0.1);">
<div style="display:flex; align-items:center; justify-content:space-between;">
<span style="display:flex; align-items:center; gap:9px; font-size:16px; font-weight:700;"><span style="width:9px; height:9px; border-radius:50%; background:#5b3bd4;"></span>.NET</span>
<span data-gd-ver="net" style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#15803d; background:#e7f7ee; border-radius:6px; padding:3px 8px;">v26.3.0</span>
</div>
<div style="display:flex; align-items:center; gap:6px; background:#f6f8fb; border:1px solid #eef2f6; border-radius:9px; padding:4px 4px 4px 11px;">
<code data-gd-install="net" style="flex:1; min-width:0; font-family:'JetBrains Mono',monospace; font-size:12.5px; color:#334155; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">dotnet add package GroupDocs.Conversion</code>
<button type="button" class="gd-copy" data-gd-install-btn="net" data-copy="dotnet add package GroupDocs.Conversion" style="flex:none; border:none; cursor:pointer; font-family:'Plus Jakarta Sans',sans-serif; font-size:12px; font-weight:600; color:#2563eb; background:#fff; border-radius:6px; padding:6px 10px;">Copy</button>
</div>
<div data-gd-dl="net" style="display:flex; align-items:center; gap:6px; font-size:11.5px; color:#94a3b8;"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg><span data-gd-dl-text>2.7M downloads</span></div>
</div>
<div data-platcard="java" style="cursor:pointer; border:1.5px solid #e7ecf2; border-top:3px solid #e76f00; border-radius:14px; background:#fff; padding:18px; display:flex; flex-direction:column; gap:13px; box-shadow:none;">
<div style="display:flex; align-items:center; justify-content:space-between;">
<span style="display:flex; align-items:center; gap:9px; font-size:16px; font-weight:700;"><span style="width:9px; height:9px; border-radius:50%; background:#e76f00;"></span>Java</span>
<span data-gd-ver="java" style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#15803d; background:#e7f7ee; border-radius:6px; padding:3px 8px;">v26.5.0</span>
</div>
<div style="display:flex; align-items:center; gap:6px; background:#f6f8fb; border:1px solid #eef2f6; border-radius:9px; padding:4px 4px 4px 11px;">
<code data-gd-install="java" style="flex:1; min-width:0; font-family:'JetBrains Mono',monospace; font-size:12.5px; color:#334155; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">implementation 'com.groupdocs:groupdocs-conversion:26.5.0'</code>
<button type="button" class="gd-copy" data-gd-install-btn="java" data-copy="implementation 'com.groupdocs:groupdocs-conversion:26.5.0'" style="flex:none; border:none; cursor:pointer; font-family:'Plus Jakarta Sans',sans-serif; font-size:12px; font-weight:600; color:#2563eb; background:#fff; border-radius:6px; padding:6px 10px;">Copy</button>
</div>
</div>
<div data-platcard="node" style="cursor:pointer; border:1.5px solid #e7ecf2; border-top:3px solid #539e43; border-radius:14px; background:#fff; padding:18px; display:flex; flex-direction:column; gap:13px; box-shadow:none;">
<div style="display:flex; align-items:center; justify-content:space-between;">
<span style="display:flex; align-items:center; gap:9px; font-size:16px; font-weight:700;"><span style="width:9px; height:9px; border-radius:50%; background:#539e43;"></span>Node.js</span>
<span data-gd-ver="node" style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#15803d; background:#e7f7ee; border-radius:6px; padding:3px 8px;">v25.11.0</span>
</div>
<div style="display:flex; align-items:center; gap:6px; background:#f6f8fb; border:1px solid #eef2f6; border-radius:9px; padding:4px 4px 4px 11px;">
<code data-gd-install="node" style="flex:1; min-width:0; font-family:'JetBrains Mono',monospace; font-size:12.5px; color:#334155; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">npm install @groupdocs/groupdocs.conversion</code>
<button type="button" class="gd-copy" data-gd-install-btn="node" data-copy="npm install @groupdocs/groupdocs.conversion" style="flex:none; border:none; cursor:pointer; font-family:'Plus Jakarta Sans',sans-serif; font-size:12px; font-weight:600; color:#2563eb; background:#fff; border-radius:6px; padding:6px 10px;">Copy</button>
</div>
</div>
<div data-platcard="python" style="cursor:pointer; border:1.5px solid #e7ecf2; border-top:3px solid #3776ab; border-radius:14px; background:#fff; padding:18px; display:flex; flex-direction:column; gap:13px; box-shadow:none;">
<div style="display:flex; align-items:center; justify-content:space-between;">
<span style="display:flex; align-items:center; gap:9px; font-size:16px; font-weight:700;"><span style="width:9px; height:9px; border-radius:50%; background:#3776ab;"></span>Python</span>
<span data-gd-ver="python" style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#15803d; background:#e7f7ee; border-radius:6px; padding:3px 8px;">v26.5.0</span>
</div>
<div style="display:flex; align-items:center; gap:6px; background:#f6f8fb; border:1px solid #eef2f6; border-radius:9px; padding:4px 4px 4px 11px;">
<code data-gd-install="python" style="flex:1; min-width:0; font-family:'JetBrains Mono',monospace; font-size:12.5px; color:#334155; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">pip install groupdocs-conversion-net</code>
<button type="button" class="gd-copy" data-gd-install-btn="python" data-copy="pip install groupdocs-conversion-net" style="flex:none; border:none; cursor:pointer; font-family:'Plus Jakarta Sans',sans-serif; font-size:12px; font-weight:600; color:#2563eb; background:#fff; border-radius:6px; padding:6px 10px;">Copy</button>
</div>
</div>
</div>
<div style="margin-top:22px; position:relative; background:#0b1220; border-radius:16px; padding:18px 22px 22px;">
<div style="display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px; flex-wrap:wrap;">
<span style="font-size:13px; font-weight:600; color:#94a3b8;">Quick start — <span id="gd-active-label">.NET</span></span>
<div style="display:flex; align-items:center; gap:10px;">
<div style="display:flex; gap:5px; background:#131c2e; padding:4px; border-radius:9px;">
<button type="button" data-langtab="net" style="border:none; cursor:pointer; font-family:'Plus Jakarta Sans',sans-serif; font-size:12.5px; font-weight:600; padding:5px 12px; border-radius:6px; background:#2563eb; color:#fff;">C#</button><button type="button" data-langtab="java" style="border:none; cursor:pointer; font-family:'Plus Jakarta Sans',sans-serif; font-size:12.5px; font-weight:600; padding:5px 12px; border-radius:6px; background:transparent; color:#94a3b8;">Java</button><button type="button" data-langtab="node" style="border:none; cursor:pointer; font-family:'Plus Jakarta Sans',sans-serif; font-size:12.5px; font-weight:600; padding:5px 12px; border-radius:6px; background:transparent; color:#94a3b8;">Node.js</button><button type="button" data-langtab="python" style="border:none; cursor:pointer; font-family:'Plus Jakarta Sans',sans-serif; font-size:12.5px; font-weight:600; padding:5px 12px; border-radius:6px; background:transparent; color:#94a3b8;">Python</button>
</div>
<button type="button" data-copy-code class="gd-codecopy" style="border:none; cursor:pointer; font-family:'Plus Jakarta Sans',sans-serif; font-size:12px; font-weight:600; color:#cbd5e1; background:#1a2740; border-radius:7px; padding:7px 13px;">Copy</button>
</div>
</div>
<pre id="gd-code" style="margin:0; overflow-x:auto; font-family:'JetBrains Mono',monospace; font-size:13.5px; line-height:1.75; color:#e2e8f0; white-space:pre;">using GroupDocs.Conversion;
using var converter = new Converter("input.docx");
converter.Convert("output.pdf", new PdfConvertOptions());</pre>
</div>
</section>
<!-- Features -->
<section id="features" style="max-width:1180px; margin:0 auto; padding:64px 32px 8px;">
<div style="text-align:center; max-width:620px; margin:0 auto 38px;">
<h2 style="font-size:32px; font-weight:800; letter-spacing:-0.8px; margin:0 0 12px;">What you can build</h2>
<p style="font-size:16px; line-height:1.6; color:#64748b; margin:0;">GroupDocs.Conversion in production — fast, flexible, and source-agnostic.</p>
</div>
<div class="gd-feature-grid" style="display:grid; grid-template-columns:repeat(3,1fr); gap:16px;">
<div style="border:1px solid #e7ecf2; border-radius:16px; padding:24px; background:#fff;">
<div style="width:42px; height:42px; border-radius:11px; background:#eef3fe; color:#2563eb; display:flex; align-items:center; justify-content:center; margin-bottom:15px;">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"></path></svg>
</div>
<h3 style="font-size:17px; font-weight:700; margin:0 0 7px;">Convert 170+ formats</h3>
<p style="font-size:14px; line-height:1.55; color:#64748b; margin:0;">Word, PDF, Excel, PowerPoint, CAD, email, images and many more, both ways.</p>
</div>
<div style="border:1px solid #e7ecf2; border-radius:16px; padding:24px; background:#fff;">
<div style="width:42px; height:42px; border-radius:11px; background:#eef3fe; color:#2563eb; display:flex; align-items:center; justify-content:center; margin-bottom:15px;">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"></path></svg>
</div>
<h3 style="font-size:17px; font-weight:700; margin:0 0 7px;">Batch & streaming</h3>
<p style="font-size:14px; line-height:1.55; color:#64748b; margin:0;">Convert folders or streams; load from file, stream, or URL.</p>
</div>
<div style="border:1px solid #e7ecf2; border-radius:16px; padding:24px; background:#fff;">
<div style="width:42px; height:42px; border-radius:11px; background:#eef3fe; color:#2563eb; display:flex; align-items:center; justify-content:center; margin-bottom:15px;">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"></path></svg>
</div>
<h3 style="font-size:17px; font-weight:700; margin:0 0 7px;">Page-level control</h3>
<p style="font-size:14px; line-height:1.55; color:#64748b; margin:0;">Convert page ranges, apply watermarks, and tune output options.</p>
</div>
<div style="border:1px solid #e7ecf2; border-radius:16px; padding:24px; background:#fff;">
<div style="width:42px; height:42px; border-radius:11px; background:#eef3fe; color:#2563eb; display:flex; align-items:center; justify-content:center; margin-bottom:15px;">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"></path></svg>
</div>
<h3 style="font-size:17px; font-weight:700; margin:0 0 7px;">Conversion caching</h3>
<p style="font-size:14px; line-height:1.55; color:#64748b; margin:0;">Cache results for faster repeat conversions in high-volume pipelines.</p>
</div>
</div>
</section>
<!-- Formats -->
<section id="formats" style="max-width:1180px; margin:0 auto; padding:64px 32px 8px;">
<div style="text-align:center; max-width:620px; margin:0 auto 38px;">
<h2 style="font-size:32px; font-weight:800; letter-spacing:-0.8px; margin:0 0 12px;">Supported formats</h2>
<p style="font-size:16px; line-height:1.6; color:#64748b; margin:0;">A representative slice of the formats GroupDocs.Conversion works with.</p>
</div>
<div style="display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:14px;">
<div style="border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff;">
<div style="font-size:14px; font-weight:700; margin-bottom:13px; display:flex; align-items:center; gap:9px;"><span style="width:8px; height:8px; border-radius:50%; background:#2563eb;"></span>Documents</div>
<div style="display:flex; flex-wrap:wrap; gap:7px;">
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">PDF</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">DOCX</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">DOC</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">RTF</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">ODT</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">TXT</span>
</div>
</div>
<div style="border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff;">
<div style="font-size:14px; font-weight:700; margin-bottom:13px; display:flex; align-items:center; gap:9px;"><span style="width:8px; height:8px; border-radius:50%; background:#2563eb;"></span>Spreadsheets</div>
<div style="display:flex; flex-wrap:wrap; gap:7px;">
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">XLSX</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">XLS</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">CSV</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">ODS</span>
</div>
</div>
<div style="border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff;">
<div style="font-size:14px; font-weight:700; margin-bottom:13px; display:flex; align-items:center; gap:9px;"><span style="width:8px; height:8px; border-radius:50%; background:#2563eb;"></span>Presentations</div>
<div style="display:flex; flex-wrap:wrap; gap:7px;">
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">PPTX</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">PPT</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">ODP</span>
</div>
</div>
<div style="border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff;">
<div style="font-size:14px; font-weight:700; margin-bottom:13px; display:flex; align-items:center; gap:9px;"><span style="width:8px; height:8px; border-radius:50%; background:#2563eb;"></span>Images</div>
<div style="display:flex; flex-wrap:wrap; gap:7px;">
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">PNG</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">JPG</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">TIFF</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">BMP</span>
</div>
</div>
<div style="border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff;">
<div style="font-size:14px; font-weight:700; margin-bottom:13px; display:flex; align-items:center; gap:9px;"><span style="width:8px; height:8px; border-radius:50%; background:#2563eb;"></span>CAD & Email</div>
<div style="display:flex; flex-wrap:wrap; gap:7px;">
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">DWG</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">DXF</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">MSG</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">EML</span>
<span style="font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:500; color:#475569; background:#f1f5f9; border:1px solid #e7ecf2; border-radius:7px; padding:4px 10px;">VSDX</span>
</div>
</div>
</div>
</section>
<section style="max-width:1180px; margin:64px auto 0; padding:0 32px;">
<div style="background:#0b1220; border-radius:20px; padding:44px 48px; display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; color:#fff;">
<div style="max-width:580px;">
<div style="display:inline-flex; align-items:center; gap:7px; font-size:12px; font-weight:700; letter-spacing:0.4px; text-transform:uppercase; color:#7aa7ff; margin-bottom:10px;"><span style="width:7px; height:7px; border-radius:50%; background:#3b82f6;"></span>Free · ads-free · no install</div>
<h2 style="font-size:28px; font-weight:800; letter-spacing:-0.6px; margin:0 0 10px;">Try it live in your browser</h2>
<p style="font-size:15px; line-height:1.6; color:#aab6c8; margin:0;">Run GroupDocs.Conversion on your own files in the free, ads-free Conversion web app — no install required. Files are deleted after 24 hours.</p>
</div>
<a href="https://products.groupdocs.app/conversion/total" class="gd-primary" style="display:inline-flex; align-items:center; gap:9px; background:#2563eb; color:#fff; font-size:15px; font-weight:700; padding:14px 26px; border-radius:11px; text-decoration:none; white-space:nowrap;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M8 5v14l11-7z"></path></svg>
Open the Conversion app
</a>
</div>
</section>
<!-- Examples / GitHub -->
<section style="max-width:1180px; margin:0 auto; padding:64px 32px 8px;">
<div style="display:flex; align-items:baseline; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:20px;">
<h2 style="font-size:32px; font-weight:800; letter-spacing:-0.8px; margin:0;">Open-source examples</h2>
<a href="https://github.com/groupdocs-conversion" class="gd-underline" style="font-size:14px; font-weight:700; color:#2563eb; text-decoration:none;">View all repositories →</a>
</div>
<div style="display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:14px;">
<a href="https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java" style="display:flex; flex-direction:column; gap:11px; border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff; text-decoration:none;" class="gd-repo">
<div style="display:flex; align-items:center; gap:10px;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="#0f172a" style="flex:none;"><path d="M12 .5C5.7.5.5 5.7.5 12c0 5.1 3.3 9.4 7.9 10.9.6.1.8-.3.8-.6v-2c-3.2.7-3.9-1.5-3.9-1.5-.5-1.3-1.3-1.7-1.3-1.7-1.1-.7.1-.7.1-.7 1.2.1 1.8 1.2 1.8 1.2 1 1.8 2.7 1.3 3.4 1 .1-.8.4-1.3.7-1.6-2.6-.3-5.3-1.3-5.3-5.7 0-1.3.5-2.3 1.2-3.1-.1-.3-.5-1.5.1-3.1 0 0 1-.3 3.3 1.2a11.5 11.5 0 0 1 6 0C17.3 4.7 18.3 5 18.3 5c.6 1.6.2 2.8.1 3.1.8.8 1.2 1.8 1.2 3.1 0 4.4-2.7 5.4-5.3 5.7.4.4.8 1.1.8 2.2v3.3c0 .3.2.7.8.6 4.6-1.5 7.9-5.8 7.9-10.9C23.5 5.7 18.3.5 12 .5z"></path></svg>
<span style="font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600; color:#0f172a; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">GroupDocs.Conversion-for-Java</span>
</div>
<div style="display:flex; align-items:center; gap:16px; font-size:12px; color:#94a3b8;"><span style="display:inline-flex; align-items:center; gap:5px;"><svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2l3 7 7 .5-5.5 4.5L18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9z"></path></svg>35</span></div>
</a>
<a href="https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-.NET" style="display:flex; flex-direction:column; gap:11px; border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff; text-decoration:none;" class="gd-repo">
<div style="display:flex; align-items:center; gap:10px;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="#0f172a" style="flex:none;"><path d="M12 .5C5.7.5.5 5.7.5 12c0 5.1 3.3 9.4 7.9 10.9.6.1.8-.3.8-.6v-2c-3.2.7-3.9-1.5-3.9-1.5-.5-1.3-1.3-1.7-1.3-1.7-1.1-.7.1-.7.1-.7 1.2.1 1.8 1.2 1.8 1.2 1 1.8 2.7 1.3 3.4 1 .1-.8.4-1.3.7-1.6-2.6-.3-5.3-1.3-5.3-5.7 0-1.3.5-2.3 1.2-3.1-.1-.3-.5-1.5.1-3.1 0 0 1-.3 3.3 1.2a11.5 11.5 0 0 1 6 0C17.3 4.7 18.3 5 18.3 5c.6 1.6.2 2.8.1 3.1.8.8 1.2 1.8 1.2 3.1 0 4.4-2.7 5.4-5.3 5.7.4.4.8 1.1.8 2.2v3.3c0 .3.2.7.8.6 4.6-1.5 7.9-5.8 7.9-10.9C23.5 5.7 18.3.5 12 .5z"></path></svg>
<span style="font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600; color:#0f172a; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">GroupDocs.Conversion-for-.NET</span>
</div>
<div style="display:flex; align-items:center; gap:16px; font-size:12px; color:#94a3b8;"><span style="display:inline-flex; align-items:center; gap:5px;"><svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2l3 7 7 .5-5.5 4.5L18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9z"></path></svg>24</span></div>
</a>
<a href="https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java-Spring" style="display:flex; flex-direction:column; gap:11px; border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff; text-decoration:none;" class="gd-repo">
<div style="display:flex; align-items:center; gap:10px;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="#0f172a" style="flex:none;"><path d="M12 .5C5.7.5.5 5.7.5 12c0 5.1 3.3 9.4 7.9 10.9.6.1.8-.3.8-.6v-2c-3.2.7-3.9-1.5-3.9-1.5-.5-1.3-1.3-1.7-1.3-1.7-1.1-.7.1-.7.1-.7 1.2.1 1.8 1.2 1.8 1.2 1 1.8 2.7 1.3 3.4 1 .1-.8.4-1.3.7-1.6-2.6-.3-5.3-1.3-5.3-5.7 0-1.3.5-2.3 1.2-3.1-.1-.3-.5-1.5.1-3.1 0 0 1-.3 3.3 1.2a11.5 11.5 0 0 1 6 0C17.3 4.7 18.3 5 18.3 5c.6 1.6.2 2.8.1 3.1.8.8 1.2 1.8 1.2 3.1 0 4.4-2.7 5.4-5.3 5.7.4.4.8 1.1.8 2.2v3.3c0 .3.2.7.8.6 4.6-1.5 7.9-5.8 7.9-10.9C23.5 5.7 18.3.5 12 .5z"></path></svg>
<span style="font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600; color:#0f172a; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">GroupDocs.Conversion-for-Java-Spring</span>
</div>
<div style="display:flex; align-items:center; gap:16px; font-size:12px; color:#94a3b8;"><span style="display:inline-flex; align-items:center; gap:6px;"><span style="width:9px; height:9px; border-radius:50%; background:#e76f00;"></span>Java</span><span style="display:inline-flex; align-items:center; gap:5px;"><svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2l3 7 7 .5-5.5 4.5L18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9z"></path></svg>10</span></div>
</a>
<a href="https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java-Dropwizard" style="display:flex; flex-direction:column; gap:11px; border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff; text-decoration:none;" class="gd-repo">
<div style="display:flex; align-items:center; gap:10px;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="#0f172a" style="flex:none;"><path d="M12 .5C5.7.5.5 5.7.5 12c0 5.1 3.3 9.4 7.9 10.9.6.1.8-.3.8-.6v-2c-3.2.7-3.9-1.5-3.9-1.5-.5-1.3-1.3-1.7-1.3-1.7-1.1-.7.1-.7.1-.7 1.2.1 1.8 1.2 1.8 1.2 1 1.8 2.7 1.3 3.4 1 .1-.8.4-1.3.7-1.6-2.6-.3-5.3-1.3-5.3-5.7 0-1.3.5-2.3 1.2-3.1-.1-.3-.5-1.5.1-3.1 0 0 1-.3 3.3 1.2a11.5 11.5 0 0 1 6 0C17.3 4.7 18.3 5 18.3 5c.6 1.6.2 2.8.1 3.1.8.8 1.2 1.8 1.2 3.1 0 4.4-2.7 5.4-5.3 5.7.4.4.8 1.1.8 2.2v3.3c0 .3.2.7.8.6 4.6-1.5 7.9-5.8 7.9-10.9C23.5 5.7 18.3.5 12 .5z"></path></svg>
<span style="font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600; color:#0f172a; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">GroupDocs.Conversion-for-Java-Dropwizard</span>
</div>
<div style="display:flex; align-items:center; gap:16px; font-size:12px; color:#94a3b8;"><span style="display:inline-flex; align-items:center; gap:6px;"><span style="width:9px; height:9px; border-radius:50%; background:#e76f00;"></span>Java</span><span style="display:inline-flex; align-items:center; gap:5px;"><svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2l3 7 7 .5-5.5 4.5L18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9z"></path></svg>9</span></div>
</a>
<a href="https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Python-via-.NET" style="display:flex; flex-direction:column; gap:11px; border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff; text-decoration:none;" class="gd-repo">
<div style="display:flex; align-items:center; gap:10px;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="#0f172a" style="flex:none;"><path d="M12 .5C5.7.5.5 5.7.5 12c0 5.1 3.3 9.4 7.9 10.9.6.1.8-.3.8-.6v-2c-3.2.7-3.9-1.5-3.9-1.5-.5-1.3-1.3-1.7-1.3-1.7-1.1-.7.1-.7.1-.7 1.2.1 1.8 1.2 1.8 1.2 1 1.8 2.7 1.3 3.4 1 .1-.8.4-1.3.7-1.6-2.6-.3-5.3-1.3-5.3-5.7 0-1.3.5-2.3 1.2-3.1-.1-.3-.5-1.5.1-3.1 0 0 1-.3 3.3 1.2a11.5 11.5 0 0 1 6 0C17.3 4.7 18.3 5 18.3 5c.6 1.6.2 2.8.1 3.1.8.8 1.2 1.8 1.2 3.1 0 4.4-2.7 5.4-5.3 5.7.4.4.8 1.1.8 2.2v3.3c0 .3.2.7.8.6 4.6-1.5 7.9-5.8 7.9-10.9C23.5 5.7 18.3.5 12 .5z"></path></svg>
<span style="font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600; color:#0f172a; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">GroupDocs.Conversion-for-Python-via-.NET</span>
</div>
<div style="display:flex; align-items:center; gap:16px; font-size:12px; color:#94a3b8;"><span style="display:inline-flex; align-items:center; gap:6px;"><span style="width:9px; height:9px; border-radius:50%; background:#94a3b8;"></span>Dockerfile</span><span style="display:inline-flex; align-items:center; gap:5px;"><svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2l3 7 7 .5-5.5 4.5L18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9z"></path></svg>8</span></div>
</a>
<a href="https://github.com/groupdocs-conversion/GroupDocs.Conversion-Docs" style="display:flex; flex-direction:column; gap:11px; border:1px solid #e7ecf2; border-radius:14px; padding:18px 20px; background:#fff; text-decoration:none;" class="gd-repo">
<div style="display:flex; align-items:center; gap:10px;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="#0f172a" style="flex:none;"><path d="M12 .5C5.7.5.5 5.7.5 12c0 5.1 3.3 9.4 7.9 10.9.6.1.8-.3.8-.6v-2c-3.2.7-3.9-1.5-3.9-1.5-.5-1.3-1.3-1.7-1.3-1.7-1.1-.7.1-.7.1-.7 1.2.1 1.8 1.2 1.8 1.2 1 1.8 2.7 1.3 3.4 1 .1-.8.4-1.3.7-1.6-2.6-.3-5.3-1.3-5.3-5.7 0-1.3.5-2.3 1.2-3.1-.1-.3-.5-1.5.1-3.1 0 0 1-.3 3.3 1.2a11.5 11.5 0 0 1 6 0C17.3 4.7 18.3 5 18.3 5c.6 1.6.2 2.8.1 3.1.8.8 1.2 1.8 1.2 3.1 0 4.4-2.7 5.4-5.3 5.7.4.4.8 1.1.8 2.2v3.3c0 .3.2.7.8.6 4.6-1.5 7.9-5.8 7.9-10.9C23.5 5.7 18.3.5 12 .5z"></path></svg>
<span style="font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600; color:#0f172a; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">GroupDocs.Conversion-Docs</span>
</div>
<div style="display:flex; align-items:center; gap:16px; font-size:12px; color:#94a3b8;"><span style="display:inline-flex; align-items:center; gap:6px;"><span style="width:9px; height:9px; border-radius:50%; background:#94a3b8;"></span>HTML</span><span style="display:inline-flex; align-items:center; gap:5px;"><svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2l3 7 7 .5-5.5 4.5L18.5 21 12 17 5.5 21 7.5 14 2 9.5 9 9z"></path></svg>7</span></div>
</a>
</div>
</section>
<!-- Footer -->
<footer style="background:#0b1220; color:#fff; margin-top:72px; padding:52px 32px 32px;">
<div style="max-width:1180px; margin:0 auto;">
<div style="display:flex; align-items:flex-start; justify-content:space-between; gap:40px; flex-wrap:wrap; padding-bottom:32px; border-bottom:1px solid #1f2a3f;">
<div style="max-width:330px;">
<div style="display:flex; align-items:center; gap:10px; margin-bottom:14px;">
<div style="width:30px; height:30px; border-radius:8px; background:#fff; display:flex; align-items:center; justify-content:center; flex:none;"><img src="groupdocs.svg" alt="GroupDocs" style="display:block; width:24px; height:auto;"></div>
<span style="font-weight:800; font-size:16px; letter-spacing:0.5px;">GROUPDOCS<span style="color:#94a3b8;">.Conversion</span></span>
</div>
<p style="font-size:14px; line-height:1.6; color:#7e8ca3; margin:0 0 16px;">Fast, high-fidelity batch conversion between 170+ document and image formats — PDF, Office, CAD, email — in any cross-platform app.</p>
<a href="https://groupdocs.github.io/" class="gd-underline" style="font-size:13px; font-weight:600; color:#93c5fd; text-decoration:none;">← All GroupDocs products</a>
</div>
<div style="display:flex; gap:56px; flex-wrap:wrap;">
<div style="display:flex; flex-direction:column; gap:10px;">
<span style="font-size:12px; font-weight:700; letter-spacing:0.5px; text-transform:uppercase; color:#5b6b82;">Product</span>
<a href="https://products.groupdocs.com/conversion/" class="gd-footlink" style="font-size:14px; color:#cbd5e1; text-decoration:none;">Overview</a>
<a href="https://docs.groupdocs.com/conversion/" class="gd-footlink" style="font-size:14px; color:#cbd5e1; text-decoration:none;">Documentation</a>
<a href="https://reference.groupdocs.com/" class="gd-footlink" style="font-size:14px; color:#cbd5e1; text-decoration:none;">API Reference</a>
</div>
<div style="display:flex; flex-direction:column; gap:10px;">
<span style="font-size:12px; font-weight:700; letter-spacing:0.5px; text-transform:uppercase; color:#5b6b82;">Resources</span>
<a href="https://github.com/groupdocs-conversion" class="gd-footlink" style="font-size:14px; color:#cbd5e1; text-decoration:none;">GitHub examples</a>
<a href="https://releases.groupdocs.com/conversion/" class="gd-footlink" style="font-size:14px; color:#cbd5e1; text-decoration:none;">Releases</a>
<a href="https://forum.groupdocs.com/" class="gd-footlink" style="font-size:14px; color:#cbd5e1; text-decoration:none;">Support forum</a>
</div>
</div>
</div>
<div style="display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; padding-top:24px;">
<span style="font-size:13px; color:#5b6b82;">© 2026 GroupDocs. Examples licensed under MIT.</span>
<div style="display:flex; gap:10px;">
<a href="#" aria-label="GitHub" class="gd-social" style="width:36px; height:36px; border-radius:9px; background:#1a2740; display:flex; align-items:center; justify-content:center; color:#cbd5e1; text-decoration:none; font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600;">GH</a>
<a href="#" aria-label="YouTube" class="gd-social" style="width:36px; height:36px; border-radius:9px; background:#1a2740; display:flex; align-items:center; justify-content:center; color:#cbd5e1; text-decoration:none; font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600;">YT</a>
<a href="#" aria-label="X / Twitter" class="gd-social" style="width:36px; height:36px; border-radius:9px; background:#1a2740; display:flex; align-items:center; justify-content:center; color:#cbd5e1; text-decoration:none; font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600;">X</a>
<a href="#" aria-label="LinkedIn" class="gd-social" style="width:36px; height:36px; border-radius:9px; background:#1a2740; display:flex; align-items:center; justify-content:center; color:#cbd5e1; text-decoration:none; font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600;">in</a>
<a href="#" aria-label="Facebook" class="gd-social" style="width:36px; height:36px; border-radius:9px; background:#1a2740; display:flex; align-items:center; justify-content:center; color:#cbd5e1; text-decoration:none; font-family:'JetBrains Mono',monospace; font-size:13px; font-weight:600;">f</a>
</div>
</div>
</div>
</footer>
<script>
(function(){
var P = {"codes":{"net":"using GroupDocs.Conversion;\n\nusing var converter = new Converter(\"input.docx\");\nconverter.Convert(\"output.pdf\", new PdfConvertOptions());","java":"import com.groupdocs.conversion.Converter;\n\ntry (Converter converter = new Converter(\"input.docx\")) {\n converter.convert(\"output.pdf\", new PdfConvertOptions());\n}","node":"const { Converter, PdfConvertOptions } = require(\"@groupdocs/groupdocs.conversion\");\n\nconst converter = new Converter(\"input.docx\");\nconverter.convert(\"output.pdf\", new PdfConvertOptions());","python":"import groupdocs.conversion as gd\n\nwith gd.Converter(\"input.docx\") as converter:\n converter.convert(\"output.pdf\", gd.PdfConvertOptions())"},"labels":{"net":".NET","java":"Java","node":"Node.js","python":"Python"},"accents":{"net":"#5b3bd4","java":"#e76f00","node":"#539e43","python":"#3776ab"},"active":"net","slug":"conversion","ver":{"net":"v26.3.0","java":"v26.5.0","node":"v25.11.0","python":"v26.5.0"},"install":{"net":"dotnet add package GroupDocs.Conversion","java":"implementation 'com.groupdocs:groupdocs-conversion:26.5.0'","node":"npm install @groupdocs/groupdocs.conversion","python":"pip install groupdocs-conversion-net"}};
function qsa(s){ return Array.prototype.slice.call(document.querySelectorAll(s)); }
function selectPlatform(k){
if(!P.codes[k]) return;
P.active = k;
qsa('[data-platcard]').forEach(function(card){
var pk = card.getAttribute('data-platcard'), on = pk === k, accent = P.accents[pk];
card.style.borderColor = on ? accent : '#e7ecf2';
card.style.borderTopColor = accent;
card.style.background = on ? '#fbfcff' : '#fff';
card.style.boxShadow = on ? '0 8px 22px rgba(37,99,235,0.1)' : 'none';
});
qsa('[data-langtab]').forEach(function(tab){
var on = tab.getAttribute('data-langtab') === k;
tab.style.background = on ? '#2563eb' : 'transparent';
tab.style.color = on ? '#fff' : '#94a3b8';
});
var lbl = document.getElementById('gd-active-label'); if(lbl) lbl.textContent = P.labels[k];
var pre = document.getElementById('gd-code'); if(pre) pre.textContent = P.codes[k];
}
function flash(btn){
btn.textContent = 'Copied';
clearTimeout(btn._t);
btn._t = setTimeout(function(){ btn.textContent = 'Copy'; }, 1600);
}
function copy(text, btn){
try { if(navigator.clipboard){ navigator.clipboard.writeText(text); } } catch(e){}
flash(btn);
}
document.addEventListener('click', function(e){
var copyBtn = e.target.closest && e.target.closest('[data-copy]');
if(copyBtn){ e.preventDefault(); e.stopPropagation(); copy(copyBtn.getAttribute('data-copy'), copyBtn); return; }
var codeBtn = e.target.closest && e.target.closest('[data-copy-code]');
if(codeBtn){ e.preventDefault(); var pre = document.getElementById('gd-code'); copy(pre ? pre.textContent : '', codeBtn); return; }
var tab = e.target.closest && e.target.closest('[data-langtab]');
if(tab){ e.preventDefault(); selectPlatform(tab.getAttribute('data-langtab')); return; }
var card = e.target.closest && e.target.closest('[data-platcard]');
if(card){ selectPlatform(card.getAttribute('data-platcard')); return; }
});
// Refresh the dynamic figures (versions, stars, downloads) from the live data
// file on load. The page already ships with these values baked in at build
// time, so this is a best-effort top-up — any failure leaves the baked values.
function canon(v){ var p = String(v).replace(/^v/i,'').split('.'); while(p.length<3) p.push('0'); return 'v'+p.join('.'); }
function human(n){ return n>=1e6 ? (+(n/1e6).toFixed(1))+'M' : n>=1e3 ? Math.round(n/1e3)+'K' : String(n); }
function refreshLive(){
fetch('https://products.groupdocs.com/versions.json', { cache: 'no-store' })
.then(function(r){ return r && r.ok ? r.json() : null; })
.then(function(d){
var prod = d && d.products ? d.products[P.slug] : null;
if(!prod) return;
var starEl = document.querySelector('[data-gd-stars]');
if(starEl){
var s = prod.github && typeof prod.github.stars === 'number' ? prod.github.stars : null;
if(s && s > 0){ starEl.textContent = String(s); starEl.style.display = ''; }
else { starEl.style.display = 'none'; }
}
var plats = prod.platforms || {};
Object.keys(plats).forEach(function(k){
var info = plats[k]; if(!info) return;
var nv = info.version ? canon(info.version) : null;
if(nv){
var badge = document.querySelector('[data-gd-ver="'+k+'"]');
if(badge) badge.textContent = nv;
if(P.ver[k] && P.install[k]){
var oldNum = P.ver[k].replace(/^v/,''), newNum = nv.replace(/^v/,'');
if(oldNum !== newNum){
var nc = P.install[k].split(oldNum).join(newNum);
var codeEl = document.querySelector('[data-gd-install="'+k+'"]'); if(codeEl) codeEl.textContent = nc;
var btn = document.querySelector('[data-gd-install-btn="'+k+'"]'); if(btn) btn.setAttribute('data-copy', nc);
P.install[k] = nc;
}
P.ver[k] = nv;
}
}
var dlEl = document.querySelector('[data-gd-dl="'+k+'"]');
if(dlEl){
if(typeof info.downloads === 'number'){
dlEl.style.display = '';
var t = dlEl.querySelector('[data-gd-dl-text]'); if(t) t.textContent = human(info.downloads)+' downloads';
} else { dlEl.style.display = 'none'; }
}
});
})
.catch(function(){});
}
try { refreshLive(); } catch(e){}
})();
</script>
</body>
</html>