Update split-pdfs.html

This commit is contained in:
zypriafl 2024-11-11 23:07:32 +01:00 committed by GitHub
parent 76fb20563c
commit 3b36258d87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@
<span class="material-symbols-rounded tool-header-icon organize">cut</span>
<span class="tool-header-text" th:text="#{split.header}"></span>
</div>
<div><p th:text="#{home.split.desc}"></p></div>
<form th:action="@{'/api/v1/general/split-pages'}" method="post" enctype="multipart/form-data">
<div
th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=false, accept='application/pdf')}">
@ -56,4 +57,4 @@
</div>
</body>
</html>
</html>