1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-24 07:14:18 +00:00

Add legacy pdf image extract option (#1225)

This commit is contained in:
Alex Xu
2026-01-25 13:41:43 -08:00
committed by GitHub
parent f63387cae4
commit 9a4143ce62
6 changed files with 111 additions and 0 deletions
+12
View File
@@ -896,6 +896,18 @@ Higher values are larger and higher quality, and may resolve blank page issues.<
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QCheckBox" name="pdfExtractBox">
<property name="toolTip">
<string>Use the PDF image extraction method from KCC 8 and earlier.
Useful for really weird PDFs.</string>
</property>
<property name="text">
<string>PDF Legacy Extract</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>