Skip to content

Commit f1c7588

Browse files
committed
explicitly disable txt and pdf
1 parent 02e4a7b commit f1c7588

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/at/tomtasche/reader/background/OdrCoreLoader.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ private void translate(Options options, Result result) throws Exception {
8181
coreOptions.password = options.password;
8282
coreOptions.editable = options.translatable;
8383
coreOptions.ooxml = doOoxml;
84+
coreOptions.txt = false;
85+
coreOptions.pdf = false;
8486

8587
Boolean usePaging = configManager.getBooleanConfig("use_paging");
8688
if (usePaging == null || usePaging) {

0 commit comments

Comments
 (0)