Skip to content

Commit

Permalink
feat: make multiple images the default setting for PDF to Image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbplat committed Dec 24, 2023
1 parent 0b49993 commit a868b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/convert/pdf-to-img.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h2 th:text="#{pdfToImage.header}"></h2>
<div class="mb-3">
<label th:text="#{pdfToImage.singleOrMultiple}"></label>
<select class="form-control" name="singleOrMultiple">
<option value="single" th:text="#{pdfToImage.single}"></option>
<option value="multiple" th:text="#{pdfToImage.multi}"></option>
<option value="single" th:text="#{pdfToImage.single}"></option>
</select>
</div>
<div class="mb-3">
Expand Down

0 comments on commit a868b2c

Please sign in to comment.