Update compress-pdf.html

This commit is contained in:
zypriafl 2024-11-11 22:13:59 +01:00 committed by GitHub
parent 2eadaed705
commit 75a337db11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +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><p th:text="#{home.compress.desc}"></p></div>
<div><p th:text="#{home.compressPdfs.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')}">