mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-21 19:08:24 +01:00
17 lines
546 B
HTML
17 lines
546 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
|
|
<script src="https://unpkg.com/pdf-lib@1.17.1/dist/pdf-lib.min.js"></script>
|
|
<script src="https://unpkg.com/downloadjs@1.4.7"></script>
|
|
|
|
<script src="index.js" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<input type="file" id="pdfFile" accept=".pdf">
|
|
<a id="downloadLink" style="display: none;" download="modified.pdf">Download Modified PDF</a>
|
|
</body>
|
|
</html> |