Fixed downloading buffer, merging workflow

This commit is contained in:
Felix Kaspar
2023-10-17 02:14:06 +02:00
parent 96bac91fa1
commit 8e8c4596bf
5 changed files with 54 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
<script src="index.js" type="module"></script>
</head>
<body>
<input type="file" id="pdfFile" accept=".pdf">
<input type="file" id="pdfFile" accept=".pdf" multiple>
<ul id="operations">