mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-03-02 00:16:47 +01:00
Update FileToPdf.java
This commit is contained in:
parent
56ad32202b
commit
09dc057ddb
@ -53,6 +53,7 @@ public class FileToPdf {
|
|||||||
command.add("-e");
|
command.add("-e");
|
||||||
command.add("utf-8");
|
command.add("utf-8");
|
||||||
command.add("-v");
|
command.add("-v");
|
||||||
|
command.add("--pdf-forms");
|
||||||
command.add(tempInputFile.toString());
|
command.add(tempInputFile.toString());
|
||||||
command.add(tempOutputFile.toString());
|
command.add(tempOutputFile.toString());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user