Update compress-pdf.html

This commit is contained in:
zypriafl 2024-11-11 21:48:55 +01:00 committed by GitHub
parent 5e27ae2049
commit 38234eb580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@
<span class="material-symbols-rounded tool-header-icon advance">zoom_in_map</span>
<span class="tool-header-text" th:text="#{compress.header}"></span>
</div>
<div style="padding-left: 36px"><p th:text="#{home.compress.desc}"></p></div>
<form action="#" th:action="@{'/api/v1/misc/compress-pdf'}" method="post" enctype="multipart/form-data">
<div
th:replace="~{fragments/common :: fileSelector(name='fileInput', multipleInputsForSingleRequest=false, accept='application/pdf')}">