1
0
mirror of https://github.com/Frooodle/Stirling-PDF.git synced 2025-04-03 01:17:18 +02:00

When converting PDF to word, add parameters to speed up soffice startup ()

When converting PDF to word, add parameters to speed up soffice startup
This commit is contained in:
HHHHHMMMM 2024-06-14 01:13:38 +08:00 committed by GitHub
parent f60a8d87d2
commit f2015cecbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,8 @@ public class PDFToFile {
new ArrayList<>(
Arrays.asList(
"soffice",
"--headless",
"--nologo",
"--infilter=" + libreOfficeFilter,
"--convert-to",
outputFormat,