1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-04 23:10:11 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>