Update convert-from-pdf.html
This commit is contained in:
parent
d63d61878d
commit
ae638eec94
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue