added optional censoring; made pdf file show up once the conversion is finished; fixed bug when pagescales are not set but no rectangles are on page

This commit is contained in:
Marcel Gansfusz
2025-07-23 00:23:58 +02:00
parent f13e8711a7
commit 4a6e74aada
4 changed files with 62 additions and 14 deletions

View File

@@ -74,6 +74,8 @@
<label for="date">Datum</label>
<input type="date" id="date" name="ex_date" placeholder="Drop File" /><br />
</div>
<input type="checkbox" name="censor" id="sec_censor" value="True" checked /><label
for="sec_censor">Zensieren</label><br /><br />
<button type="submit" id="send">Senden</button>
</form>
</div>