-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (51 loc) · 3.47 KB
/
Copy pathindex.html
File metadata and controls
58 lines (51 loc) · 3.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PAD Digital Tools - Enterprise Document Pipeline</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background-color: #0d1117; color: #c9d1d9; max-width: 800px; margin: 0 auto; padding: 40px 20px; line-height: 1.6; }
h1 { color: #58a6ff; border-bottom: 1px solid #21262d; padding-bottom: 10px; font-size: 2.5rem; margin-bottom: 5px; }
.brand-sub { color: #8b949e; font-size: 1.1rem; margin-bottom: 30px; }
h2 { color: #f0883e; margin-top: 30px; }
ul { padding-left: 20px; }
li { margin-bottom: 8px; }
.btn-container { display: flex; gap: 15px; margin: 30px 0; flex-wrap: wrap; }
.btn { display: inline-block; background-color: #238636; color: #ffffff; padding: 12px 24px; text-decoration: none; border-radius: 6px; font-weight: bold; transition: background 0.2s; }
.btn:hover { background-color: #2ea44f; }
.btn-secondary { background-color: #21262d; color: #c9d1d9; border: 1px solid #30363d; }
.btn-secondary:hover { background-color: #30363d; }
.highlight { background-color: #1f242c; padding: 15px; border-left: 4px solid #f0883e; border-radius: 4px; margin: 20px 0; }
.contact-info { margin-top: 40px; padding-top: 20px; border-top: 1px solid #21262d; color: #8b949e; font-size: 0.9rem; }
.contact-info a { color: #58a6ff; text-decoration: none; }
</style>
</head>
<body>
<h1>PAD Digital Tools</h1>
<div class="brand-sub">AutoReport Max Pro - Enterprise Document Pipeline</div>
<p>A standalone, pre-compiled Windows GUI engine designed to instantly extract targeted data from high-volume documents and archives natively with zero cloud dependencies.</p>
<!-- PRODAJNE PLATFORME I LINKOVI -->
<div class="btn-container">
<a href="https://toolpad.gumroad.com/l/yvsonr" class="btn" target="_blank">🛒 Buy Lifetime License on Gumroad</a>
<a href="https://github.com" class="btn btn-secondary" target="_blank">💻 View GitHub Repository</a>
</div>
<h2>🚀 Key Enterprise Features:</h2>
<ul>
<li><strong>Blazing Fast Concurrency:</strong> Multi-threaded engine that batch-processes thousands of files using maximum CPU potential.</li>
<li><strong>Dual Operation Modes:</strong> Data Extraction (to Excel, CSV, JSON) and unified PDF file conversion.</li>
<li><strong>Built-in Regex Template Manager:</strong> Create, save, and switch between custom extraction templates directly from the GUI.</li>
<li><strong>Auto-Extract ZIP Archives:</strong> Seamlessly scans and parses nested zip files with enterprise-grade zip-bomb protection.</li>
<li><strong>100% Offline & Secure:</strong> Your sensitive financial and supplier data never leaves your local machine.</li>
</ul>
<div class="highlight">
<strong>⚠️ Licensing & Strict No-Refund Policy:</strong><br>
One-time purchase. Lifetime License bound to your Windows machine hardware. All sales on downloadable digital software are strictly final.
</div>
<!-- KONTAKT ZA PODRŠKU I KLIJENTE -->
<div class="contact-info">
For enterprise licensing, custom templates, or support, reach out to:
<br>📩 <strong><a href="mailto:padtoolpaddigital@gmail.com">padtoolpaddigital@gmail.com</a></strong>
</div>
</body>
</html>