Update convert-from-pdf.html

This commit is contained in:
Anthony Stirling
2023-01-28 12:49:05 +00:00
committed by GitHub
parent d63d61878d
commit ae638eec94

View File

@@ -24,8 +24,8 @@
<div class="form-group">
<label>Image Format</label> <select class="form-control"
name="imageFormat">
<option value="jpg">JPEG</option>
<option value="png">PNG</option>
<option value="jpg">JPEG</option>
<option value="gif">GIF</option>
</select>
</div>
@@ -38,4 +38,4 @@
</div>
<div th:insert="~{footer.html :: footer}"></div>
</body>
</html>
</html>