Add files to transformConfigSources

This commit is contained in:
alandavis
2022-08-11 15:04:32 +01:00
parent d1e811cef4
commit 51d9311392
15 changed files with 585 additions and 19 deletions

View File

@@ -70,6 +70,6 @@ public class LibreOfficeTransformEngine implements TransformEngine
public ProbeTransform getProbeTransform()
{
return new ProbeTransform("probe.doc", MIMETYPE_WORD, MIMETYPE_PDF, Collections.emptyMap(),
11817, 1024, 150, 10240, 60 * 30 + 1, 60 * 15 + 20);
9728, 1024, 150, 10240, 60 * 30 + 1, 60 * 15 + 20);
}
}